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

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h571 Iop_NegF32, Iop_AbsF32, enumerator in enum:__anon19778
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c13989 unop(Iop_NegF32,
13997 unop(Iop_NegF32, getFReg(fD)),
14004 unop(Iop_NegF32, getFReg(fD)),
14005 unop(Iop_NegF32,
14018 putFReg(fD, unop(Iop_NegF32,
14043 unop(Iop_NegF32, getFReg(fD)),
14054 unop(Iop_NegF32, getFReg(fD)),
14056 unop(Iop_NegF32, getFReg(fN)),
14077 unop(Iop_NegF32, getFReg(fN)),
14189 putFReg(fD, unop(Iop_NegF32, getFRe
[all...]
H A Dhost_mips_isel.c3078 case Iop_NegF32:
3080 Bool sz32 = e->Iex.Unop.op == Iop_NegF32;
H A Dir_defs.c319 case Iop_NegF32: vex_printf("NegF32"); return;
2769 case Iop_NegF32: case Iop_AbsF32:
H A Dhost_s390_isel.c2564 case Iop_NegF32:
H A Dhost_arm64_isel.c3231 case Iop_NegF32: {
H A Dguest_mips_toIR.c12424 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32,
13745 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1))));
13766 putFReg(fd, mkWidenFromF32(tyF, unop(Iop_NegF32, mkexpr(t1))));
H A Dhost_amd64_isel.c2640 if (e->tag == Iex_Unop && e->Iex.Unop.op == Iop_NegF32) {
H A Dhost_arm_isel.c5593 case Iop_NegF32: {
H A Dguest_s390_toIR.c9389 assign(result, unop(Iop_NegF32, get_fpr_w0(r2)));
12430 assign(result, unop(Iop_NegF32, unop(Iop_AbsF32, get_fpr_w0(r2))));
H A Dguest_arm64_toIR.c562 case Ity_F32: return Iop_NegF32;
H A Dguest_amd64_toIR.c27697 z[i] = unop(ty == Ity_F64 ? Iop_NegF64 : Iop_NegF32, z[i]);
27701 x[i] = unop(ty == Ity_F64 ? Iop_NegF64 : Iop_NegF32, x[i]);
[all...]
/external/valgrind/memcheck/tests/vbit-test/
H A Dirops.c202 { DEFOP(Iop_NegF32, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 1, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
/external/valgrind/memcheck/
H A Dmc_translate.c4408 case Iop_NegF32:

Completed in 401 milliseconds