Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/opcodes/
HDspu-dis.c211 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
219 value = DECODE_INSN_I16 (insn) * 4; in print_insn_spu()
/freebsd-11-stable/contrib/binutils/include/opcode/
HDspu.h103 #define DECODE_INSN_I16(insn) SIGNED_EXTRACT(insn,16,7) macro