Lines Matching refs:shr
797 unsigned i, byte, bit_offset, align, shl, shr; in compile_bkey_field() local
893 shr = bit_offset + shl; in compile_bkey_field()
900 if (shr) { in compile_bkey_field()
902 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
918 shr = bit_offset + bits - 64; in compile_bkey_field()
919 BUG_ON(shr > bit_offset); in compile_bkey_field()
922 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
925 I4(0x48, 0xc1, 0xe2, 64 - shr); in compile_bkey_field()
930 shr = bit_offset - shr; in compile_bkey_field()
932 if (shr) { in compile_bkey_field()
934 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()