Searched refs:DECODE_INSN_U14 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/xmon/ | ||
D | spu.h | 96 #define DECODE_INSN_U14(insn) UNSIGNED_EXTRACT(insn,14,0) macro |
D | spu-dis.c | 223 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu() |