Searched refs:DLR (Results 1 – 6 of 6) sorted by relevance
170 ; Check that divisions of spilled values can use DL rather than DLR.
829 case DLR: in DecodeFourByte()
998 EVALUATE(DLR);
1480 V(dlr, DLR, 0xB997) /* type = RRE DIVIDE LOGICAL (32<-64) */ \
1224 EvalTable[DLR] = &Simulator::Evaluate_DLR; in EvalTableInit()3523 case DLR: { in DecodeFourByteArithmetic()10526 EVALUATE(DLR) { in EVALUATE() argument10527 DCHECK_OPCODE(DLR); in EVALUATE()
1195 def DLR : BinaryRRE<"dl", 0xB997, z_udivrem32, GR128, GR32>;