Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/xmon/
H A Dspu-dis.c192 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
206 value = DECODE_INSN_U16 (insn) * 4; in print_insn_spu()
H A Dspu.h93 #define DECODE_INSN_U16(insn) UNSIGNED_EXTRACT(insn,16,7) macro