Home | History | Annotate | Download | only in x87

Lines Matching refs:and_

1186     __ and_(dividend, mask);
1195 __ and_(dividend, mask);
1638 __ and_(ToRegister(left), right_operand);
1657 __ and_(ToRegister(left), ToOperand(right));
1832 __ and_(string, Immediate(kStringRepresentationMask | kStringEncodingMask));
3384 __ and_(tmp2, ~HeapNumber::kSignMask);
3589 __ and_(eax, Immediate(0x4700));
5055 __ and_(temp, mask);
5206 __ and_(scratch2, HeapNumber::kExponentMask);
5227 __ and_(scratch, HeapNumber::kMantissaMask);
5238 __ and_(scratch2, Immediate((1 << one_bit_shift) - 1));
5248 __ and_(scratch2, Immediate(1 << one_bit_shift));
5265 __ and_(scratch, HeapNumber::kMantissaMask);
5523 __ and_(input, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable));