HomeSort by: relevance | last modified time | path
    Searched defs:OPCODE_32BIT_INSN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 132 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
173 && (OPCODE_32BIT_INSN (opcode->opcode) != 0x06
175 && OPCODE_32BIT_INSN (opcode->opcode) != 0x07))
420 einsn = arcExtMap_insn (OPCODE_32BIT_INSN (insn), insn);
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 132 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
173 && (OPCODE_32BIT_INSN (opcode->opcode) != 0x06
175 && OPCODE_32BIT_INSN (opcode->opcode) != 0x07))
420 einsn = arcExtMap_insn (OPCODE_32BIT_INSN (insn), insn);
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c 132 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
173 && (OPCODE_32BIT_INSN (opcode->opcode) != 0x06
175 && OPCODE_32BIT_INSN (opcode->opcode) != 0x07))
420 einsn = arcExtMap_insn (OPCODE_32BIT_INSN (insn), insn);
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.c 132 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
173 && (OPCODE_32BIT_INSN (opcode->opcode) != 0x06
175 && OPCODE_32BIT_INSN (opcode->opcode) != 0x07))
420 einsn = arcExtMap_insn (OPCODE_32BIT_INSN (insn), insn);

Completed in 25 milliseconds