Home
last modified time | relevance | path

Searched refs:DECODE_INSN_RA (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/xmon/
Dspu-dis.c142 DECODE_INSN_RA (insn)); in print_insn_spu()
154 DECODE_INSN_RA (insn)); in print_insn_spu()
158 DECODE_INSN_RA (insn)); in print_insn_spu()
Dspu.h95 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f) macro