Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-15.ll15 ; Check the high end of the AGHIK range.
33 ; Check the high end of the negative AGHIK range.
42 ; Check the low end of the AGHIK range.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-15.ll15 ; Check the high end of the AGHIK range.
33 ; Check the high end of the negative AGHIK range.
42 ; Check the low end of the AGHIK range.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc57 37755030U, // AGHIK
1565 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A...
1639 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A...
1721 // AGHIK, AGRK, AHIK, ALGHSIK, ALGRK, ALHSIK, ALRK, ARK, AsmCGRJ, AsmCLGR...
1820 // AGHIK, AGRK, AHIK, ALGHSIK, ALGRK, ALHSIK, ALRK, ARK, AsmCGRJ, AsmCLGR...
1843 // AGHIK, AHIK, ALGHSIK, ALHSIK
DSystemZGenDisassemblerTables.inc1590 /* 3129 */ MCD_OPC_Decode, 36, 150, 1, // Opcode: AGHIK
/external/v8/src/s390/
Dsimulator-s390.h1148 EVALUATE(AGHIK);
Dconstants-s390.h1459 V(aghik, AGHIK, 0xECD9) /* type = RIE_D ADD IMMEDIATE (64<-16) */ \
Dsimulator-s390.cc1435 EvalTable[AGHIK] = &Simulator::Evaluate_AGHIK; in EvalTableInit()
3195 EVALUATE(AGHIK) { in EVALUATE() argument
3197 DCHECK_OPCODE(AGHIK); in EVALUATE()