HomeSort by relevance Sort by last modified time
    Searched refs:DECODE_INSN_U16 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
spu.h 103 #define DECODE_INSN_U16(insn) UNSIGNED_EXTRACT(insn,16,7)
  /toolchain/binutils/binutils-2.25/opcodes/
spu-dis.c 216 hex_value = DECODE_INSN_U16 (insn);
230 value = DECODE_INSN_U16 (insn) * 4;

Completed in 433 milliseconds