aboutsummaryrefslogtreecommitdiff
path: root/tcg/hppa/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-06-20 15:10:49 -0700
committerBlue Swirl <blauwirbel@gmail.com>2011-07-01 21:07:28 +0000
commitec1884298c96a8ce723880adb9e8ffe5e71fcf37 (patch)
tree6ec085f93f862ae9d2e96dd6bb37f365d5be0295 /tcg/hppa/tcg-target.h
parent4d506cebd35be339a38df3f96e087fc761e4cdb4 (diff)
tcg-hppa: Support deposit opcode.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tcg/hppa/tcg-target.h')
-rw-r--r--tcg/hppa/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/hppa/tcg-target.h b/tcg/hppa/tcg-target.h
index a5cc440d49..f7919ceef7 100644
--- a/tcg/hppa/tcg-target.h
+++ b/tcg/hppa/tcg-target.h
@@ -94,6 +94,7 @@ enum {
#define TCG_TARGET_HAS_not_i32
#define TCG_TARGET_HAS_andc_i32
// #define TCG_TARGET_HAS_orc_i32
+#define TCG_TARGET_HAS_deposit_i32
/* optional instructions automatically implemented */
#undef TCG_TARGET_HAS_neg_i32 /* sub rd, 0, rs */