Home | History | Annotate | Download | only in x87

Lines Matching refs:SHR

1457     __ shr(result, 32 - shift);
1833 case Token::SHR:
1864 case Token::SHR:
1866 __ shr(ToRegister(left), shift_count);
5436 __ shr(scratch2, HeapNumber::kExponentShift);
5478 __ shr(scratch2, 1);
5483 __ shr(scratch, 23);
5595 __ shr(temp, kPointerSizeLog2);