Lines Matching refs:exp
2791 IRExpr * exp;
2796 exp = binop( Iop_And32, binop( Iop_Shr32, unop( Iop_64HIto32,
2800 exp = unop( Iop_64to32,
2804 return exp;
2818 // Infinity: exp = 7ff and fraction is zero; s = 0/1
2843 // Zero: exp is zero and fraction is zero; s = 0/1
2860 /* SNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '1'
2861 * QNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '0'
7660 * the exp is 0 and the fraction is non-zero.
7752 /* Let e_[a|b] be the unbiased exponent: i.e. exp - 1023. */
7852 * the exp is 0 and the fraction is non-zero.
14009 IRExpr * exp;
14011 exp = loadBE( Ity_I64, mkexpr( EA ) );
14015 putVSReg( XT, binop( Iop_64HLtoV128, exp, exp ) );
16038 case 0x18A: // vexptefp (2 Raised to the Exp Est FP, AV p173)