Searched refs:DSGR (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-div-04.ll | 158 ; Check that divisions of spilled values can use DSG rather than DSGR.
|
D | int-div-03.ll | 193 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
D | int-div-01.ll | 194 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-div-03.ll | 193 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
D | int-div-04.ll | 158 ; Check that divisions of spilled values can use DSG rather than DSGR.
|
D | int-div-01.ll | 194 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
/external/v8/src/s390/ |
D | simulator-s390.h | 874 EVALUATE(DSGR);
|
D | constants-s390.h | 1368 V(dsgr, DSGR, 0xB90D) /* type = RRE DIVIDE SINGLE (64) */ \
|
D | simulator-s390.cc | 1162 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/ |
D | SystemZInstrInfo.td | 1319 def DSGR : BinaryRRE<"dsgr", 0xB90D, null_frag, GR128, GR64>; 1335 (DSGR (AEXT128 GR64:$src1), GR64:$src2)>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 539 1056245U, // DSGR
|
D | SystemZGenDisassemblerTables.inc | 572 /* 2087 */ MCD_OPC_Decode, 134, 4, 82, // Opcode: DSGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1194 def DSGR : BinaryRRE<"dsg", 0xB90D, z_sdivrem64, GR128, GR64>;
|