[PATCH v2 0/7] target/xtensa: use tcg_constant_* where possible

Max Filippov posted 7 patches 2 years ago
target/xtensa/translate.c | 171 ++++++++++++--------------------------
1 file changed, 54 insertions(+), 117 deletions(-)
[PATCH v2 0/7] target/xtensa: use tcg_constant_* where possible
Posted by Max Filippov 2 years ago
this series replaces tcg_const_* with tcg_constant_* in the xtensa front
end.

Changes v1->v2:
- also use tcg_constant_* for PC

Max Filippov (7):
  target/xtensa: fix missing tcg_temp_free in gen_window_check
  target/xtensa: use tcg_contatnt_* for numeric literals
  target/xtensa: use tcg_constant_* for exceptions
  target/xtensa: use tcg_constant_* for TLB opcodes
  target/xtensa: use tcg_constant_* for numbered special registers
  target/xtensa: use tcg_constant_* for FPU conversion opcodes
  target/xtensa: use tcg_constant_* for remaining opcodes

 target/xtensa/translate.c | 171 ++++++++++++--------------------------
 1 file changed, 54 insertions(+), 117 deletions(-)

-- 
2.30.2