Searched refs:Iop_NegF32 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 487 case Iop_NegF32: case Iop_AbsF32: in typeof_primop()
|
D | irops.c | 178 …{ DEFOP(Iop_NegF32, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 1, .ppc64 = 0, .ppc32 …
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 571 Iop_NegF32, Iop_AbsF32, enumerator
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 13989 unop(Iop_NegF32, in decode_CP10_CP11_instruction() 13997 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 14004 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 14005 unop(Iop_NegF32, in decode_CP10_CP11_instruction() 14018 putFReg(fD, unop(Iop_NegF32, in decode_CP10_CP11_instruction() 14043 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 14054 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 14056 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction() 14077 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction() 14189 putFReg(fD, unop(Iop_NegF32, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
|
D | host_mips_isel.c | 3078 case Iop_NegF32: in iselFltExpr_wrk() 3080 Bool sz32 = e->Iex.Unop.op == Iop_NegF32; in iselFltExpr_wrk()
|
D | ir_defs.c | 319 case Iop_NegF32: vex_printf("NegF32"); return; in ppIROp() 2766 case Iop_NegF32: case Iop_AbsF32: in typeOfPrimop()
|
D | host_s390_isel.c | 2526 case Iop_NegF32: in s390_isel_float_expr_wrk()
|
D | host_arm64_isel.c | 3231 case Iop_NegF32: { in iselFltExpr_wrk()
|
D | guest_mips_toIR.c | 12414 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, in disInstr_MIPS_WRK() 13735 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1)))); in disInstr_MIPS_WRK() 13756 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1)))); in disInstr_MIPS_WRK()
|
D | host_amd64_isel.c | 2640 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_NegF32) { in iselFltExpr_wrk()
|
D | host_arm_isel.c | 5593 case Iop_NegF32: { in iselFltExpr_wrk()
|
D | guest_s390_toIR.c | 9389 assign(result, unop(Iop_NegF32, get_fpr_w0(r2))); in s390_irgen_LCEBR() 12391 assign(result, unop(Iop_NegF32, unop(Iop_AbsF32, get_fpr_w0(r2)))); in s390_irgen_LNEBR()
|
D | guest_arm64_toIR.c | 562 case Ity_F32: return Iop_NegF32; in mkNEGF()
|
D | guest_amd64_toIR.c | 27236 z[i] = unop(ty == Ity_F64 ? Iop_NegF64 : Iop_NegF32, z[i]); in dis_FMA() 27240 x[i] = unop(ty == Ity_F64 ? Iop_NegF64 : Iop_NegF32, x[i]); in dis_FMA()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4404 case Iop_NegF32: in expr2vbits_Unop()
|