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

  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 580 unsigned int meta_opcode; member in struct:__anon116276
801 #define COND_INSN(mnemonic, suffix, field_shift, flags, meta_opcode, \
803 { mnemonic suffix, flags, meta_opcode, meta_mask, \
805 { mnemonic "A" suffix, flags, meta_opcode, meta_mask, \
807 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
809 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
811 { mnemonic "NE" suffix, flags, meta_opcode | (COND_NE << field_shift), \
813 { mnemonic "NZ" suffix, flags, meta_opcode | (COND_NE << field_shift), \
815 { mnemonic "CS" suffix, flags, meta_opcode | (COND_CS << field_shift), \
817 { mnemonic "LO" suffix, flags, meta_opcode | (COND_CS << field_shift),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 214 insn->bits = template->meta_opcode;
461 insn->bits = (template->meta_opcode |
476 unsigned int is_movl = MINOR_OPCODE (template->meta_opcode) == MOVL_MINOR;
511 insn->bits = (template->meta_opcode |
517 insn->bits = (template->meta_opcode |
557 insn->bits = (template->meta_opcode |
998 unsigned int size = metag_get_set_size_bytes (template->meta_opcode);
999 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1083 insn->bits = (template->meta_opcode |
1142 unsigned int size = metag_get_set_ext_size_bytes (template->meta_opcode);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 730 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
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;
818 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
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;
893 unsigned int is_dsp = template->meta_opcode & 0x1;
1178 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR
    [all...]

Completed in 59 milliseconds