aboutsummaryrefslogtreecommitdiff
path: root/opcodes/txvu-opc.c
AgeCommit message (Collapse)AuthorFilesLines
1998-01-28 * dvp-dis.c, dvp-opc.c: New files.Doug Evans1-2722/+0
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff
1998-01-28*** empty log message ***James Lemke1-75/+108
1998-01-27 * txvu-dis.c (*): Update to use new arguments inDoug Evans1-216/+452
parse/insert/extract/print fns. * txvu-opc.c (*): Likewise.
1998-01-27allow '/' in addition to '.' in dest specDoug Evans1-3/+3
1998-01-27fix ior encodingDoug Evans1-3/+9
1998-01-27add more pke/dma/gpuif parsing supportDoug Evans1-7/+156
1998-01-27add commentDoug Evans1-0/+3
1998-01-27 (lookup_keyword_{value,name}): New functions.Doug Evans1-2/+268
(scan_symbol): New function. (issymchar,SKIP_BLANKS): New macros. Plus more dma/gpuif support code.
1998-01-27 * txvu-dis.c (print_insn): Extract/print fns take pointer toDoug Evans1-233/+324
insn now and not insn itself. * txvu-opc.c: insert/extract/print fns take pointer to insn now and not insn itself. Add initial dma,pke,gpuif support. Parse fn no longer needs to set errmsg = NULL for success.
1998-01-26checkpointDoug Evans1-4/+608
1998-01-25checkpointDoug Evans1-6/+16
1998-01-24* txvu-opc.c:Doug Evans1-50/+99
(parse_dest1,insert_luimm12up6): New functions. (txvu_operands): New operands LUIMM12UP6, LDEST1. (txvu_lower_opcodes): Clean up pass over table. (parse_dotdest1): Fix dest calculation. (_parse_sdest): Fix typo.
1998-01-23 * txvu-opc.c (txvu_operands, UBC): Add extract entry.Doug Evans1-14/+18
(txvu_operands, UACCDEST): Not a fake operand. (txvu_operands, UXYZ): Move parse entry to insert entry. (txvu_operands, LVI01): Not a fake operand. (txvu_upper_opcodes): Fix spelling of minii instruction. (printf_vfreg): Print register number with "%02ld". (print_bcftreg): Likewise. (print_accdest): Pass `dest' to _print_dest. (insert_xyz): Renamed from parse_xyz.
1998-01-21checkpointDoug Evans1-148/+158
1998-01-20checkpointDoug Evans1-14/+14
1998-01-20checkpointDoug Evans1-132/+201
1998-01-20checkpointDoug Evans1-152/+279
1998-01-16snapshotDoug Evans1-113/+466
1998-01-14snapshot, upper opcode table done, modulo testingDoug Evans1-13/+295
1998-01-05snapshotDoug Evans1-24/+95
1998-01-05 * txvu-dis.c, txvu-opc.c: New files.Doug Evans1-0/+359
* configure.in: Compile them. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo. (txvu-dis.lo,txvu-opc.lo): Add rules for. * Makefile.in: Regenerate.