]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blobdiff - opcodes/microblaze-opc.h
MBTumbl: More constraints
[fpga/lx-cpu1/binutils-tumbl.git] / opcodes / microblaze-opc.h
index 67102b2bab700823d0fd46dc6b2e74a15d6ab0a5..51fc257c42282c8e7a2af4974aa792a76d2680c6 100644 (file)
 #define INST_TYPE_R1 12
 /* New instn type for barrel shift imms.  */
 #define INST_TYPE_RD_R1_IMM5  13
+
+#ifndef ARCH_mbtumbl
+
 #define INST_TYPE_RD_RFSL    14
 #define INST_TYPE_R1_RFSL    15
 
+#endif
+
 /* New insn type for insn cache.  */
 #define INST_TYPE_RD_R1_SPECIAL 16
 
 /* New insn type for msrclr, msrset insns.  */
 #define INST_TYPE_RD_IMM15    17
 
+#ifndef ARCH_mbtumbl
+
 /* New insn type for tuqula rd - addik rd, r0, 42.  */
 #define INST_TYPE_RD    18
 
 /* New insn type for t*put.  */
 #define INST_TYPE_RFSL  19
 
+#endif
+
 #define INST_TYPE_NONE 25