mbox series

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

Message ID 20210708213754.830485-1-richard.henderson@linaro.org
Headers show
Series target/openrisc: Use tcg_constant_* | expand

Message

Richard Henderson July 8, 2021, 9:37 p.m. UTC
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