Lines Matching refs:shr
792 unsigned i, byte, bit_offset, align, shl, shr; in compile_bkey_field() local
888 shr = bit_offset + shl; in compile_bkey_field()
895 if (shr) { in compile_bkey_field()
897 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
913 shr = bit_offset + bits - 64; in compile_bkey_field()
914 BUG_ON(shr > bit_offset); in compile_bkey_field()
917 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
920 I4(0x48, 0xc1, 0xe2, 64 - shr); in compile_bkey_field()
925 shr = bit_offset - shr; in compile_bkey_field()
927 if (shr) { in compile_bkey_field()
929 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()