[PATCH 0/4] target/openrisc: Use tcg_constant_*

Richard Henderson posted 4 patches 4 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210708213754.830485-1-richard.henderson@linaro.org
Maintainers: Stafford Horne <shorne@gmail.com>
target/openrisc/translate.c | 68 +++++++++++--------------------------
1 file changed, 19 insertions(+), 49 deletions(-)
[PATCH 0/4] target/openrisc: Use tcg_constant_*
Posted by Richard Henderson 4 years, 7 months ago
Replace use of tcg_const_*, which makes a copy into a temp
which must be freed, with direct use of the constant.

r~

Richard Henderson (4):
  target/openrisc: Use tcg_constant_*
  target/openrisc: Use tcg_constant_tl for dc->R0
  target/openrisc: Cache constant 0 in DisasContext
  target/openrisc: Use dc->zero in gen_add, gen_addc

 target/openrisc/translate.c | 68 +++++++++++--------------------------
 1 file changed, 19 insertions(+), 49 deletions(-)

-- 
2.25.1