Lines Matching refs:bit_select32
3272 val = Bits<32>::bit_select32(val, x, 0xffU);
3293 val = Bits<32>::bit_select32(val, x << 6, 0x7e0U);
3312 val = Bits<32>::bit_select32(val, x, 0x0fffU);
3329 val = Bits<32>::bit_select32(val, x, 0xffffU);
3485 val = Bits<32>::bit_select32(val, x, 0x7fffffffU);
4037 val = Bits<32>::bit_select32(val, (branch_offset >> 2), 0xffffffUL);
4132 branch_target = Bits<32>::bit_select32(branch_target, address, 0x2);
4165 branch_target = Bits<32>::bit_select32(branch_target, address, 0x2);
4586 destination = Bits<32>::bit_select32(destination, location, 0x2);