* sparc-dis.c (print_insn_sparc): Always fetch instructions
[deliverable/binutils-gdb.git] / opcodes / v850-opc.c
index b5685242b7c0d3971c0d509af2925305be11780f..5376bdc09ad601ed63fca752d85f9ae8d70be4b2 100644 (file)
@@ -277,7 +277,6 @@ extract_u9 (insn, invalid)
   return ret;
 }
 
-/* start-sanitize-v850e */
 static unsigned long
 insert_spe (insn, value, errmsg)
      unsigned long insn;
@@ -639,7 +638,7 @@ const struct v850_opcode v850_opcodes[] =
 /* arithmetic operation instructions */
 { "setf",      two (0x07e0, 0x0000),   two (0x07f0, 0xffff),   {CCCC, R2},             0, PROCESSOR_ALL },
 /* start-sanitize-v850e */
-{ "cmov",      two (0x07e0, 0x0320),   two (0x07e0, 0x07e1),   {MOVCC, R2, R1, R3},    0, PROCESSOR_NOT_V850 },
+{ "cmov",      two (0x07e0, 0x0320),   two (0x07e0, 0x07e1),   {MOVCC, R1, R2, R3},    0, PROCESSOR_NOT_V850 },
 { "cmov",      two (0x07e0, 0x0300),   two (0x07e0, 0x07e1),   {MOVCC, I5, R2, R3},    0, PROCESSOR_NOT_V850 },
 
 { "mul",       two (0x07e0, 0x0220),   two (0x07e0, 0x07ff),   {R1, R2, R3},           0, PROCESSOR_NOT_V850 },
This page took 0.023423 seconds and 4 git commands to generate.