Lines Matching refs:bit_res
625 uint32_t bit_res;636 /* Instruction normalized with bit_res for easier manipulation */646 bit_res = bit_pos & 7;652 norm = instr >> bit_res;667 instr &= (1 << bit_res) - 1;668 instr |= norm << bit_res;