Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dspu-dis.c191 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
195 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
Dspu.h99 #define DECODE_INSN_I10(insn) SIGNED_EXTRACT(insn,10,14) macro