OP_BR_ADDR_LO
addr_lo = addr & (OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO));
FIELD_PREP(OP_BR_ADDR_LO, addr_lo) |
addr_lo = FIELD_GET(OP_BR_ADDR_LO, instr);
return (addr_hi * ((OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO)) + 1)) |
addr_lo = offset & (OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO));
*instr &= ~(OP_BR_ADDR_HI | OP_BR_ADDR_LO);
*instr |= FIELD_PREP(OP_BR_ADDR_LO, addr_lo);
#define OP_BR_BIT_ADDR_LO OP_BR_ADDR_LO