]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/crisv32-decode.h
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu.git] / target-cris / crisv32-decode.h
index 5d30dcc4be8c3f33f01e0100f8d78c8e248fbc9b..cdba3778175ae08fae3f59d2d8899608225d843f 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+#ifndef CRISV32_DECODE_H
+#define CRISV32_DECODE_H 1
 
 /* Convenient binary macros.  */
 #define HEX__(n) 0x##n##LU
 #define DEC_BASC_IM  {B8(11101111), B8(11111111)}
 #define DEC_MOVEM_MR {B8(10111011), B8(10111111)}
 #define DEC_MOVEM_RM {B8(10111111), B8(10111111)}
+
+#define DEC_FTAG_FIDX_D_M {B8(10101011), B8(11111111)}
+#define DEC_FTAG_FIDX_I_M {B8(11010011), B8(11111111)}
+
+#endif