Searched refs:Iop_Est5FRSqrt (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 551 case Iop_Est5FRSqrt: in typeof_primop()
|
D | irops.c | 251 …{ DEFOP(Iop_Est5FRSqrt, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .pp…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 743 Iop_Est5FRSqrt, /* reciprocal square root estimate, 5 good bits */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 332 case Iop_Est5FRSqrt: vex_printf("Est5FRSqrt"); return; in ppIROp() 2733 case Iop_Est5FRSqrt: in typeOfPrimop()
|
D | host_ppc_isel.c | 4021 case Iop_Est5FRSqrt: fpop = Pfp_RSQRTE; break; in iselDblExpr_wrk()
|
D | guest_ppc_toIR.c | 7808 assign( frD, unop(Iop_Est5FRSqrt, mkexpr(frB)) ); in dis_fp_arith() 7909 assign( frD, unop(Iop_Est5FRSqrt, mkexpr(frB)) ); in dis_fp_arith()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 4092 case Iop_Est5FRSqrt: in expr2vbits_Unop()
|