Age | Commit message (Expand) | Author | Files | Lines |
2014-03-18 | Add rdcycleh etc. for RV32 | Andrew Waterman | 1 | -28/+42 |
2014-03-11 | New FP encoding | Andrew Waterman | 1 | -185/+235 |
2014-03-06 | Add fclass.{s|d} instructions | Andrew Waterman | 1 | -36/+56 |
2014-01-13 | swap JAL/JALR again | Andrew Waterman | 1 | -2/+2 |
2013-12-09 | New RDCYCLE encoding | Andrew Waterman | 1 | -22/+22 |
2013-11-25 | New privileged ISA | Andrew Waterman | 1 | -23/+63 |
2013-11-22 | add missing imm for stores | Yunsup Lee | 1 | -6/+6 |
2013-11-21 | fix slli/slliw encoding bug | Yunsup Lee | 1 | -2/+2 |
2013-10-29 | changes to the instr-table | Yunsup Lee | 1 | -31/+69 |
2013-09-21 | Fix funct field in tables. | Andrew Waterman | 1 | -52/+52 |
2013-09-21 | Update ISA encoding | Andrew Waterman | 1 | -866/+845 |
2013-08-06 | Rename MTFSR/MFFSR to FSSR/FRSR | Andrew Waterman | 1 | -2/+2 |
2013-07-31 | HW ignores upper bits of fence, but SW supplies 0 | Andrew Waterman | 1 | -8/+10 |
2013-07-31 | Swap J and JALR encodings | Andrew Waterman | 1 | -2/+2 |
2013-07-26 | tweaks | Yunsup Lee | 1 | -65/+87 |
2013-07-26 | Factor out Hwacha/RVC and rename MFTX/MXTF to FMV | Andrew Waterman | 1 | -4/+4 |
2013-07-25 | Refactor parse-opcodes | Andrew Waterman | 1 | -798/+531 |
2013-04-17 | add auipc, lr, sc | Andrew Waterman | 1 | -9/+40 |
2012-03-18 | change vector fence names/encoding | Andrew Waterman | 1 | -20/+2 |
2012-03-13 | opcodes cleanup | Yunsup Lee | 1 | -4/+4 |
2011-06-19 | temporary undoing of renaming | Andrew Waterman | 1 | -0/+2119 |
2011-06-19 | Renamed packages | Andrew Waterman | 1 | -2119/+0 |
2011-05-15 | [opcodes,pk,sim,xcc] resolve a conflict | Yunsup Lee | 1 | -6/+6 |
2011-05-15 | [libs,opcodes,pk,sim,xcc] add mov*,fmov*, shuffle vec insts | Yunsup Lee | 1 | -0/+40 |
2011-05-13 | tweaked encoding of rdcycle & cousins | Andrew Waterman | 1 | -6/+36 |
2011-04-06 | [opcodes,pk,sim,xcc] fix utidx - add rd | Yunsup Lee | 1 | -2/+2 |
2011-04-04 | [opcodes,pk,sim,xcc] add stop,utidx instructions | Yunsup Lee | 1 | -0/+20 |
2011-04-04 | [opcodes,pk,sim,xcc] add fence instructions for vector unit | Yunsup Lee | 1 | -0/+36 |
2011-03-25 | [opcodes] fixed up instruction table | Andrew Waterman | 1 | -1268/+1277 |
2011-03-25 | [xcc,pk,opcodes,sim] updated encoding/insn names | Andrew Waterman | 1 | -13/+94 |
2011-02-15 | [xcc,opcodes,pk,sim] krste's re-renaming spree | Andrew Waterman | 1 | -77/+43 |
2011-02-15 | [xcc,sim,opcodes] removed mtflh/mffl/mffh | Andrew Waterman | 1 | -54/+0 |
2011-02-02 | [sim,xcc,opcodes] added back mtflh.d | Andrew Waterman | 1 | -4/+22 |
2011-02-02 | [opcodes,pk,sim,xcc] synci now bombs whole icache | Andrew Waterman | 1 | -9/+9 |
2011-02-01 | [xcc,opcodes,pk,sim] cleanup to FP ISA | Andrew Waterman | 1 | -33/+15 |
2011-01-25 | [sim,opcodes] add mulhsu instruction | Andrew Waterman | 1 | -0/+9 |
2011-01-25 | [opcodes,pk,sim,xcc] great renumbering of 2011, part deux | Andrew Waterman | 1 | -62/+60 |
2011-01-20 | [sim, pk, xcc, opcodes] great instruction renaming of 2011 | Andrew Waterman | 1 | -577/+97 |
2011-01-18 | [opcodes, sim, xcc] made *w insns illegal in RV32 | Andrew Waterman | 1 | -18/+0 |
2011-01-17 | [opcodes, pk, sim, xcc] removed nor, normalized macros to addi | Andrew Waterman | 1 | -9/+0 |
2011-01-03 | [opcodes,pk,sim,xcc] flip fields to favor little endian | Yunsup Lee | 1 | -556/+1117 |
2010-11-21 | [opcodes, pk, sim, xcc] Tweaked FP encoding | Andrew Waterman | 1 | -782/+544 |
2010-11-21 | [opcodes] generate latex and verilog correctly | Andrew Waterman | 1 | -855/+933 |
2010-11-21 | [xcc, sim, pk, opcodes] new instruction encoding! | Andrew Waterman | 1 | -479/+398 |
2010-11-21 | [opcodes, pk, sim, xcc] made jumps shorter and PC-relative | Andrew Waterman | 1 | -8/+2 |
2010-10-31 | [opcodes] add latex table for rm stuff | Yunsup Lee | 1 | -464/+930 |
2010-10-25 | [sim,xcc,pk,opcodes] static rounding modes for FP insns | Andrew Waterman | 1 | -88/+16 |
2010-10-20 | [opcodes] changed formatting of optab section headers | Andrew Waterman | 1 | -6/+6 |
2010-10-15 | [pk, sim] added FPU emulation support to proxy kernel | Andrew Waterman | 1 | -1/+1 |
2010-10-07 | [xcc] modified opcodes for better FP decode mapping | Andrew Waterman | 1 | -7/+7 |