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