Home
last modified time | relevance | path

Searched refs:CLIY (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-15.ll137 ; 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/
Dint-cmp-15.ll137 ; 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/
DSystemZGenAsmWriter.inc483 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
DSystemZGenDisassemblerTables.inc1207 /* 1494 */ MCD_OPC_Decode, 206, 3, 123, // Opcode: CLIY
/external/v8/src/s390/
Dsimulator-s390.h1099 EVALUATE(CLIY);
Dconstants-s390.h943 V(cliy, CLIY, 0xEB55) /* type = SIY COMPARE LOGICAL (immediate) */ \
Dsimulator-s390.cc1386 EvalTable[CLIY] = &Simulator::Evaluate_CLIY; in EvalTableInit()
8910 EVALUATE(CLIY) { in EVALUATE() argument
8911 DCHECK_OPCODE(CLIY); in EVALUATE()