Home | History | Annotate | Download | only in priv

Lines Matching refs:lmd

9695     * lmd - left most digit
9698 * lmd
9699 * 0 - 7 (lmexp << 3) | lmd
9722 /* Generate the values for each LMD condition, assuming the condition
9748 /* generate the result from the possible LMD values */
9760 static void Get_lmd( IRTemp * lmd, IRExpr * gfield_0_4 )
9777 /* The left most digit (LMD) encoding is as follows:
9778 * lmd
9779 * 0 - 7 (lmexp << 3) | lmd
9788 /* Generate the masks for each condition of LMD and exponent bits */
9818 /* Generate the values for each LMD condition, assuming the condition
9825 assign( *lmd,
10156 static IRExpr * Count_leading_zeros_60( IRExpr * lmd, IRExpr * upper_28,
10166 assign( num_lmd, unop( Iop_1Uto8, binop( Iop_CmpEQ32, lmd, mkU32( 0 ) ) ) );
10186 static IRExpr * Count_leading_zeros_128( IRExpr * lmd, IRExpr * top_12_l,
10204 /* Check the LMD, digit 16, to see if it is zero. */
10205 assign( num_lmd, unop( Iop_1Uto8, binop( Iop_CmpEQ32, lmd, mkU32( 0 ) ) ) );
11273 IRTemp lmd = newTemp( Ity_I32 );
11553 /* Check if LMD is zero */
11554 Get_lmd( &lmd, binop( Iop_Shr32,
11559 mkexpr( lmd ),
11608 mkexpr( lmd ),
11622 mkexpr( lmd ),
11704 IRTemp lmd = newTemp( Ity_I32 );
11719 Get_lmd( &lmd,
11727 binop( Iop_Shl32, mkexpr( lmd ), mkU8( 28 ) ),
11806 assign( lmd,
11835 Gfield_encoding( mkexpr( left_exp ), mkexpr( lmd ) ),
11961 IRTemp lmd = newTemp( Ity_I32 );
12157 /* The entire BCD string fits in lower 110-bits. The LMD = 0,
12161 assign( lmd, mkU32( 0 ) );
12234 /* The entire BCD string fits in lower 110-bits. The LMD value
12237 assign( lmd, mkU32( 0 ) );