Home
last modified time | relevance | path

Searched refs:Iop_NegF32 (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h571 Iop_NegF32, Iop_AbsF32, enumerator
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c15455 unop(Iop_NegF32, in decode_CP10_CP11_instruction()
15463 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
15470 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
15471 unop(Iop_NegF32, in decode_CP10_CP11_instruction()
15484 putFReg(fD, unop(Iop_NegF32, in decode_CP10_CP11_instruction()
15509 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
15520 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
15522 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction()
15543 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction()
15655 putFReg(fD, unop(Iop_NegF32, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
Dhost_mips_isel.c3085 case Iop_NegF32: in iselFltExpr_wrk()
3087 Bool sz32 = e->Iex.Unop.op == Iop_NegF32; in iselFltExpr_wrk()
Dir_defs.c332 case Iop_NegF32: vex_printf("NegF32"); return; in ppIROp()
2834 case Iop_NegF32: case Iop_AbsF32: in typeOfPrimop()
Dhost_s390_isel.c2564 case Iop_NegF32: in s390_isel_float_expr_wrk()
Dhost_arm64_isel.c3259 case Iop_NegF32: { in iselFltExpr_wrk()
Dguest_mips_toIR.c12512 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, in disInstr_MIPS_WRK()
13720 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1)))); in disInstr_MIPS_WRK()
13741 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1)))); in disInstr_MIPS_WRK()
Dhost_amd64_isel.c2640 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_NegF32) { in iselFltExpr_wrk()
Dhost_arm_isel.c5743 case Iop_NegF32: { in iselFltExpr_wrk()
Dguest_s390_toIR.c9492 assign(result, unop(Iop_NegF32, get_fpr_w0(r2))); in s390_irgen_LCEBR()
12565 assign(result, unop(Iop_NegF32, unop(Iop_AbsF32, get_fpr_w0(r2)))); in s390_irgen_LNEBR()
Dguest_arm64_toIR.c563 case Ity_F32: return Iop_NegF32; in mkNEGF()
Dguest_amd64_toIR.c27828 IROp opNEG = ty == Ity_F64 ? Iop_NegF64 : Iop_NegF32; in dis_FMA()
30318 IROp neg_op[] = {Iop_NegF64, Iop_NegF32}; in dis_FMA4()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c203 …{ DEFOP(Iop_NegF32, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 1, .ppc64 = 0, .ppc32 …
/external/valgrind/memcheck/
Dmc_translate.c4481 case Iop_NegF32: in expr2vbits_Unop()