Home
last modified time | relevance | path

Searched refs:DLR (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-div-02.ll170 ; Check that divisions of spilled values can use DL rather than DLR.
/external/v8/src/s390/
Ddisasm-s390.cc829 case DLR: in DecodeFourByte()
Dsimulator-s390.h998 EVALUATE(DLR);
Dconstants-s390.h1480 V(dlr, DLR, 0xB997) /* type = RRE DIVIDE LOGICAL (32<-64) */ \
Dsimulator-s390.cc1224 EvalTable[DLR] = &Simulator::Evaluate_DLR; in EvalTableInit()
3523 case DLR: { in DecodeFourByteArithmetic()
10526 EVALUATE(DLR) { in EVALUATE() argument
10527 DCHECK_OPCODE(DLR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1195 def DLR : BinaryRRE<"dl", 0xB997, z_udivrem32, GR128, GR32>;