| OLD | NEW |
| 1 //===- subzero/src/IceInstARM32.def - X-Macros for ARM32 insts --*- C++ -*-===// | 1 //===- subzero/src/IceInstARM32.def - X-Macros for ARM32 insts --*- C++ -*-===// |
| 2 // | 2 // |
| 3 // The Subzero Code Generator | 3 // The Subzero Code Generator |
| 4 // | 4 // |
| 5 // This file is distributed under the University of Illinois Open Source | 5 // This file is distributed under the University of Illinois Open Source |
| 6 // License. See LICENSE.TXT for details. | 6 // License. See LICENSE.TXT for details. |
| 7 // | 7 // |
| 8 //===----------------------------------------------------------------------===// | 8 //===----------------------------------------------------------------------===// |
| 9 // | 9 // |
| 10 // This file defines properties of ARM32 instructions in the form of x-macros. | 10 // This file defines properties of ARM32 instructions in the form of x-macros. |
| 11 // | 11 // |
| 12 //===----------------------------------------------------------------------===// | 12 //===----------------------------------------------------------------------===// |
| 13 | 13 |
| 14 #ifndef SUBZERO_SRC_ICEINSTARM32_DEF | 14 #ifndef SUBZERO_SRC_ICEINSTARM32_DEF |
| 15 #define SUBZERO_SRC_ICEINSTARM32_DEF | 15 #define SUBZERO_SRC_ICEINSTARM32_DEF |
| 16 | 16 |
| 17 // NOTE: PC and SP are not considered isInt, to avoid register allocating. | 17 // NOTE: PC and SP are not considered isInt, to avoid register allocating. |
| 18 // | 18 // |
| 19 // For the NaCl sandbox we also need to r9 for TLS, so just reserve always. | 19 // For the NaCl sandbox we also need to r9 for TLS, so just reserve always. |
| 20 // TODO(jvoung): Allow r9 to be isInt when sandboxing is turned off | 20 // TODO(jvoung): Allow r9 to be isInt when sandboxing is turned off (native |
| 21 // (native mode). | 21 // mode). |
| 22 // | 22 // |
| 23 // IP is not considered isInt to reserve it as a scratch register. A scratch | 23 // IP is not considered isInt to reserve it as a scratch register. A scratch |
| 24 // register is useful for expanding instructions post-register allocation. | 24 // register is useful for expanding instructions post-register allocation. |
| 25 // | 25 // |
| 26 // LR is not considered isInt to avoid being allocated as a register. | 26 // LR is not considered isInt to avoid being allocated as a register. It is |
| 27 // It is technically preserved, but save/restore is handled separately, | 27 // technically preserved, but save/restore is handled separately, based on |
| 28 // based on whether or not the function MaybeLeafFunc. | 28 // whether or not the function MaybeLeafFunc. |
| 29 | 29 |
| 30 // ALIASESn is a family of macros that we use to define register aliasing in | 30 // ALIASESn is a family of macros that we use to define register aliasing in |
| 31 // ARM32. n indicates how many aliases are being provided to the macro. It | 31 // ARM32. n indicates how many aliases are being provided to the macro. It |
| 32 // assumes the parameters are register names declared in a namespace/class named | 32 // assumes the parameters are register names declared in a namespace/class |
| 33 // RegARM32. | 33 // named RegARM32. |
| 34 #define ALIASES1(r0) \ | 34 #define ALIASES1(r0) \ |
| 35 {RegARM32::r0} | 35 {RegARM32::r0} |
| 36 #define ALIASES2(r0, r1) \ | 36 #define ALIASES2(r0, r1) \ |
| 37 {RegARM32::r0, RegARM32::r1} | 37 {RegARM32::r0, RegARM32::r1} |
| 38 #define ALIASES3(r0, r1, r2) \ | 38 #define ALIASES3(r0, r1, r2) \ |
| 39 {RegARM32::r0, RegARM32::r1, RegARM32::r2} | 39 {RegARM32::r0, RegARM32::r1, RegARM32::r2} |
| 40 #define ALIASES4(r0, r1, r2, r3) \ | 40 #define ALIASES4(r0, r1, r2, r3) \ |
| 41 {RegARM32::r0, RegARM32::r1, RegARM32::r2, RegARM32::r3} | 41 {RegARM32::r0, RegARM32::r1, RegARM32::r2, RegARM32::r3} |
| 42 #define ALIASES7(r0, r1, r2, r3, r4, r5, r6) \ | 42 #define ALIASES7(r0, r1, r2, r3, r4, r5, r6) \ |
| 43 {RegARM32::r0, RegARM32::r1, RegARM32::r2, RegARM32::r3, RegARM32::r4, \ | 43 {RegARM32::r0, RegARM32::r1, RegARM32::r2, RegARM32::r3, RegARM32::r4, \ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 ALIASES3(Reg_s28, Reg_d14, Reg_q7)) \ | 145 ALIASES3(Reg_s28, Reg_d14, Reg_q7)) \ |
| 146 X(Reg_s29, 29, "s29", 0, 1, 0, 0, 0, 1, 0, 0, \ | 146 X(Reg_s29, 29, "s29", 0, 1, 0, 0, 0, 1, 0, 0, \ |
| 147 ALIASES3(Reg_s29, Reg_d14, Reg_q7)) \ | 147 ALIASES3(Reg_s29, Reg_d14, Reg_q7)) \ |
| 148 X(Reg_s30, 30, "s30", 0, 1, 0, 0, 0, 1, 0, 0, \ | 148 X(Reg_s30, 30, "s30", 0, 1, 0, 0, 0, 1, 0, 0, \ |
| 149 ALIASES3(Reg_s30, Reg_d15, Reg_q7)) \ | 149 ALIASES3(Reg_s30, Reg_d15, Reg_q7)) \ |
| 150 X(Reg_s31, 31, "s31", 0, 1, 0, 0, 0, 1, 0, 0, \ | 150 X(Reg_s31, 31, "s31", 0, 1, 0, 0, 0, 1, 0, 0, \ |
| 151 ALIASES3(Reg_s31, Reg_d15, Reg_q7)) | 151 ALIASES3(Reg_s31, Reg_d15, Reg_q7)) |
| 152 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, | 152 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, |
| 153 // isInt, isFP32,isFP64, isVec128, aliases_init) | 153 // isInt, isFP32,isFP64, isVec128, aliases_init) |
| 154 | 154 |
| 155 // D registers 0-7 are scratch, 8-15 are preserved, and 16-31 | 155 // D registers 0-7 are scratch, 8-15 are preserved, and 16-31 are also scratch |
| 156 // are also scratch (if supported by the D32 feature vs D16). | 156 // (if supported by the D32 feature vs D16). D registers are defined in reverse |
| 157 // D registers are defined in reverse order so that, during register allocation, | 157 // order so that, during register allocation, Subzero will prefer higher D |
| 158 // Subzero will prefer higher D registers. In processors supporting the D32 | 158 // registers. In processors supporting the D32 feature this will effectively |
| 159 // feature this will effectively cause double allocation to bias towards | 159 // cause double allocation to bias towards allocating "high" D registers, which |
| 160 // allocating "high" D registers, which do not alias any S registers. | 160 // do not alias any S registers. |
| 161 // | 161 // |
| 162 // Regenerate this with the following python script: | 162 // Regenerate this with the following python script: |
| 163 // def print_dregs(): | 163 // def print_dregs(): |
| 164 // for i in xrange(31, 15, -1): | 164 // for i in xrange(31, 15, -1): |
| 165 // is_scratch = 1 if (i < 8 or i >= 16) else 0 | 165 // is_scratch = 1 if (i < 8 or i >= 16) else 0 |
| 166 // is_preserved = 1 if (8 <= i and i < 16) else 0 | 166 // is_preserved = 1 if (8 <= i and i < 16) else 0 |
| 167 // print (' X(Reg_d{regnum:<2}, {regnum:<2}, "d{regnum}", ' + | 167 // print (' X(Reg_d{regnum:<2}, {regnum:<2}, "d{regnum}", ' + |
| 168 // '{scratch}, {preserved}, 0, 0, 0, 0, 1, 0, ' + | 168 // '{scratch}, {preserved}, 0, 0, 0, 0, 1, 0, ' + |
| 169 // 'ALIASES(Reg_d{regnum:<2}, Reg_q{regnum_q:<2}) \\').format( | 169 // 'ALIASES(Reg_d{regnum:<2}, Reg_q{regnum_q:<2}) \\').format( |
| 170 // regnum=i, regnum_q=i>>1, scratch=is_scratch, | 170 // regnum=i, regnum_q=i>>1, scratch=is_scratch, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 ALIASES4(Reg_s6 , Reg_s7 , Reg_d3 , Reg_q1)) \ | 244 ALIASES4(Reg_s6 , Reg_s7 , Reg_d3 , Reg_q1)) \ |
| 245 X(Reg_d2 , 2 , "d2", 1, 0, 0, 0, 0, 0, 1, 0, \ | 245 X(Reg_d2 , 2 , "d2", 1, 0, 0, 0, 0, 0, 1, 0, \ |
| 246 ALIASES4(Reg_s4 , Reg_s5 , Reg_d2 , Reg_q1)) \ | 246 ALIASES4(Reg_s4 , Reg_s5 , Reg_d2 , Reg_q1)) \ |
| 247 X(Reg_d1 , 1 , "d1", 1, 0, 0, 0, 0, 0, 1, 0, \ | 247 X(Reg_d1 , 1 , "d1", 1, 0, 0, 0, 0, 0, 1, 0, \ |
| 248 ALIASES4(Reg_s2 , Reg_s3 , Reg_d1 , Reg_q0)) \ | 248 ALIASES4(Reg_s2 , Reg_s3 , Reg_d1 , Reg_q0)) \ |
| 249 X(Reg_d0 , 0 , "d0", 1, 0, 0, 0, 0, 0, 1, 0, \ | 249 X(Reg_d0 , 0 , "d0", 1, 0, 0, 0, 0, 0, 1, 0, \ |
| 250 ALIASES4(Reg_s0 , Reg_s1 , Reg_d0 , Reg_q0)) | 250 ALIASES4(Reg_s0 , Reg_s1 , Reg_d0 , Reg_q0)) |
| 251 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, | 251 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, |
| 252 // isInt, isFP32, isFP64, isVec128, aliases_init) | 252 // isInt, isFP32, isFP64, isVec128, aliases_init) |
| 253 | 253 |
| 254 // Q registers 0-3 are scratch, 4-7 are preserved, and 8-15 | 254 // Q registers 0-3 are scratch, 4-7 are preserved, and 8-15 are also scratch |
| 255 // are also scratch (if supported by the D32 feature). | 255 // (if supported by the D32 feature). Q registers are defined in reverse order |
| 256 // Q registers are defined in reverse order for the same reason as D registers. | 256 // for the same reason as D registers. |
| 257 // | 257 // |
| 258 // Regenerate this with the following python script: | 258 // Regenerate this with the following python script: |
| 259 // def print_qregs(): | 259 // def print_qregs(): |
| 260 // for i in xrange(15, 7, -1): | 260 // for i in xrange(15, 7, -1): |
| 261 // is_scratch = 1 if (i < 4 or i >= 8) else 0 | 261 // is_scratch = 1 if (i < 4 or i >= 8) else 0 |
| 262 // is_preserved = 1 if (4 <= i and i < 8) else 0 | 262 // is_preserved = 1 if (4 <= i and i < 8) else 0 |
| 263 // print (' X(Reg_q{regnum:<2}, {regnum:<2}, "q{regnum}", ' + | 263 // print (' X(Reg_q{regnum:<2}, {regnum:<2}, "q{regnum}", ' + |
| 264 // '{scratch}, {preserved}, 0, 0, 0, 0, 0, 1, ALIASES(' + | 264 // '{scratch}, {preserved}, 0, 0, 0, 0, 0, 1, ALIASES(' + |
| 265 // 'Reg_d{regnum_d0:<2}, Reg_d{regnum_d1:<2}, ' + | 265 // 'Reg_d{regnum_d0:<2}, Reg_d{regnum_d1:<2}, ' + |
| 266 // 'Reg_q{regnum:<2})) \\').format( | 266 // 'Reg_q{regnum:<2})) \\').format( |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 X(Reg_q2 , 2 , "q2", 1, 0, 0, 0, 0, 0, 0, 1, \ | 313 X(Reg_q2 , 2 , "q2", 1, 0, 0, 0, 0, 0, 0, 1, \ |
| 314 ALIASES7(Reg_s8 , Reg_s9 , Reg_s10, Reg_s11, Reg_d4 , Reg_d5 , Reg_q2)) \ | 314 ALIASES7(Reg_s8 , Reg_s9 , Reg_s10, Reg_s11, Reg_d4 , Reg_d5 , Reg_q2)) \ |
| 315 X(Reg_q1 , 1 , "q1", 1, 0, 0, 0, 0, 0, 0, 1, \ | 315 X(Reg_q1 , 1 , "q1", 1, 0, 0, 0, 0, 0, 0, 1, \ |
| 316 ALIASES7(Reg_s4 , Reg_s5 , Reg_s6 , Reg_s7 , Reg_d2 , Reg_d3 , Reg_q1)) \ | 316 ALIASES7(Reg_s4 , Reg_s5 , Reg_s6 , Reg_s7 , Reg_d2 , Reg_d3 , Reg_q1)) \ |
| 317 X(Reg_q0 , 0 , "q0", 1, 0, 0, 0, 0, 0, 0, 1, \ | 317 X(Reg_q0 , 0 , "q0", 1, 0, 0, 0, 0, 0, 0, 1, \ |
| 318 ALIASES7(Reg_s0 , Reg_s1 , Reg_s2 , Reg_s3 , Reg_d0 , Reg_d1 , Reg_q0)) | 318 ALIASES7(Reg_s0 , Reg_s1 , Reg_s2 , Reg_s3 , Reg_d0 , Reg_d1 , Reg_q0)) |
| 319 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, | 319 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, |
| 320 // isInt, isFP32, isFP64, isVec128, alias_init) | 320 // isInt, isFP32, isFP64, isVec128, alias_init) |
| 321 #undef ALIASES | 321 #undef ALIASES |
| 322 | 322 |
| 323 // We also provide a combined table, so that there is a namespace where | 323 // We also provide a combined table, so that there is a namespace where all of |
| 324 // all of the registers are considered and have distinct numberings. | 324 // the registers are considered and have distinct numberings. This is in |
| 325 // This is in contrast to the above, where the "encode" is based on how | 325 // contrast to the above, where the "encode" is based on how the register |
| 326 // the register numbers will be encoded in binaries and values can overlap. | 326 // numbers will be encoded in binaries and values can overlap. |
| 327 #define REGARM32_TABLE \ | 327 #define REGARM32_TABLE \ |
| 328 /* val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \ | 328 /* val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \ |
| 329 isFP32, isFP64, isVec128, alias_init */ \ | 329 isFP32, isFP64, isVec128, alias_init */ \ |
| 330 REGARM32_GPR_TABLE \ | 330 REGARM32_GPR_TABLE \ |
| 331 REGARM32_FP32_TABLE \ | 331 REGARM32_FP32_TABLE \ |
| 332 REGARM32_FP64_TABLE \ | 332 REGARM32_FP64_TABLE \ |
| 333 REGARM32_VEC128_TABLE | 333 REGARM32_VEC128_TABLE |
| 334 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, | 334 //#define X(val, encode, name, scratch, preserved, stackptr, frameptr, |
| 335 // isInt, isFP32, isFP64, isVec128, alias_init) | 335 // isInt, isFP32, isFP64, isVec128, alias_init) |
| 336 | 336 |
| 337 #define REGARM32_TABLE_BOUNDS \ | 337 #define REGARM32_TABLE_BOUNDS \ |
| 338 /* val, init */ \ | 338 /* val, init */ \ |
| 339 X(Reg_GPR_First, = Reg_r0) \ | 339 X(Reg_GPR_First, = Reg_r0) \ |
| 340 X(Reg_GPR_Last, = Reg_pc) \ | 340 X(Reg_GPR_Last, = Reg_pc) \ |
| 341 X(Reg_SREG_First, = Reg_s0) \ | 341 X(Reg_SREG_First, = Reg_s0) \ |
| 342 X(Reg_SREG_Last, = Reg_s31) \ | 342 X(Reg_SREG_Last, = Reg_s31) \ |
| 343 X(Reg_DREG_First, = Reg_d0) \ | 343 X(Reg_DREG_First, = Reg_d0) \ |
| 344 X(Reg_DREG_Last, = Reg_d31) \ | 344 X(Reg_DREG_Last, = Reg_d31) \ |
| 345 X(Reg_QREG_First, = Reg_q0) \ | 345 X(Reg_QREG_First, = Reg_q0) \ |
| 346 X(Reg_QREG_Last, = Reg_q15) | 346 X(Reg_QREG_Last, = Reg_q15) |
| 347 // define X(val, init) | 347 // define X(val, init) |
| 348 | 348 |
| 349 // Load/Store instruction width suffixes and FP/Vector element size suffixes | 349 // Load/Store instruction width suffixes and FP/Vector element size suffixes |
| 350 // the # of offset bits allowed as part of an addressing mode (for sign or | 350 // the # of offset bits allowed as part of an addressing mode (for sign or zero |
| 351 // zero extending load/stores). | 351 // extending load/stores). |
| 352 #define ICETYPEARM32_TABLE \ | 352 #define ICETYPEARM32_TABLE \ |
| 353 /* tag, element type, int_width, vec_width, addr bits sext, zext */ \ | 353 /* tag, element type, int_width, vec_width, addr bits sext, zext */ \ |
| 354 X(IceType_void, IceType_void, "" , "" , 0 , 0) \ | 354 X(IceType_void, IceType_void, "" , "" , 0 , 0) \ |
| 355 X(IceType_i1, IceType_void, "b", "" , 8 , 12) \ | 355 X(IceType_i1, IceType_void, "b", "" , 8 , 12) \ |
| 356 X(IceType_i8, IceType_void, "b", "" , 8 , 12) \ | 356 X(IceType_i8, IceType_void, "b", "" , 8 , 12) \ |
| 357 X(IceType_i16, IceType_void, "h", "" , 8 , 8) \ | 357 X(IceType_i16, IceType_void, "h", "" , 8 , 8) \ |
| 358 X(IceType_i32, IceType_void, "" , "" , 12, 12) \ | 358 X(IceType_i32, IceType_void, "" , "" , 12, 12) \ |
| 359 X(IceType_i64, IceType_void, "d", "" , 8 , 8) \ | 359 X(IceType_i64, IceType_void, "d", "" , 8 , 8) \ |
| 360 X(IceType_f32, IceType_void, "" , ".f32", 10, 10) \ | 360 X(IceType_f32, IceType_void, "" , ".f32", 10, 10) \ |
| 361 X(IceType_f64, IceType_void, "" , ".f64", 10, 10) \ | 361 X(IceType_f64, IceType_void, "" , ".f64", 10, 10) \ |
| 362 X(IceType_v4i1, IceType_i32 , "" , ".i32", 0 , 0) \ | 362 X(IceType_v4i1, IceType_i32 , "" , ".i32", 0 , 0) \ |
| 363 X(IceType_v8i1, IceType_i16 , "" , ".i16", 0 , 0) \ | 363 X(IceType_v8i1, IceType_i16 , "" , ".i16", 0 , 0) \ |
| 364 X(IceType_v16i1, IceType_i8 , "" , ".i8" , 0 , 0) \ | 364 X(IceType_v16i1, IceType_i8 , "" , ".i8" , 0 , 0) \ |
| 365 X(IceType_v16i8, IceType_i8 , "" , ".i8" , 0 , 0) \ | 365 X(IceType_v16i8, IceType_i8 , "" , ".i8" , 0 , 0) \ |
| 366 X(IceType_v8i16, IceType_i16 , "" , ".i16", 0 , 0) \ | 366 X(IceType_v8i16, IceType_i16 , "" , ".i16", 0 , 0) \ |
| 367 X(IceType_v4i32, IceType_i32 , "" , ".i32", 0 , 0) \ | 367 X(IceType_v4i32, IceType_i32 , "" , ".i32", 0 , 0) \ |
| 368 X(IceType_v4f32, IceType_f32 , "" , ".f32", 0 , 0) | 368 X(IceType_v4f32, IceType_f32 , "" , ".f32", 0 , 0) |
| 369 //#define X(tag, elementty, int_width, vec_width, sbits, ubits) | 369 //#define X(tag, elementty, int_width, vec_width, sbits, ubits) |
| 370 | 370 |
| 371 // Shifter types for Data-processing operands as defined in section A5.1.2. | 371 // Shifter types for Data-processing operands as defined in section A5.1.2. |
| 372 #define ICEINSTARM32SHIFT_TABLE \ | 372 #define ICEINSTARM32SHIFT_TABLE \ |
| 373 /* enum value, emit */ \ | 373 /* enum value, emit */ \ |
| 374 X(LSL, "lsl") \ | 374 X(LSL, "lsl") \ |
| 375 X(LSR, "lsr") \ | 375 X(LSR, "lsr") \ |
| 376 X(ASR, "asr") \ | 376 X(ASR, "asr") \ |
| 377 X(ROR, "ror") \ | 377 X(ROR, "ror") \ |
| 378 X(RRX, "rrx") | 378 X(RRX, "rrx") |
| 379 //#define X(tag, emit) | 379 //#define X(tag, emit) |
| 380 | 380 |
| 381 // Attributes for the condition code 4-bit encoding (that is independent | 381 // Attributes for the condition code 4-bit encoding (that is independent of the |
| 382 // of the APSR's NZCV fields). For example, EQ is 0, but corresponds to | 382 // APSR's NZCV fields). For example, EQ is 0, but corresponds to Z = 1, and NE |
| 383 // Z = 1, and NE is 1, but corresponds to Z = 0. | 383 // is 1, but corresponds to Z = 0. |
| 384 #define ICEINSTARM32COND_TABLE \ | 384 #define ICEINSTARM32COND_TABLE \ |
| 385 /* enum value, encoding, opposite, emit */ \ | 385 /* enum value, encoding, opposite, emit */ \ |
| 386 X(EQ, 0 , NE, "eq") /* equal */ \ | 386 X(EQ, 0 , NE, "eq") /* equal */ \ |
| 387 X(NE, 1 , EQ, "ne") /* not equal */ \ | 387 X(NE, 1 , EQ, "ne") /* not equal */ \ |
| 388 X(CS, 2 , CC, "cs") /* carry set/unsigned (AKA hs: higher or same) */ \ | 388 X(CS, 2 , CC, "cs") /* carry set/unsigned (AKA hs: higher or same) */ \ |
| 389 X(CC, 3 , CS, "cc") /* carry clear/unsigned (AKA lo: lower) */ \ | 389 X(CC, 3 , CS, "cc") /* carry clear/unsigned (AKA lo: lower) */ \ |
| 390 X(MI, 4 , PL, "mi") /* minus/negative */ \ | 390 X(MI, 4 , PL, "mi") /* minus/negative */ \ |
| 391 X(PL, 5 , MI, "pl") /* plus/positive or zero */ \ | 391 X(PL, 5 , MI, "pl") /* plus/positive or zero */ \ |
| 392 X(VS, 6 , VC, "vs") /* overflow (float unordered) */ \ | 392 X(VS, 6 , VC, "vs") /* overflow (float unordered) */ \ |
| 393 X(VC, 7 , VS, "vc") /* no overflow (float not unordered) */ \ | 393 X(VC, 7 , VS, "vc") /* no overflow (float not unordered) */ \ |
| 394 X(HI, 8 , LS, "hi") /* unsigned higher */ \ | 394 X(HI, 8 , LS, "hi") /* unsigned higher */ \ |
| 395 X(LS, 9 , HI, "ls") /* unsigned lower or same */ \ | 395 X(LS, 9 , HI, "ls") /* unsigned lower or same */ \ |
| 396 X(GE, 10, LT, "ge") /* signed greater than or equal */ \ | 396 X(GE, 10, LT, "ge") /* signed greater than or equal */ \ |
| 397 X(LT, 11, GE, "lt") /* signed less than */ \ | 397 X(LT, 11, GE, "lt") /* signed less than */ \ |
| 398 X(GT, 12, LE, "gt") /* signed greater than */ \ | 398 X(GT, 12, LE, "gt") /* signed greater than */ \ |
| 399 X(LE, 13, GT, "le") /* signed less than or equal */ \ | 399 X(LE, 13, GT, "le") /* signed less than or equal */ \ |
| 400 X(AL, 14, kNone, "") /* always (unconditional) */ \ | 400 X(AL, 14, kNone, "") /* always (unconditional) */ \ |
| 401 X(kNone, 15, kNone, "??") /* special condition / none */ | 401 X(kNone, 15, kNone, "??") /* special condition / none */ |
| 402 //#define(tag, encode, opp, emit) | 402 //#define(tag, encode, opp, emit) |
| 403 | 403 |
| 404 #endif // SUBZERO_SRC_ICEINSTARM32_DEF | 404 #endif // SUBZERO_SRC_ICEINSTARM32_DEF |
| OLD | NEW |