* mips-opc.c: Change div machine instruction to be z,s,t rather
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Sep 1993 17:14:10 +0000 (17:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Sep 1993 17:14:10 +0000 (17:14 +0000)
commit547998d2c8cdffd961a414f8b040f69a07c445ef
tree64161c5bfef53196fe5aa0bf92fedaa0e02cfcac
parentfb27a96270c552c8880387c05bab565a4a6de46e
* mips-opc.c: Change div machine instruction to be z,s,t rather
than s,t.  Change div macro to be d,v,t rather than d,s,t.
Likewise for divu, ddiv, ddivu.  Added z,s,t case for drem, dremu,
rem and remu which generates only the corresponding div
instruction.  This is for compatibility with the MIPS assembler,
which only generates the simple machine instruction when an
explicit destination of $0 is used.
* mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c
This page took 0.036546 seconds and 4 git commands to generate.