Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/ia64-opc-d.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
     1/* ia64-opc-d.c -- IA-64 `D' opcode table.
     2   Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
     3   Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
     4
     5   This file is part of GDB, GAS, and the GNU binutils.
     6
     7   GDB, GAS, and the GNU binutils are free software; you can redistribute
     8   them and/or modify them under the terms of the GNU General Public
     9   License as published by the Free Software Foundation; either version
     10   2, or (at your option) any later version.
     11
     12   GDB, GAS, and the GNU binutils are distributed in the hope that they
     13   will be useful, but WITHOUT ANY WARRANTY; without even the implied
     14   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
     15   the GNU General Public License for more details.
     16
     17   You should have received a copy of the GNU General Public License
     18   along with this file; see the file COPYING.  If not, write to the
     19   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
     20   02111-1307, USA.  */
     21
    122struct ia64_opcode ia64_opcodes_d[] =
    223  {
    3     {"add",   IA64_TYPE_DYN, 1, 0, 0,
    4      {IA64_OPND_R1, IA64_OPND_IMM22, IA64_OPND_R3_2}},
    5     {"add",   IA64_TYPE_DYN, 1, 0, 0,
    6      {IA64_OPND_R1, IA64_OPND_IMM14, IA64_OPND_R3}},
    7     {"break", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}},
    8     {"chk.s", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_R2, IA64_OPND_TGT25b}},
    9     {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1,  IA64_OPND_AR3}},
    10     {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_IMM8}},
    11     {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_R2}},
    12     {"nop",   IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}},
    13     {0}
     24    {"add",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_IMM22, IA64_OPND_R3_2}, 0, 0, NULL},
     25    {"add",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_IMM14, IA64_OPND_R3}, 0, 0, NULL},
     26    {"break", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
     27    {"chk.s", IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_R2, IA64_OPND_TGT25b}, 0, 0, NULL},
     28    {"hint",  IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
     29    {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1,  IA64_OPND_AR3}, 0, 0, NULL},
     30    {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_IMM8}, 0, 0, NULL},
     31    {"mov",   IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_AR3, IA64_OPND_R2}, 0, 0, NULL},
     32    {"nop",   IA64_TYPE_DYN, 0, 0, 0, {IA64_OPND_IMMU21}, 0, 0, NULL},
     33    {NULL, 0, 0, 0, 0, {0}, 0, 0, NULL}
    1434  };
Note: See TracChangeset for help on using the changeset viewer.