Searched refs:Iop_Est5FRSqrt (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h743 Iop_Est5FRSqrt, /* reciprocal square root estimate, 5 good bits */ enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c551 case Iop_Est5FRSqrt:
H A Dirops.c251 { DEFOP(Iop_Est5FRSqrt, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 0 },
/external/valgrind/main/VEX/priv/
H A Dir_defs.c332 case Iop_Est5FRSqrt: vex_printf("Est5FRSqrt"); return;
2733 case Iop_Est5FRSqrt:
H A Dhost_ppc_isel.c4021 case Iop_Est5FRSqrt: fpop = Pfp_RSQRTE; break;
H A Dguest_ppc_toIR.c7808 assign( frD, unop(Iop_Est5FRSqrt, mkexpr(frB)) );
7909 assign( frD, unop(Iop_Est5FRSqrt, mkexpr(frB)) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c4092 case Iop_Est5FRSqrt:

Completed in 98 milliseconds