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

  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 341 unsigned int major = MAJOR_OPCODE (insn_word);
730 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
818 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
1179 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
1196 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
1197 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
1198 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 999 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1399 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 613 enum major_opcode enum
637 #define MAJOR_OPCODE(opcode) (((opcode) >> 28) & 0xf)
    [all...]

Completed in 230 milliseconds