Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dspu-dis.c199 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
207 value = DECODE_INSN_I16 (insn) * 4; in print_insn_spu()
Dspu.h103 #define DECODE_INSN_I16(insn) SIGNED_EXTRACT(insn,16,7) macro