Home | History | Annotate | Download | only in ia32

Lines Matching full:bitwise

1014   // Do the bitwise operation and check if the result fits in a smi.
1246 __ or_(right, left); // Bitwise or is commutative.
1291 __ xor_(right, left); // Bitwise xor is commutative.
1296 __ and_(right, left); // Bitwise and is commutative.