Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/xmon/
Dspu-dis.c188 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
196 value = DECODE_INSN_I16 (insn) * 4; in print_insn_spu()
Dspu.h92 #define DECODE_INSN_I16(insn) SIGNED_EXTRACT(insn,16,7) macro