Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dspu.h112 #define DECODE_INSN_I9b(insn) ((SIGNED_EXTRACT(insn,2,14) << 7) | UNSIGNED_EXTRACT(insn,7,0)) macro
H A Dspu-dis.c176 print_address(memaddr + DECODE_INSN_I9b (insn) * 4); in print_insn_spu()