Searched refs:fe_flag0 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 13465 IRTemp fe_flag0, fg_flag0, fe_flag1, fg_flag1; in dis_vxv_sp_arith() local 13467 fe_flag0 = fg_flag0 = fe_flag1 = fg_flag1 = IRTemp_INVALID; in dis_vxv_sp_arith() 13472 do_fp_tsqrt(b0, True /* single precision*/, &fe_flag0, &fg_flag0); in dis_vxv_sp_arith() 13484 binop( Iop_Shl32, mkexpr(fe_flag0), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith() 13519 IRTemp fe_flag0, fg_flag0, fe_flag1, fg_flag1; in dis_vxv_sp_arith() local 13521 fe_flag0 = fg_flag0 = fe_flag1 = fg_flag1 = IRTemp_INVALID; in dis_vxv_sp_arith() 13527 _do_fp_tdiv(a0, b0, True /* single precision*/, &fe_flag0, &fg_flag0); in dis_vxv_sp_arith() 13539 binop( Iop_Shl32, mkexpr(fe_flag0), mkU8( 1 ) ) ) ); in dis_vxv_sp_arith()
|