Don't define _FORTIFY_SOURCE on MinGW
[deliverable/binutils-gdb.git] / sim / mips / m16.igen
index 9b36ff96e9d1d97119aee890e1dd707463d637cf..74adacdbf5f242ffd56183defcfae615237f0b88 100644 (file)
 
 
 11101,3.RX,3.RY,01010:RR:16::CMP
-"sltiu r<TRX>, r<TRY>"
+"cmp r<TRX>, r<TRY>"
 *mips16:
 *vr4100:
 {
 
 
 01110,3.RX,8.IMMED:RI:16::CMPI
-"sltiu r<TRX>, <IMMED>"
+"cmpi r<TRX>, <IMMED>"
 *mips16:
 *vr4100:
 {
 
 011101,26.IMMED:JALX:32::JALX32
 "jalx <IMMED>"
+*mips32:
+*mips64:
+*mips32r2:
+*mips64r2:
 *mips16:
 *vr4100:
 {
 *mips16:
 *vr4100:
 {
-  if (STATE & simDELAYSLOT)
-    PC = cia - 2; /* reference the branch instruction */
-  else
-    PC = cia;
-  sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
+  do_break16 (SD_, instruction_0);
 }
This page took 0.024264 seconds and 4 git commands to generate.