diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-14 07:59:26 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2016-10-28 10:38:48 +0200 |
commit | a665a820e5d46b1611f409fbc7a540fe1c6bf5c8 (patch) | |
tree | e3d649650054c14133c58d7df528ca137d837737 /target-m68k/helper.h | |
parent | beff27ab3a60d8abab4a166670ca79b3c0970005 (diff) |
target-m68k: Inline addx, subx, negx
Signed-off-by: Richard Henderson <rth@twiddle.net>
And add opcodes for 680x0
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target-m68k/helper.h')
-rw-r--r-- | target-m68k/helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-m68k/helper.h b/target-m68k/helper.h index c8681480f0..2697e32d0b 100644 --- a/target-m68k/helper.h +++ b/target-m68k/helper.h @@ -3,8 +3,6 @@ DEF_HELPER_1(ff1, i32, i32) DEF_HELPER_FLAGS_2(sats, TCG_CALL_NO_RWG_SE, i32, i32, i32) DEF_HELPER_2(divu, void, env, i32) DEF_HELPER_2(divs, void, env, i32) -DEF_HELPER_3(addx_cc, i32, env, i32, i32) -DEF_HELPER_3(subx_cc, i32, env, i32, i32) DEF_HELPER_3(shl_cc, i32, env, i32, i32) DEF_HELPER_3(shr_cc, i32, env, i32, i32) DEF_HELPER_3(sar_cc, i32, env, i32, i32) |