Home
last modified time | relevance | path

Searched refs:putDReg (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/docs/internals/
DMERGE_3_10_1.txt39 2971 ??? mips: use putDReg/getDReg for ceil.l.d
/external/valgrind/VEX/priv/
Dguest_mips_toIR.c1452 static void putDReg(UInt dregNo, IRExpr * e) in putDReg() function
12239 putDReg(fs, unop(Iop_ReinterpI64asF64, mkexpr(t0))); in disInstr_MIPS_WRK()
12297 putDReg(fd, binop(Iop_SqrtF64, rm, getDReg(fs))); in disInstr_MIPS_WRK()
12314 putDReg(fd, unop(Iop_AbsF64, getDReg(fs))); in disInstr_MIPS_WRK()
12326 putDReg(fd, triop(Iop_MulF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12348 putDReg(fd, triop(Iop_DivF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12372 putDReg(fd, triop(Iop_SubF64, rm, getDReg(fs), in disInstr_MIPS_WRK()
12395 putDReg(fd, getDReg(fs)); in disInstr_MIPS_WRK()
12419 putDReg(fd, unop(Iop_NegF64, getDReg(fs))); in disInstr_MIPS_WRK()
12437 putDReg(fd, unop(Iop_ReinterpI64asF64, mkexpr(t0))); in disInstr_MIPS_WRK()
[all …]
Dguest_arm_toIR.c716 static void putDReg ( UInt dregNo, in putDReg() function
12929 putDReg(dD + i, loadLE(Ity_F64, addr), IRTemp_INVALID); in decode_CP10_CP11_instruction()
13066 putDReg(dD + i, loadLE(Ity_F64, addr), IRTemp_INVALID); in decode_CP10_CP11_instruction()
13156 putDReg(dM, in decode_CP10_CP11_instruction()
13366 putDReg(rD, unop(Iop_ReinterpI64asF64, mkU64(imm)), condT); in decode_CP10_CP11_instruction()
13447 putDReg(dD, loadLE(Ity_F64,mkexpr(ea)), IRTemp_INVALID); in decode_CP10_CP11_instruction()
13472 putDReg(dD, triop(Iop_AddF64, rm, in decode_CP10_CP11_instruction()
13480 putDReg(dD, triop(Iop_AddF64, rm, in decode_CP10_CP11_instruction()
13489 putDReg(dD, triop(Iop_AddF64, rm, in decode_CP10_CP11_instruction()
13497 putDReg(dD, triop(Iop_AddF64, rm, in decode_CP10_CP11_instruction()
[all …]
Dguest_ppc_toIR.c1294 static void putDReg(UInt archreg, IRExpr* e) { in putDReg() function
10194 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_arith()
10289 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_shift()
10356 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_fmt_conv()
10378 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_fmt_conv()
10390 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_fmt_conv()
10432 putDReg( frS_addr, mkexpr( frS64 ) ); in dis_dfp_fmt_convq()
10440 putDReg( frS_addr, mkexpr( frS64 ) ); in dis_dfp_fmt_convq()
10497 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_round()
10637 putDReg( frS_addr, mkexpr( frS ) ); in dis_dfp_quantize_sig_rrnd()
[all …]