Searched refs:AGFR (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-03.ll | 7 ; Check AGFR. 106 ; Check that additions of spilled values can use AGF rather than AGFR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-add-03.ll | 7 ; Check AGFR. 106 ; Check that additions of spilled values can use AGF rather than AGFR.
|
D | int-sadd-04.ll | 7 ; Check AGFR. 206 ; Check that additions of spilled values can use AGF rather than AGFR.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 55 1056088U, // AGFR 1565 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1639 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1707 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO... 1816 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO...
|
D | SystemZGenDisassemblerTables.inc | 596 /* 2199 */ MCD_OPC_Decode, 34, 84, // Opcode: AGFR
|
/external/v8/src/s390/ |
D | simulator-s390.h | 883 EVALUATE(AGFR);
|
D | constants-s390.h | 1379 V(agfr, AGFR, 0xB918) /* type = RRE ADD (64<-32) */ \
|
D | simulator-s390.cc | 1171 EvalTable[AGFR] = &Simulator::Evaluate_AGFR; in EvalTableInit() 6841 EVALUATE(AGFR) { in EVALUATE() argument 6842 DCHECK_OPCODE(AGFR); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 886 def AGFR : BinaryRRE<"agf", 0xB918, null_frag, GR64, GR32>; 911 defm : SXB<add, GR64, AGFR>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 901 def AGFR : BinaryRRE<"agfr", 0xB918, null_frag, GR64, GR32>; 934 defm : SXB<z_sadd, GR64, AGFR>;
|
D | SystemZScheduleZ196.td | 337 def : InstRW<[WLat2, WLat2, FXU2, GroupAlone], (instregex "AGFR$")>;
|
D | SystemZScheduleZEC12.td | 348 def : InstRW<[WLat2, WLat2, FXU, NormalGr], (instregex "AGFR$")>;
|
D | SystemZScheduleZ13.td | 371 def : InstRW<[WLat2, WLat2, FXa, NormalGr], (instregex "AGFR$")>;
|
D | SystemZScheduleZ14.td | 372 def : InstRW<[WLat2, WLat2, FXa, NormalGr], (instregex "AGFR$")>;
|