Lines Matching refs:m1
98 * unsigned int m1 = 0x80808080;
102 * q = x & ~m1;// newb = byte & 0x7F
106 * q = m1 & ~x;// byte < 0x80 --> 0x80
240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
241 andn %g1, %i4, %l4 ! q2 = x2 & ~m1
248 andn %i4, %i3, %l0 ! q1 = m1 & ~x1
249 andn %i4, %g1, %l4 ! q2 = m1 & ~x2
280 andn %i3, %i4, %l0 ! q1 = x1 & ~m1
282 andn %g1, %i4, %l4 ! q2 = x2 & ~m1
289 andn %i4, %i3, %l0 ! q1 = m1 & ~x1
290 andn %i4, %g1, %l4 ! q2 = m1 & ~x2