Home
last modified time | relevance | path

Searched refs:AHIK (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-14.ll15 ; Check the high end of the AHIK range.
33 ; Check the high end of the negative AHIK range.
42 ; Check the low end of the AHIK range.
Dasm-18.ll602 ; and high registers. RISBHG/AIH would be OK too, instead of AHIK/RISBHG.
/external/v8/src/s390/
Ddisasm-s390.cc1073 case AHIK: in DecodeSixByte()
Dconstants-s390.h183 AHIK = 0xECD8, // Add Immediate (32<-16) enumerator
Dsimulator-s390.h1198 EVALUATE(AHIK);
Dsimulator-s390.cc1419 EvalTable[AHIK] = &Simulator::Evaluate_AHIK; in EvalTableInit()
5157 case AHIK: in DecodeSixByteArithmetic()
5164 if (AHIK == op) { in DecodeSixByteArithmetic()
6358 EVALUATE(AHIK) { in EVALUATE() argument
6359 DCHECK_OPCODE(AHIK); in EVALUATE()
Dassembler-s390.cc1889 rie_form(AHIK, r1, r3, i2); in ahik()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1149 expandRIEPseudo(MI, SystemZ::AHI, SystemZ::AHIK, SystemZ::AIH); in expandPostRAPseudo()
/external/valgrind/none/tests/s390x/
Dopcodes.h112 #define AHIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,d8) macro