Home
last modified time | relevance | path

Searched refs:ALGFR (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-04.ll7 ; Check ALGFR.
106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-04.ll7 ; Check ALGFR.
106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
Dint-uadd-03.ll7 ; Check ALGFR.
198 ; Check that additions of spilled values can use ALGF rather than ALGFR.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc77 1056101U, // ALGFR
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.inc602 /* 2226 */ MCD_OPC_Decode, 56, 84, // Opcode: ALGFR
/external/v8/src/s390/
Dsimulator-s390.h885 EVALUATE(ALGFR);
Dconstants-s390.h1381 V(algfr, ALGFR, 0xB91A) /* type = RRE ADD LOGICAL (64<-32) */ \
Dsimulator-s390.cc1173 EvalTable[ALGFR] = &Simulator::Evaluate_ALGFR; in EvalTableInit()
6870 EVALUATE(ALGFR) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td920 def ALGFR : BinaryRRE<"algf", 0xB91A, null_frag, GR64, GR32>;
937 defm : ZXB<addc, GR64, ALGFR>;
1689 defm : ZXB<add, GR64, ALGFR>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td943 def ALGFR : BinaryRRE<"algfr", 0xB91A, null_frag, GR64, GR32>;
974 defm : ZXB<z_uadd, GR64, ALGFR>;