Changeset 36175 in vbox for trunk/src/recompiler/tcg/i386/tcg-target.h
- Timestamp:
- Mar 4, 2011 4:21:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/i386/tcg-target.h
r36170 r36175 45 45 #define TCG_TARGET_CALL_STACK_OFFSET 0 46 46 47 /* optional instructions */ 48 #define TCG_TARGET_HAS_bswap16_i32 49 #define TCG_TARGET_HAS_bswap32_i32 50 #define TCG_TARGET_HAS_neg_i32 51 #define TCG_TARGET_HAS_not_i32 52 #define TCG_TARGET_HAS_ext8s_i32 53 #define TCG_TARGET_HAS_ext16s_i32 54 #define TCG_TARGET_HAS_rot_i32 55 47 56 /* Note: must be synced with dyngen-exec.h */ 48 57 #ifndef VBOX … … 50 59 #define TCG_AREG1 TCG_REG_EBX 51 60 #define TCG_AREG2 TCG_REG_ESI 52 #define TCG_AREG3 TCG_REG_EDI53 61 #else 54 62 # define TCG_AREG0 TCG_REG_ESI
Note:
See TracChangeset
for help on using the changeset viewer.