]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - tcg/ia64/tcg-target.h
tcg-ia64: Move AREG0 to R32
[lisovros/qemu_apohw.git] / tcg / ia64 / tcg-target.h
index c90038aae543fd103f597d7ca269c02a24583523..52a939c9466d63d6a1cb2e77e1e63ded73ac5007 100644 (file)
@@ -92,6 +92,8 @@ typedef enum {
     TCG_REG_R61,
     TCG_REG_R62,
     TCG_REG_R63,
+
+    TCG_AREG0 = TCG_REG_R32,
 } TCGReg;
 
 #define TCG_CT_CONST_ZERO 0x100
@@ -162,8 +164,6 @@ typedef enum {
 #define TCG_TARGET_HAS_not_i32          0 /* xor r1, -1, r3 */
 #define TCG_TARGET_HAS_not_i64          0 /* xor r1, -1, r3 */
 
-#define TCG_AREG0 TCG_REG_R7
-
 static inline void flush_icache_range(uintptr_t start, uintptr_t stop)
 {
     start = start & ~(32UL - 1UL);