Searched refs:fe_flag2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 13607 IRTemp fe_flag2, fg_flag2, fe_flag3, fg_flag3; in dis_vxv_sp_arith() local 13609 fe_flag2 = fg_flag2 = fe_flag3 = fg_flag3 = IRTemp_INVALID; in dis_vxv_sp_arith() 13615 do_fp_tsqrt(b2, True /* single precision*/, &fe_flag2, &fg_flag2); in dis_vxv_sp_arith() 13635 binop( Iop_Shl32, mkexpr(fe_flag2), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith() 13661 IRTemp fe_flag2, fg_flag2, fe_flag3, fg_flag3; in dis_vxv_sp_arith() local 13663 fe_flag2 = fg_flag2 = fe_flag3 = fg_flag3 = IRTemp_INVALID; in dis_vxv_sp_arith() 13670 _do_fp_tdiv(a2, b2, True /* single precision*/, &fe_flag2, &fg_flag2); in dis_vxv_sp_arith() 13690 binop( Iop_Shl32, mkexpr(fe_flag2), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith()
|