Searched refs:Iop_NegF32 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 560 Iop_NegF32, Iop_AbsF32, enumerator
|
/external/valgrind/main/VEX/priv/ |
D | guest_mips_toIR.c | 1523 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, in disInstr_MIPS_WRK() 2352 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t2)))); in disInstr_MIPS_WRK() 2377 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t2)))); in disInstr_MIPS_WRK()
|
D | host_mips_isel.c | 2269 case Iop_NegF32: in iselFltExpr_wrk() 2271 Bool sz32 = e->Iex.Unop.op == Iop_NegF32; in iselFltExpr_wrk()
|
D | ir_defs.c | 314 case Iop_NegF32: vex_printf("NegF32"); return; in ppIROp() 2390 case Iop_NegF32: case Iop_AbsF32: in typeOfPrimop()
|
D | host_s390_isel.c | 1942 case Iop_NegF32: in s390_isel_float_expr_wrk()
|
D | guest_arm_toIR.c | 12051 unop(Iop_NegF32, in decode_CP10_CP11_instruction() 12059 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 12066 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction() 12067 unop(Iop_NegF32, in decode_CP10_CP11_instruction() 12080 putFReg(fD, unop(Iop_NegF32, in decode_CP10_CP11_instruction() 12208 putFReg(fD, unop(Iop_NegF32, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
|
D | host_arm_isel.c | 5543 case Iop_NegF32: { in iselFltExpr_wrk()
|
D | guest_s390_toIR.c | 8406 assign(result, unop(Iop_NegF32, get_fpr_w0(r2))); in s390_irgen_LCEBR() 10278 assign(result, unop(Iop_NegF32, unop(Iop_AbsF32, get_fpr_w0(r2)))); in s390_irgen_LNEBR()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3642 case Iop_NegF32: in expr2vbits_Unop()
|