Searched refs:fe_flag1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 16816 IRTemp fe_flag0, fg_flag0, fe_flag1, fg_flag1; in dis_vxv_sp_arith() local 16818 fe_flag0 = fg_flag0 = fe_flag1 = fg_flag1 = IRTemp_INVALID; in dis_vxv_sp_arith() 16824 do_fp_tsqrt(b1, True /* single precision*/, &fe_flag1, &fg_flag1); in dis_vxv_sp_arith() 16840 binop( Iop_Shl32, mkexpr(fe_flag1), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith() 16870 IRTemp fe_flag0, fg_flag0, fe_flag1, fg_flag1; in dis_vxv_sp_arith() local 16872 fe_flag0 = fg_flag0 = fe_flag1 = fg_flag1 = IRTemp_INVALID; in dis_vxv_sp_arith() 16879 _do_fp_tdiv(a1, b1, True /* single precision*/, &fe_flag1, &fg_flag1); in dis_vxv_sp_arith() 16895 binop( Iop_Shl32, mkexpr(fe_flag1), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith()
|