Store objfiles on a std::list
[deliverable/binutils-gdb.git] / include / opcode / xgate.h
index cae0d0e231a2a1dfc33160ff109718547a78a26d..720ecaed0dd4e05ceac53cc51ec9035cdd7948ed 100644 (file)
@@ -1,5 +1,5 @@
 /* xgate.h -- Freescale XGATE opcode list
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
    Written by Sean Keys (skeys@ipdatasys.com)
 
    This file is part of the GNU opcodes library.
 #define XGATE_C_BIT   0x01     /* XGC - Carry Flag */
 
 /* Access Detail Notation
-   V  Vector fetch: always an aligned word read, lasts for at least one RISC core cycle
-   P  Program word fetch: always an aligned word read, lasts for at least one RISC core cycle
-   r  8-bit data read: lasts for at least one RISC core cycle
-   R  16-bit data read: lasts for at least one RISC core cycle
-   w  8-bit data write: lasts for at least one RISC core cycle
-   W  16-bit data write: lasts for at least one RISC core cycle
-   A  Alignment cycle: no read or write, lasts for zero or one RISC core cycles
-   f  Free cycle: no read or write, lasts for one RISC core cycles.  */
+   V - Vector fetch: always an aligned word read, lasts for at least one RISC core cycle
+   P - Program word fetch: always an aligned word read, lasts for at least one RISC core cycle
+   r - 8-bit data read: lasts for at least one RISC core cycle
+   R - 16-bit data read: lasts for at least one RISC core cycle
+   w - 8-bit data write: lasts for at least one RISC core cycle
+   W - 16-bit data write: lasts for at least one RISC core cycle
+   A - Alignment cycle: no read or write, lasts for zero or one RISC core cycles
+   f - Free cycle: no read or write, lasts for one RISC core cycles.  */
 #define XGATE_CYCLE_V  0x01
 #define XGATE_CYCLE_P  0x02
 #define XGATE_CYCLE_r  0x04
This page took 0.023897 seconds and 4 git commands to generate.