mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Hexagon (target/hexagon) Updates to USR should use get_result_gpr
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20230405164211.30015-3-tsimpson@quicinc.com>
This commit is contained in:
parent
a52584815e
commit
148ef7fd8d
6 changed files with 34 additions and 44 deletions
|
@ -1039,11 +1039,11 @@
|
|||
|
||||
/* r0 = asr(r1, r2):sat */
|
||||
#define fGEN_TCG_S2_asr_r_r_sat(SHORTCODE) \
|
||||
gen_asr_r_r_sat(RdV, RsV, RtV)
|
||||
gen_asr_r_r_sat(ctx, RdV, RsV, RtV)
|
||||
|
||||
/* r0 = asl(r1, r2):sat */
|
||||
#define fGEN_TCG_S2_asl_r_r_sat(SHORTCODE) \
|
||||
gen_asl_r_r_sat(RdV, RsV, RtV)
|
||||
gen_asl_r_r_sat(ctx, RdV, RsV, RtV)
|
||||
|
||||
#define fGEN_TCG_SL2_jumpr31(SHORTCODE) \
|
||||
gen_jumpr(ctx, hex_gpr[HEX_REG_LR])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue