Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-add-03.ll17 ; Check AGF with no displacement.
28 ; Check the high end of the aligned AGF range.
54 ; Check the high end of the negative aligned AGF range.
66 ; Check the low end of the AGF range.
92 ; Check that AGF allows an index.
106 ; Check that additions of spilled values can use AGF rather than AGFR.
/external/v8/src/s390/
Ddisasm-s390.cc1205 case AGF: in DecodeSixByte()
Dconstants-s390.h171 AGF = 0xE318, // Add (64<-32) enumerator
Dsimulator-s390.h1041 EVALUATE(AGF);
Dsimulator-s390.cc1262 EvalTable[AGF] = &Simulator::Evaluate_AGF; in EvalTableInit()
5431 case AGF: in DecodeSixByteArithmetic()
5457 } else if (op == AGF) { in DecodeSixByteArithmetic()
10866 EVALUATE(AGF) { in EVALUATE() argument
10867 DCHECK_OPCODE(AGF); in EVALUATE()
Dassembler-s390.cc1917 rxy_form(AGF, r1, opnd.rx(), opnd.rb(), opnd.offset()); in agf()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td904 def AGF : BinaryRXY<"agf", 0xE318, add, GR64, asextloadi32, 4>;