Home | History | Annotate | Download | only in ia32

Lines Matching refs:byte_bit_index

2044   int byte_bit_index = bit_index & (kBitsPerByte - 1);
2046 Immediate(1 << byte_bit_index));