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

/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dspu.h104 #define DECODE_INSN_U16(insn) UNSIGNED_EXTRACT(insn,16,7) macro
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dspu-dis.c215 hex_value = DECODE_INSN_U16 (insn);
229 value = DECODE_INSN_U16 (insn) * 4;

Completed in 32 milliseconds