Searched refs:is_Zero (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 3143 static IRExpr * is_Zero(IRTemp src, Bool sp) in is_Zero() function 8427 assign( frbZero_tmp, is_Zero(frB_Int, sp ) ); in do_fp_tsqrt() 8576 assign( frbZero_tmp, is_Zero(frB_int, sp) ); in _do_fp_tdiv() 8599 assign( fraNotZero_tmp, unop( Iop_Not1, is_Zero( frA_int, sp ) ) ); in _do_fp_tdiv() 13904 assign(frA_isZero, is_Zero(frA_I64, False /*not single precision*/ )); in get_max_min_fp() 13905 assign(frB_isZero, is_Zero(frB_I64, False /*not single precision*/ )); in get_max_min_fp()
|