Searched refs:ALGFR (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-04.ll | 7 ; 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/ |
D | int-add-04.ll | 7 ; Check ALGFR. 106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
D | int-uadd-03.ll | 7 ; Check ALGFR. 198 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 77 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...
|
D | SystemZGenDisassemblerTables.inc | 602 /* 2226 */ MCD_OPC_Decode, 56, 84, // Opcode: ALGFR
|
/external/v8/src/s390/ |
D | simulator-s390.h | 885 EVALUATE(ALGFR);
|
D | constants-s390.h | 1381 V(algfr, ALGFR, 0xB91A) /* type = RRE ADD LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1173 EvalTable[ALGFR] = &Simulator::Evaluate_ALGFR; in EvalTableInit() 6870 EVALUATE(ALGFR) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 920 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/ |
D | SystemZInstrInfo.td | 943 def ALGFR : BinaryRRE<"algfr", 0xB91A, null_frag, GR64, GR32>; 974 defm : ZXB<z_uadd, GR64, ALGFR>;
|