Home
last modified time | relevance | path

Searched refs:AGFR (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-03.ll7 ; 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/
Dint-add-03.ll7 ; Check AGFR.
106 ; Check that additions of spilled values can use AGF rather than AGFR.
Dint-sadd-04.ll7 ; Check AGFR.
206 ; Check that additions of spilled values can use AGF rather than AGFR.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc55 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...
DSystemZGenDisassemblerTables.inc596 /* 2199 */ MCD_OPC_Decode, 34, 84, // Opcode: AGFR
/external/v8/src/s390/
Dsimulator-s390.h883 EVALUATE(AGFR);
Dconstants-s390.h1379 V(agfr, AGFR, 0xB918) /* type = RRE ADD (64<-32) */ \
Dsimulator-s390.cc1171 EvalTable[AGFR] = &Simulator::Evaluate_AGFR; in EvalTableInit()
6841 EVALUATE(AGFR) { in EVALUATE() argument
6842 DCHECK_OPCODE(AGFR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td886 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/
DSystemZInstrInfo.td901 def AGFR : BinaryRRE<"agfr", 0xB918, null_frag, GR64, GR32>;
934 defm : SXB<z_sadd, GR64, AGFR>;
DSystemZScheduleZ196.td337 def : InstRW<[WLat2, WLat2, FXU2, GroupAlone], (instregex "AGFR$")>;
DSystemZScheduleZEC12.td348 def : InstRW<[WLat2, WLat2, FXU, NormalGr], (instregex "AGFR$")>;
DSystemZScheduleZ13.td371 def : InstRW<[WLat2, WLat2, FXa, NormalGr], (instregex "AGFR$")>;
DSystemZScheduleZ14.td372 def : InstRW<[WLat2, WLat2, FXa, NormalGr], (instregex "AGFR$")>;