Searched refs:Iop_RSqrtEst5GoodF64 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 746 Iop_RSqrtEst5GoodF64, /* reciprocal square root estimate, 5 good bits */ enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 333 case Iop_RSqrtEst5GoodF64: vex_printf("RSqrtEst5GoodF64"); return; in ppIROp() 2841 case Iop_RSqrtEst5GoodF64: in typeOfPrimop()
|
D | host_ppc_isel.c | 4146 case Iop_RSqrtEst5GoodF64: fpop = Pfp_RSQRTE; break; in iselDblExpr_wrk()
|
D | guest_ppc_toIR.c | 8238 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/ |
D | irops.c | 277 …{ DEFOP(Iop_RSqrtEst5GoodF64, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 …
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4386 case Iop_RSqrtEst5GoodF64: in expr2vbits_Unop()
|