Searched refs:DECODE_INSN_U16 (Results 1 – 2 of 2) sorted by relevance
215 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()229 value = DECODE_INSN_U16 (insn) * 4; in print_insn_spu()
104 #define DECODE_INSN_U16(insn) UNSIGNED_EXTRACT(insn,16,7) macro