Lines Matching refs:getDReg
1417 static IRExpr *getDReg(UInt dregNo) in getDReg() function
1962 assign(ccIR, binop(Iop_CmpF64, getDReg(fs), getDReg(ft))); in dis_instr_CCondFmt()
12234 assign(t0, unop(Iop_ReinterpF64asI64, getDReg(fs))); in disInstr_MIPS_WRK()
12248 getDReg(fs))))); in disInstr_MIPS_WRK()
12307 putDReg(fd, binop(Iop_SqrtF64, rm, getDReg(fs))); in disInstr_MIPS_WRK()
12324 putDReg(fd, unop(Iop_AbsF64, getDReg(fs))); in disInstr_MIPS_WRK()
12336 putDReg(fd, triop(Iop_MulF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12337 getDReg(ft))); in disInstr_MIPS_WRK()
12358 putDReg(fd, triop(Iop_DivF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12359 getDReg(ft))); in disInstr_MIPS_WRK()
12382 putDReg(fd, triop(Iop_SubF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12383 getDReg(ft))); in disInstr_MIPS_WRK()
12405 putDReg(fd, getDReg(fs)); in disInstr_MIPS_WRK()
12429 putDReg(fd, unop(Iop_NegF64, getDReg(fs))); in disInstr_MIPS_WRK()
12457 getDReg(fs))); in disInstr_MIPS_WRK()
12488 getDReg(fs))); in disInstr_MIPS_WRK()
12515 mkU64(ONE_DOUBLE)), getDReg(fs))); in disInstr_MIPS_WRK()
12576 putDReg(fd, IRExpr_ITE(mkexpr(t3), getDReg(fs), getDReg(fd))); in disInstr_MIPS_WRK()
12631 putDReg(fd, IRExpr_ITE(mkexpr(t3), getDReg(fs), getDReg(fd))); in disInstr_MIPS_WRK()
12663 getDReg(fs), getDReg(fd))); in disInstr_MIPS_WRK()
12744 getDReg(fs), getDReg(fd))); in disInstr_MIPS_WRK()
12818 putDReg(fd, triop(Iop_AddF64, rm, getDReg(fs), getDReg(ft))); in disInstr_MIPS_WRK()
13052 getDReg(fs))); in disInstr_MIPS_WRK()
13090 getDReg(fs))); in disInstr_MIPS_WRK()
13123 get_IR_roundingmode(), getDReg(fs))); in disInstr_MIPS_WRK()
13157 getDReg(fs))); in disInstr_MIPS_WRK()
13199 getDReg(fs))); in disInstr_MIPS_WRK()
13206 getDReg(fs))); in disInstr_MIPS_WRK()
13249 getDReg(fs))); in disInstr_MIPS_WRK()
13257 getDReg(fs))); in disInstr_MIPS_WRK()
13308 getDReg(fs))); in disInstr_MIPS_WRK()
13351 getDReg(fs))); in disInstr_MIPS_WRK()
13356 getDReg(fs))); in disInstr_MIPS_WRK()
13389 getDReg(fs))); in disInstr_MIPS_WRK()
13418 binop(Iop_SqrtF64, rm, getDReg(fs)))); in disInstr_MIPS_WRK()
13524 store(mkexpr(t1), getDReg(ft)); in disInstr_MIPS_WRK()
13714 putDReg(fd, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13715 getDReg(ft))); in disInstr_MIPS_WRK()
13732 putDReg(fd, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13733 getDReg(ft))); in disInstr_MIPS_WRK()
13752 assign(t1, qop(Iop_MAddF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13753 getDReg(ft))); in disInstr_MIPS_WRK()
13773 assign(t1, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
13774 getDReg(ft))); in disInstr_MIPS_WRK()