]> Git Repo - qemu.git/blobdiff - tcg/ia64/tcg-target.h
tcg: Inline tcg_gen_helperN
[qemu.git] / tcg / ia64 / tcg-target.h
index 09c3ba8fe3f08bb058e77a61d06bd7f12e3b4c05..3a59b503490aa034512dab88837a8560ce8f8943 100644 (file)
 #ifndef TCG_TARGET_IA64 
 #define TCG_TARGET_IA64 1
 
+#define TCG_TARGET_INSN_UNIT_SIZE 16
+typedef struct {
+    uint64_t lo __attribute__((aligned(16)));
+    uint64_t hi;
+} tcg_insn_unit;
+
 /* We only map the first 64 registers */
 #define TCG_TARGET_NB_REGS 64
 typedef enum {
@@ -152,6 +158,7 @@ typedef enum {
 #define TCG_TARGET_HAS_muluh_i64        0
 #define TCG_TARGET_HAS_mulsh_i32        0
 #define TCG_TARGET_HAS_mulsh_i64        0
+#define TCG_TARGET_HAS_trunc_shr_i32    0
 
 #define TCG_TARGET_HAS_new_ldst         1
 
This page took 0.02371 seconds and 4 git commands to generate.