Searched refs:DSGFR (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | RAbasic-invalid-LR-update.mir | 166 %20 = DSGFR %20, %19 170 %25 = DSGFR %25, %24 174 %34 = DSGFR %34, %33 178 %40 = DSGFR %40, %39
|
D | int-div-01.ll | 194 ; 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.
|
D | int-div-03.ll | 193 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-div-01.ll | 194 ; 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.
|
D | int-div-03.ll | 193 ; Make sure that we still use DSGFR rather than DSGR in cases where
|
/external/v8/src/s390/ |
D | simulator-s390.h | 888 EVALUATE(DSGFR);
|
D | constants-s390.h | 1384 V(dsgfr, DSGFR, 0xB91D) /* type = RRE DIVIDE SINGLE (64<-32) */ \
|
D | simulator-s390.cc | 1176 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/ |
D | SystemZInstrInfo.td | 1318 def DSGFR : BinaryRRE<"dsgfr", 0xB91D, null_frag, GR128, GR32>; 1331 (DSGFR (AEXT128 GR64:$src1), GR32:$src2)>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 538 1056143U, // DSGFR
|
D | SystemZGenDisassemblerTables.inc | 611 /* 2267 */ MCD_OPC_Decode, 133, 4, 85, // Opcode: DSGFR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1193 def DSGFR : BinaryRRE<"dsgf", 0xB91D, z_sdivrem32, GR128, GR32>;
|