Wed Apr 1 08:20:31 1998 Frank Ch. Eigler <fche@cygnus.com>
* mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
+start-sanitize-sky
+Wed Apr 1 08:20:31 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
+end-sanitize-sky
+
start-sanitize-sky
Mon Mar 30 18:41:43 1998 Frank Ch. Eigler <fche@cygnus.com>
* interp.c (decode_coproc): Continuing COP2 work.
- (cop_[ls]q): Hide 128-bit COP2 more.
+ (cop_[ls]q): Make sky-target-only.
- * sim-main.h (COP_[LS]Q): Hide 128-bit COP2 more.
+ * sim-main.h (COP_[LS]Q): Make sky-target-only.
end-sanitize-sky
Mon Mar 30 14:46:05 1998 Gavin Koch <gavin@cygnus.com>
"lqc2 r<RT>, <OFFSET>(r<BASE>)"
*r5900:
{
+#ifdef TARGET_SKY
unsigned32 instruction = instruction_0;
signed_word offset = SIGNEXTEND((signed_word)((instruction >> 0) & 0x0000FFFF),16);
int destreg = ((instruction >> 16) & 0x0000001F);
}
}
}
+#endif /* TARGET_SKY */
}
// end-sanitize-sky
"sqc2 r<RT>, <OFFSET>(r<BASE>)"
*r5900:
{
+#ifdef TARGET_SKY
unsigned32 instruction = instruction_0;
signed_word offset = SIGNEXTEND((signed_word)((instruction >> 0) & 0x0000FFFF),16);
int destreg = ((instruction >> 16) & 0x0000001F);
}
}
}
+#endif /* TARGET_SKY */
}
// end-sanitize-sky