Home
last modified time | relevance | path

Searched refs:DECODE_INSN_U16 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds