Home
last modified time | relevance | path

Searched refs:Iop_RSqrtEst5GoodF64 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h746 Iop_RSqrtEst5GoodF64, /* reciprocal square root estimate, 5 good bits */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c333 case Iop_RSqrtEst5GoodF64: vex_printf("RSqrtEst5GoodF64"); return; in ppIROp()
2841 case Iop_RSqrtEst5GoodF64: in typeOfPrimop()
Dhost_ppc_isel.c4146 case Iop_RSqrtEst5GoodF64: fpop = Pfp_RSQRTE; break; in iselDblExpr_wrk()
Dguest_ppc_toIR.c8238 assign( frD, unop(Iop_RSqrtEst5GoodF64, mkexpr(frB)) ); in dis_fp_arith()
8339 assign( frD, unop(Iop_RSqrtEst5GoodF64, mkexpr(frB)) ); in dis_fp_arith()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c277 …{ DEFOP(Iop_RSqrtEst5GoodF64, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 …
/external/valgrind/memcheck/
Dmc_translate.c4386 case Iop_RSqrtEst5GoodF64: in expr2vbits_Unop()