Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-02-16 | * mips-opc.c: Add r4650 mul instruction. | Ian Lance Taylor | 1 | -0/+1 | |
1995-02-15 | * mips-opc.c: Add uld and usd macros for unaligned double load and | Ian Lance Taylor | 1 | -0/+7 | |
store. | |||||
1994-12-20 | * mips-opc.c: Add dli as a synonym for li. | Ian Lance Taylor | 1 | -6/+10 | |
1994-09-14 | * mips-opc.c (mips_opcodes): Set WR_t for sc and scd. | Ian Lance Taylor | 1 | -2/+2 | |
PR 5632 | |||||
1994-09-06 | * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions | Ian Lance Taylor | 1 | -34/+49 | |
which store a value into memory. PR 5433. | |||||
1993-10-05 | * mips-opc.c: Correct lwu opcode value (book had it wrong). | Ian Lance Taylor | 1 | -33/+34 | |
1993-09-02 | * mips-opc.c: Change div machine instruction to be z,s,t rather | Ian Lance Taylor | 1 | -7/+9 | |
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). | |||||
1993-09-02 | * mips-opc.c: Move div machine instruction after macro forms. | Ian Lance Taylor | 1 | -8/+17 | |
Change d,s,t form to d,v,t. Likewise for divu, ddiv and ddivu. This is for compatibility with the MIPS assembler, which only generates the simple machine instruction when an explicit destination of $0 is used. | |||||
1993-08-27 | * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set | Ian Lance Taylor | 1 | -4/+4 | |
WR_31 hazard for bal, bgezal, bltzal. | |||||
1993-08-20 | * mips-opc.c: Added r6000 and r4000 instructions and macros. | Ian Lance Taylor | 1 | -26/+212 | |
Changed hazard information to distinguish between memory load delays and coprocessor load delays. | |||||
1993-08-18 | * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s. | Ian Lance Taylor | 1 | -0/+380 | |