Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-move-05.mir69 %3:gr128bit = DLGR %3, %0
Dint-div-05.ll170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/external/llvm/test/CodeGen/SystemZ/
Dint-div-05.ll170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/external/v8/src/s390/
Dsimulator-s390.h924 EVALUATE(DLGR);
Dconstants-s390.h1417 V(dlgr, DLGR, 0xB987) /* type = RRE DIVIDE LOGICAL (64<-128) */ \
Dsimulator-s390.cc1212 EvalTable[DLGR] = &Simulator::Evaluate_DLGR; in EvalTableInit()
7158 EVALUATE(DLGR) { in EVALUATE() argument
7159 DCHECK_OPCODE(DLGR); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1321 def DLGR : BinaryRRE<"dlgr", 0xB987, null_frag, GR128, GR64>;
1346 (DLGR (ZEXT128 GR64:$src1), GR64:$src2)>;
DSystemZScheduleZ13.td482 def : InstRW<[WLat30, FXa4, GroupAlone], (instregex "DLGR$")>;
DSystemZScheduleZ14.td491 def : InstRW<[WLat30, FXa4, GroupAlone], (instregex "DLGR$")>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc534 1056208U, // DLGR
DSystemZGenDisassemblerTables.inc656 /* 2485 */ MCD_OPC_Decode, 129, 4, 82, // Opcode: DLGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1196 def DLGR : BinaryRRE<"dlg", 0xB987, z_udivrem64, GR128, GR64>;