Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h760 Iop_RSqrtEst5GoodF64, /* reciprocal square root estimate, 5 good bits */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c346 case Iop_RSqrtEst5GoodF64: vex_printf("RSqrtEst5GoodF64"); return; in ppIROp()
2912 case Iop_RSqrtEst5GoodF64: in typeOfPrimop()
Dhost_ppc_isel.c4320 case Iop_RSqrtEst5GoodF64: fpop = Pfp_RSQRTE; break; in iselDblExpr_wrk()
Dguest_ppc_toIR.c10446 assign( frD, unop(Iop_RSqrtEst5GoodF64, mkexpr(frB)) ); in dis_fp_arith()
10547 assign( frD, unop(Iop_RSqrtEst5GoodF64, mkexpr(frB)) ); in dis_fp_arith()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c288 …{ DEFOP(Iop_RSqrtEst5GoodF64, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 …
/external/valgrind/memcheck/
Dmc_translate.c4459 case Iop_RSqrtEst5GoodF64: in expr2vbits_Unop()