Searched refs:AGF (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-03.ll | 17 ; 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/ |
D | disasm-s390.cc | 1205 case AGF: in DecodeSixByte()
|
D | constants-s390.h | 171 AGF = 0xE318, // Add (64<-32) enumerator
|
D | simulator-s390.h | 1041 EVALUATE(AGF);
|
D | simulator-s390.cc | 1262 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()
|
D | assembler-s390.cc | 1917 rxy_form(AGF, r1, opnd.rx(), opnd.rb(), opnd.offset()); in agf()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 904 def AGF : BinaryRXY<"agf", 0xE318, add, GR64, asextloadi32, 4>;
|