Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/xmon/
Dspu-dis.c180 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
184 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
Dspu.h88 #define DECODE_INSN_I10(insn) SIGNED_EXTRACT(insn,10,14) macro