aboutsummaryrefslogtreecommitdiff
path: root/opcodes/vu0.h
AgeCommit message (Collapse)AuthorFilesLines
1998-06-01 * vu0.h (sqc2): Fix opcode.Jeff Law1-1/+1
1998-05-18 * mips-dis.c (print_insn_arg): Handle ';' opcode completer.Jeff Law1-2/+2
(_print_insn_mips): Likewise. * vu0.h (vopmula, vopmsub): Correctly handle opcode/operand completers.
1998-04-18 * vu0.h (vlqd, vlqi): Update per revised specs.Jeff Law1-2/+2
1998-04-15* Customer specs changed one R5900 COP2 instruction bit-pattern.Frank Ch. Eigler1-1/+1
Wed Apr 15 10:30:07 1998 Frank Ch. Eigler <fche@cygnus.com> * vu0.h: Specs changed for VCALLMSR bit pattern. * mips-dis.c: (print_insn_arg) Matching change.
1998-04-13* Corrected a one-character typo. All instructions tested in gas/.../vu0.sFrank Ch. Eigler1-1/+1
now correctly disassemble during runs under the sky VU0 simulator. [ChangeLog] Mon Apr 13 16:02:02 1998 Frank Ch. Eigler <fche@cygnus.com> * vu0.h: Corrected bit pattern for VMAXI opcode.
1998-03-25 * vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni"Jeff Law1-0/+4
opcode extensions.
1998-03-22 * vu0.h (vcallms): Use 'O' for call target operand.Jeff Law1-1/+1
* mips-dis.c (print_insn_arg): Handle 'O'.
1998-03-20 * mips-dis.c: Change '%' to '#' to avoid conflict with vr5400Jeff Law1-48/+48
support. * vu0.h: Likewise.
1998-03-19 * vu0.h: New file with cop2/vu0 instructions.Jeff Law1-0/+153
* mips-opc.c: Include vu0.h. * mips-dis.c (print_insn_arg): Handle new args 0-9, +, -, %, K, &, J, Q, X, and U. (print_insn_mips): Do not emit a tab after an instruction if the first arg is an instruction completer (&). If the next arg is an escape character (%), then print the next arg verbatim. * Makefile.am (mips-opc.lo): Depend on vu0.h