Searched refs:DECODE_INSN_I7 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/xmon/ | ||
H A D | spu.h | 103 #define DECODE_INSN_I7(insn) SIGNED_EXTRACT(insn,7,14) macro |
H A D | spu-dis.c | 169 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu() |