On 7/3/23 19:34, Richard Henderson wrote:
Split out common subroutines for handing rounding mode
changes during translation. Use tcg_constant_i32 and
tcg_temp_new_i32 instead of tcg_const_i32.
Signed-off-by: Richard Henderson <[email protected]>
---
Cc: [email protected]
---
target/arm/tcg/translate.h | 17 ++++++++++++
target/arm/tcg/translate-a64.c | 47 ++++++++++++++--------------------
target/arm/tcg/translate-sve.c | 6 ++---
target/arm/tcg/translate-vfp.c | 26 ++++++++-----------
4 files changed, 48 insertions(+), 48 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>