Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dspu-dis.c131 DECODE_INSN_RA (insn)); in print_insn_spu()
143 DECODE_INSN_RA (insn)); in print_insn_spu()
147 DECODE_INSN_RA (insn)); in print_insn_spu()
H A Dspu.h84 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f) macro