Home
last modified time | relevance | path

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

/external/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/v8/src/s390/
Ddisasm-s390.cc772 case DSGR: in DecodeFourByte()
Dconstants-s390.h418 DSGR = 0xB90D, // Divide Single (64) enumerator
Dsimulator-s390.h927 EVALUATE(DSGR);
Dsimulator-s390.cc1148 EvalTable[DSGR] = &Simulator::Evaluate_DSGR; in EvalTableInit()
3644 case DSGR: { in DecodeFourByteArithmetic()
9880 EVALUATE(DSGR) { in EVALUATE() argument
9881 DCHECK_OPCODE(DSGR); in EVALUATE()
Dassembler-s390.cc2218 void Assembler::dsgr(Register r1, Register r2) { rre_form(DSGR, r1, r2); } in dsgr()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1194 def DSGR : BinaryRRE<"dsg", 0xB90D, z_sdivrem64, GR128, GR64>;