Searched refs:AGHIK (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-15.ll | 15 ; 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/ |
D | disasm-s390.cc | 1076 case AGHIK: in DecodeSixByte()
|
D | constants-s390.h | 175 AGHIK = 0xECD9, // Add Immediate (64<-16) enumerator
|
D | simulator-s390.h | 1199 EVALUATE(AGHIK);
|
D | simulator-s390.cc | 1420 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()
|
D | assembler-s390.cc | 1933 rie_form(AGHIK, r1, r3, i2); in aghik()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 107 #define AGHIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,d9) macro
|