Searched refs:fe_flag3 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 13466 IRTemp fe_flag2, fg_flag2, fe_flag3, fg_flag3; in dis_vxv_sp_arith() local 13468 fe_flag2 = fg_flag2 = fe_flag3 = fg_flag3 = IRTemp_INVALID; in dis_vxv_sp_arith() 13475 do_fp_tsqrt(b3, True /* single precision*/, &fe_flag3, &fg_flag3); in dis_vxv_sp_arith() 13499 binop( Iop_Shl32, mkexpr(fe_flag3), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith() 13520 IRTemp fe_flag2, fg_flag2, fe_flag3, fg_flag3; in dis_vxv_sp_arith() local 13522 fe_flag2 = fg_flag2 = fe_flag3 = fg_flag3 = IRTemp_INVALID; in dis_vxv_sp_arith() 13530 _do_fp_tdiv(a3, b3, True /* single precision*/, &fe_flag3, &fg_flag3); in dis_vxv_sp_arith() 13554 binop( Iop_Shl32, mkexpr(fe_flag3), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith()
|