Searched refs:CLIY (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-15.ll | 137 ; Check the next byte up, which should use CLIY instead of CLI. 149 ; Check the high end of the CLIY range. 175 ; Check the high end of the negative CLIY range. 187 ; Check the low end of the CLIY range. 228 ; Check that CLIY does not allow an index
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-15.ll | 137 ; Check the next byte up, which should use CLIY instead of CLI. 149 ; Check the high end of the CLIY range. 175 ; Check the high end of the negative CLIY range. 187 ; Check the low end of the CLIY range. 228 ; Check that CLIY does not allow an index
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 483 601868U, // CLIY 1569 // AGSI, ASI, CGHSI, CHHSI, CHSI, CLFHSI, CLGHSI, CLHHSI, CLI, CLIY, MVGH... 1685 // CLI, CLIY, MVI, MVIY, NI, NIY, OI, OIY, TM, TMY, XI, XIY
|
D | SystemZGenDisassemblerTables.inc | 1207 /* 1494 */ MCD_OPC_Decode, 206, 3, 123, // Opcode: CLIY
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1099 EVALUATE(CLIY);
|
D | constants-s390.h | 943 V(cliy, CLIY, 0xEB55) /* type = SIY COMPARE LOGICAL (immediate) */ \
|
D | simulator-s390.cc | 1386 EvalTable[CLIY] = &Simulator::Evaluate_CLIY; in EvalTableInit() 8910 EVALUATE(CLIY) { in EVALUATE() argument 8911 DCHECK_OPCODE(CLIY); in EVALUATE()
|