Home
last modified time | relevance | path

Searched refs:DSGFR (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
DRAbasic-invalid-LR-update.mir166 %20 = DSGFR %20, %19
170 %25 = DSGFR %25, %24
174 %34 = DSGFR %34, %33
178 %40 = DSGFR %40, %39
Dint-div-01.ll194 ; Make sure that we still use DSGFR rather than DSGR in cases where
210 ; Check that divisions of spilled values can use DSGF rather than DSGFR.
Dint-div-03.ll193 ; Make sure that we still use DSGFR rather than DSGR in cases where
/external/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll194 ; Make sure that we still use DSGFR rather than DSGR in cases where
210 ; Check that divisions of spilled values can use DSGF rather than DSGFR.
Dint-div-03.ll193 ; Make sure that we still use DSGFR rather than DSGR in cases where
/external/v8/src/s390/
Dsimulator-s390.h888 EVALUATE(DSGFR);
Dconstants-s390.h1384 V(dsgfr, DSGFR, 0xB91D) /* type = RRE DIVIDE SINGLE (64<-32) */ \
Dsimulator-s390.cc1176 EvalTable[DSGFR] = &Simulator::Evaluate_DSGFR; in EvalTableInit()
6892 EVALUATE(DSGFR) { in EVALUATE() argument
6893 DCHECK_OPCODE(DSGFR); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1318 def DSGFR : BinaryRRE<"dsgfr", 0xB91D, null_frag, GR128, GR32>;
1331 (DSGFR (AEXT128 GR64:$src1), GR32:$src2)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc538 1056143U, // DSGFR
DSystemZGenDisassemblerTables.inc611 /* 2267 */ MCD_OPC_Decode, 133, 4, 85, // Opcode: DSGFR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1193 def DSGFR : BinaryRRE<"dsgf", 0xB91D, z_sdivrem32, GR128, GR32>;