Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dspu-dis.c216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
230 value = DECODE_INSN_U16 (insn) * 4; in print_insn_spu()
/toolchain/binutils/binutils-2.27/include/opcode/
Dspu.h103 #define DECODE_INSN_U16(insn) UNSIGNED_EXTRACT(insn,16,7) macro