Searched refs:OP_IMMED_B_SRC (Results 1 – 3 of 3) sorted by relevance
80 reg = FIELD_GET(OP_IMMED_B_SRC, instr); in immed_get_value()94 *instr &= ~FIELD_PREP(OP_IMMED_B_SRC, 0xff); in immed_set_value()95 *instr |= FIELD_PREP(OP_IMMED_B_SRC, immed & 0xff); in immed_set_value()
113 #define OP_IMMED_B_SRC 0x000000ffc00ULL macro
281 FIELD_PREP(OP_IMMED_B_SRC, breg) | in __emit_immed()