Home
last modified time | relevance | path

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

/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/v8/src/s390/
Ddisasm-s390.cc1076 case AGHIK: in DecodeSixByte()
Dconstants-s390.h175 AGHIK = 0xECD9, // Add Immediate (64<-16) enumerator
Dsimulator-s390.h1199 EVALUATE(AGHIK);
Dsimulator-s390.cc1420 EvalTable[AGHIK] = &Simulator::Evaluate_AGHIK; in EvalTableInit()
5158 case AGHIK: { in DecodeSixByteArithmetic()
5171 } else if (AGHIK == op) { in DecodeSixByteArithmetic()
6370 EVALUATE(AGHIK) { in EVALUATE() argument
6372 DCHECK_OPCODE(AGHIK); in EVALUATE()
Dassembler-s390.cc1933 rie_form(AGHIK, r1, r3, i2); in aghik()
/external/valgrind/none/tests/s390x/
Dopcodes.h107 #define AGHIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,d9) macro