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

  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 342 unsigned int minor = MINOR_OPCODE (insn_word);
391 unsigned int is_movl = MINOR_OPCODE (insn_word) == MOVL_MINOR;
779 bfd_boolean is_get = MINOR_OPCODE (template->meta_opcode) == GET_EXT_MINOR;
780 bfd_boolean is_mov = MINOR_OPCODE (template->meta_opcode) == MOV_EXT_MINOR;
819 bfd_boolean is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6;
820 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1;
890 unsigned int is_prime = ((MINOR_OPCODE (template->meta_opcode) & 0x2) &&
892 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 476 unsigned int is_movl = MINOR_OPCODE (template->meta_opcode) == MOVL_MINOR;
1143 bfd_boolean is_get = MINOR_OPCODE (template->meta_opcode) == GET_EXT_MINOR;
1144 bfd_boolean is_mov = MINOR_OPCODE (template->meta_opcode) == MOV_EXT_MINOR;
1400 bfd_boolean is_fpu = (MINOR_OPCODE (template->meta_opcode) & 0x6) == 0x6;
1401 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1;
1506 unsigned int is_prime = ((MINOR_OPCODE (template->meta_opcode) & 0x2) &&
1508 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1;
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 638 #define MINOR_OPCODE(opcode) (((opcode) >> 24) & 0xf)
    [all...]

Completed in 400 milliseconds