diff options
author | Richard Henderson <rth@twiddle.net> | 2009-12-11 16:31:29 -0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-12-13 21:36:21 +0100 |
commit | 50eb6e5c04de14a5fb0dd99f99e165e1cb839460 (patch) | |
tree | 57f64795be17f0443c8c4f922e72268d00fa9ca3 /target-alpha/helper.h | |
parent | ffec44f14f5387d1d9f17323165041aee4540625 (diff) |
target-alpha: Expand ins*h inline.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index a545c5cd4c..4eb3b6f63c 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -19,9 +19,6 @@ DEF_HELPER_1(cttz, i64, i64) DEF_HELPER_2(zap, i64, i64, i64) DEF_HELPER_2(zapnot, i64, i64, i64) -DEF_HELPER_2(inswh, i64, i64, i64) -DEF_HELPER_2(inslh, i64, i64, i64) -DEF_HELPER_2(insqh, i64, i64, i64) DEF_HELPER_2(cmpbge, i64, i64, i64) |