Searched refs:OP_IMMED_B_SRC (Results 1 – 3 of 3) sorted by relevance
110 reg = FIELD_GET(OP_IMMED_B_SRC, instr); in immed_get_value()124 *instr &= ~FIELD_PREP(OP_IMMED_B_SRC, 0xff); in immed_set_value()125 *instr |= FIELD_PREP(OP_IMMED_B_SRC, immed & 0xff); in immed_set_value()
134 #define OP_IMMED_B_SRC 0x000000ffc00ULL macro
279 FIELD_PREP(OP_IMMED_B_SRC, breg) | in __emit_immed()