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

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c7365 static void do_fp_tsqrt(IRTemp frB_Int, Bool sp, IRTemp * fe_flag_tmp, IRTemp * fg_flag_tmp) function
7716 do_fp_tsqrt(frB_I64, False /* not single precision*/, &fe_flag, &fg_flag);
9082 do_fp_tsqrt(frBHi_I64, False /*not single precision*/, &fe_flagHi, &fg_flagHi);
9083 do_fp_tsqrt(frBLo_I64, False /*not single precision*/, &fe_flagLo, &fg_flagLo);
9365 do_fp_tsqrt(b0, True /* single precision*/, &fe_flag0, &fg_flag0);
9366 do_fp_tsqrt(b1, True /* single precision*/, &fe_flag1, &fg_flag1);
9367 do_fp_tsqrt(b2, True /* single precision*/, &fe_flag2, &fg_flag2);
9368 do_fp_tsqrt(b3, True /* single precision*/, &fe_flag3, &fg_flag3);
10377 do_fp_tsqrt(frB_I64, False /*not single precision*/, &fe_flag, &fg_flag);

Completed in 36 milliseconds