Home
last modified time | relevance | path

Searched refs:DSGR (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-div-04.ll158 ; Check that divisions of spilled values can use DSG rather than DSGR.
Dint-div-03.ll193 ; Make sure that we still use DSGFR rather than DSGR in cases where
Dint-div-01.ll194 ; Make sure that we still use DSGFR rather than DSGR in cases where
/external/llvm/test/CodeGen/SystemZ/
Dint-div-03.ll193 ; Make sure that we still use DSGFR rather than DSGR in cases where
Dint-div-04.ll158 ; Check that divisions of spilled values can use DSG rather than DSGR.
Dint-div-01.ll194 ; Make sure that we still use DSGFR rather than DSGR in cases where
/external/v8/src/s390/
Dsimulator-s390.h874 EVALUATE(DSGR);
Dconstants-s390.h1368 V(dsgr, DSGR, 0xB90D) /* type = RRE DIVIDE SINGLE (64) */ \
Dsimulator-s390.cc1162 EvalTable[DSGR] = &Simulator::Evaluate_DSGR; in EvalTableInit()
6762 EVALUATE(DSGR) { in EVALUATE() argument
6763 DCHECK_OPCODE(DSGR); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1319 def DSGR : BinaryRRE<"dsgr", 0xB90D, null_frag, GR128, GR64>;
1335 (DSGR (AEXT128 GR64:$src1), GR64:$src2)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc539 1056245U, // DSGR
DSystemZGenDisassemblerTables.inc572 /* 2087 */ MCD_OPC_Decode, 134, 4, 82, // Opcode: DSGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1194 def DSGR : BinaryRRE<"dsg", 0xB90D, z_sdivrem64, GR128, GR64>;