Home | History | Annotate | Download | only in ia32

Lines Matching refs:SHR

1156     __ shr(result, 32 - shift);
1532 case Token::SHR:
1563 case Token::SHR:
1565 __ shr(ToRegister(left), shift_count);
5037 __ shr(temp, kPointerSizeLog2);