Lines Matching refs:dM
13148 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
13154 putDReg(dM, in decode_CP10_CP11_instruction()
13160 DIP("vmov%s d%u, r%u, r%u\n", nCC(conq), dM, rD, rN); in decode_CP10_CP11_instruction()
13168 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
13176 assign(i64, unop(Iop_ReinterpF64asI64, getDReg(dM))); in decode_CP10_CP11_instruction()
13186 DIP("vmov%s r%u, r%u, d%u\n", nCC(conq), rD, rN, dM); in decode_CP10_CP11_instruction()
13459 UInt dM = INSN(3,0) | (INSN(5,5) << 4); /* argR */ in decode_CP10_CP11_instruction() local
13473 getDReg(dM))), in decode_CP10_CP11_instruction()
13475 DIP("fmacd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13482 getDReg(dM)))), in decode_CP10_CP11_instruction()
13484 DIP("fnmacd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13490 getDReg(dM))), in decode_CP10_CP11_instruction()
13492 DIP("fmscd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13499 getDReg(dM)))), in decode_CP10_CP11_instruction()
13501 DIP("fnmscd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13504 putDReg(dD, triop(Iop_MulF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13506 DIP("fmuld%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13511 getDReg(dM))), in decode_CP10_CP11_instruction()
13513 DIP("fnmuld%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13516 putDReg(dD, triop(Iop_AddF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13518 DIP("faddd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13521 putDReg(dD, triop(Iop_SubF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13523 DIP("fsubd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13526 putDReg(dD, triop(Iop_DivF64, rm, getDReg(dN), getDReg(dM)), in decode_CP10_CP11_instruction()
13528 DIP("fdivd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13536 getDReg(dM))), in decode_CP10_CP11_instruction()
13538 DIP("vfmad%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13547 getDReg(dM))), in decode_CP10_CP11_instruction()
13549 DIP("vfmsd%s d%u, d%u, d%u\n", nCC(conq), dD, dN, dM); in decode_CP10_CP11_instruction()
13579 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
13587 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) : getDReg(dM)); in decode_CP10_CP11_instruction()
13621 DIP("fcmp%sd%s d%u, d%u\n", bN ? "e" : "", nCC(conq), dD, dM); in decode_CP10_CP11_instruction()
13634 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
13639 putDReg(dD, getDReg(dM), condT); in decode_CP10_CP11_instruction()
13640 DIP("fcpyd%s d%u, d%u\n", nCC(conq), dD, dM); in decode_CP10_CP11_instruction()
13645 putDReg(dD, unop(Iop_AbsF64, getDReg(dM)), condT); in decode_CP10_CP11_instruction()
13646 DIP("fabsd%s d%u, d%u\n", nCC(conq), dD, dM); in decode_CP10_CP11_instruction()
13651 putDReg(dD, unop(Iop_NegF64, getDReg(dM)), condT); in decode_CP10_CP11_instruction()
13652 DIP("fnegd%s d%u, d%u\n", nCC(conq), dD, dM); in decode_CP10_CP11_instruction()
13658 putDReg(dD, binop(Iop_SqrtF64, rm, getDReg(dM)), condT); in decode_CP10_CP11_instruction()
13659 DIP("fsqrtd%s d%u, d%u\n", nCC(conq), dD, dM); in decode_CP10_CP11_instruction()
13702 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
13712 getDReg(dM))), in decode_CP10_CP11_instruction()
13715 nCC(conq), fD, dM); in decode_CP10_CP11_instruction()
13720 getDReg(dM))), in decode_CP10_CP11_instruction()
13723 nCC(conq), fD, dM); in decode_CP10_CP11_instruction()
14256 UInt dM = INSN(3,0) | (INSN(5,5) << 4); in decode_CP10_CP11_instruction() local
14259 putFReg(fD, binop(Iop_F64toF32, mkexpr(rmode), getDReg(dM)), in decode_CP10_CP11_instruction()
14261 DIP("fcvtsd%s s%u, d%u\n", nCC(conq), fD, dM); in decode_CP10_CP11_instruction()