Lines Matching refs:n_bytes
20702 IRTemp n_bytes = newTemp( Ity_I8 );
20735 /* set n_bytes to 0 if nb >= 16. Otherwise, set to nb. */
20736 assign( n_bytes, binop( Iop_And8, mkexpr( nb ), mkexpr( nb_gt16 ) ) );
20742 mkexpr( n_bytes ) ) ),
20875 IRTemp n_bytes = newTemp(Ity_I8);
20914 /* set n_bytes to 0 if nb >= 16. Otherwise, set to nb. */
20915 assign( n_bytes, binop( Iop_And8, mkexpr( nb ), mkexpr( nb_gt16 ) ) );
20921 unop( Iop_8Uto64, mkexpr( n_bytes ) )),