mi_make_breakpoint: add "evaluated-by" option
[deliverable/binutils-gdb.git] / include / opcode / i960.h
index b52fc3387370681484d63809fc6a4581b21c62c7..e651f09fc519fb478eb2b3d018644eb071cdb080 100644 (file)
@@ -1,22 +1,38 @@
 /* Basic 80960 instruction formats.
- *
- * The 'COJ' instructions are actually COBR instructions with the 'b' in
- * the mnemonic replaced by a 'j';  they are ALWAYS "de-optimized" if necessary:
- * if the displacement will not fit in 13 bits, the assembler will replace them
- * with the corresponding compare and branch instructions.
- *
- * All of the 'MEMn' instructions are the same format; the 'n' in the name
- * indicates the default index scale factor (the size of the datum operated on).
- *
- * The FBRA formats are not actually an instruction format.  They are the
- * "convenience directives" for branching on floating-point comparisons,
- * each of which generates 2 instructions (a 'bno' and one other branch).
- *
- * The CALLJ format is not actually an instruction format.  It indicates that
- * the instruction generated (a CTRL-format 'call') should have its relocation
- * specially flagged for link-time replacement with a 'bal' or 'calls' if
- * appropriate.
- */ 
+
+   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+/* The 'COJ' instructions are actually COBR instructions with the 'b' in
+   the mnemonic replaced by a 'j';  they are ALWAYS "de-optimized" if
+   necessary: if the displacement will not fit in 13 bits, the assembler will
+   replace them with the corresponding compare and branch instructions.
+   All of the 'MEMn' instructions are the same format; the 'n' in the name
+   indicates the default index scale factor (the size of the datum operated on).
+   The FBRA formats are not actually an instruction format.  They are the
+   "convenience directives" for branching on floating-point comparisons,
+   each of which generates 2 instructions (a 'bno' and one other branch).
+   The CALLJ format is not actually an instruction format.  It indicates that
+   the instruction generated (a CTRL-format 'call') should have its relocation
+   specially flagged for link-time replacement with a 'bal' or 'calls' if
+   appropriate.  */ 
 
 #define CTRL   0
 #define COBR   1
@@ -125,7 +141,7 @@ struct i960_opcode {
        char operand[3];/* Operand descriptors; same order as assembler instr */
 };
 
-/* Classes of 960 intructions:
+/* Classes of 960 instructions:
  *     - each instruction falls into one class.
  *     - each target architecture supports one or more classes.
  *
This page took 0.023504 seconds and 4 git commands to generate.