Searched refs:Iop_MSubF64 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 738 Iop_MAddF64, Iop_MSubF64, enumerator
|
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 3316 case Iop_MSubF64: { in iselFltExpr_wrk() 3328 case Iop_MSubF64: in iselFltExpr_wrk() 3578 case Iop_MSubF64: { in iselDblExpr_wrk() 3590 case Iop_MSubF64: in iselDblExpr_wrk()
|
D | ir_defs.c | 329 case Iop_MSubF64: vex_printf("MSubF64"); return; in ppIROp() 2837 case Iop_MAddF64: case Iop_MSubF64: in typeOfPrimop()
|
D | guest_ppc_toIR.c | 8473 assign( frD, qop( Iop_MSubF64, rm, in dis_fp_multadd() 8490 assign( tmp, qop( Iop_MSubF64, rm, in dis_fp_multadd() 13263 mOp = Iop_MSubF64; in dis_vxv_dp_arith() 14769 qop( Iop_MSubF64, rm, in dis_vxs_arith() 14784 qop( Iop_MSubF64, rm, in dis_vxs_arith() 14854 qop( Iop_MSubF64, rm, in dis_vxs_arith() 14876 qop( Iop_MSubF64, in dis_vxs_arith()
|
D | host_s390_isel.c | 2355 case Iop_MSubF64: bfpop = S390_BFP_MSUB; break; in s390_isel_float_expr_wrk()
|
D | host_ppc_isel.c | 4014 case Iop_MSubF64: fpop = Pfp_MSUBD; break; in iselDblExpr_wrk()
|
D | guest_mips_toIR.c | 13732 putDReg(fd, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK() 13773 assign(t1, qop(Iop_MSubF64, rm, getDReg(fmt), getDReg(fs), in disInstr_MIPS_WRK()
|
D | guest_s390_toIR.c | 12610 put_fpr_dw0(r1, qop(Iop_MSubF64, mkexpr(rounding_mode), in s390_irgen_MSDBR() 12634 put_fpr_dw0(r1, qop(Iop_MSubF64, mkexpr(rounding_mode), in s390_irgen_MSDB()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 274 …{ DEFOP(Iop_MSubF64, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .pp…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2789 case Iop_MSubF64: in expr2vbits_Qop()
|