aboutsummaryrefslogtreecommitdiff
path: root/riscv
AgeCommit message (Expand)AuthorFilesLines
2011-04-09[sim,pk] reorganized status registerAndrew Waterman4-13/+18
2011-04-09[xcc,pk,sim,opcodes] added first RVC instructionAndrew Waterman6-109/+125
2011-04-08[sim] fixed multiply-high in rv32Andrew Waterman2-2/+2
2011-04-07[pk,sim] fixed parse-opcodes bugAndrew Waterman1-0/+173
2011-04-06[opcodes,pk,sim,xcc] fix utidx - add rdYunsup Lee1-1/+1
2011-04-05[opcodes,pk,sim,xcc] fix vector mem instruction format, add vector seg mem in...Yunsup Lee37-50/+242
2011-04-04[opcodes,pk,sim,xcc] add leftover vector instructions (vf, etc.)Yunsup Lee6-0/+52
2011-04-04[opcodes,pk,sim,xcc] add vector mem instructionsYunsup Lee31-0/+208
2011-04-04[opcodes,pk,sim,xcc] add stop,utidx instructionsYunsup Lee3-0/+18
2011-04-04[opcodes,pk,sim,xcc] add fence instructions for vector unitYunsup Lee5-0/+20
2011-03-30[xcc] fixed bug in amo{maxu,minu}.wAndrew Waterman2-2/+2
2011-03-25[opcodes] minor opcode changesAndrew Waterman1-89/+100
2011-03-25[sim,pk,xcc,opcodes] removed fminmag/fmaxmagAndrew Waterman5-44/+0
2011-03-25[xcc,pk,opcodes,sim] updated encoding/insn namesAndrew Waterman16-143/+241
2011-03-17[sim] LWU now illegal in RV32Andrew Waterman1-0/+1
2011-03-01[xcc,sim] branches are pc-relative (not pc+4) againAndrew Waterman1-2/+2
2011-02-15[xcc,opcodes,pk,sim] krste's re-renaming spreeAndrew Waterman40-93/+93
2011-02-15[xcc,sim,opcodes] removed mtflh/mffl/mffhAndrew Waterman4-24/+0
2011-02-04[sim,pk] added interrupt-pending field to cause regAndrew Waterman5-13/+13
2011-02-02[sim,xcc,opcodes] added back mtflh.dAndrew Waterman3-5/+11
2011-02-02[opcodes,pk,sim,xcc] synci now bombs whole icacheAndrew Waterman1-9/+9
2011-02-01[xcc,opcodes,pk,sim] cleanup to FP ISAAndrew Waterman10-137/+114
2011-02-01[sim] added nearest/ties to max magnitude rounding modeAndrew Waterman1-3/+7
2011-01-26[sim] changed divide-by-0 semanticsAndrew Waterman2-9/+8
2011-01-25[sim,opcodes] add mulhsu instructionAndrew Waterman2-1/+14
2011-01-25[opcodes,pk,sim,xcc] great renumbering of 2011, part deuxAndrew Waterman4-536/+529
2011-01-20[sim, pk, xcc, opcodes] great instruction renaming of 2011Andrew Waterman84-151/+186
2011-01-18[opcodes, sim, xcc] made *w insns illegal in RV32Andrew Waterman59-137/+155
2011-01-17[opcodes, pk, sim, xcc] removed nor, normalized macros to addiAndrew Waterman2-6/+0
2011-01-11[sim] fix jalr bugAndrew Waterman1-1/+1
2011-01-03[opcodes,pk,sim,xcc] flip fields to favor little endianYunsup Lee2-162/+166
2010-12-27[sim] fixed some compiler warningsAndrew Waterman5-4/+5
2010-12-27[sim] cleaned up handling of link registerAndrew Waterman2-1/+2
2010-11-21[sim] handle integer division overflowAndrew Waterman8-12/+32
2010-11-21[opcodes, pk, sim, xcc] Tweaked FP encodingAndrew Waterman67-347/+94
2010-11-21[opcodes] generate latex and verilog correctlyAndrew Waterman1-67/+67
2010-11-21[pk] various PK cleanups/speedupsAndrew Waterman2-0/+2
2010-11-21[xcc, sim, pk, opcodes] new instruction encoding!Andrew Waterman167-513/+517
2010-11-21[xcc, sim, pk] link register is now x1Andrew Waterman2-1/+6
2010-11-21[opcodes, pk, sim, xcc] made jumps shorter and PC-relativeAndrew Waterman2-35/+4
2010-10-26[sim] removed unnecessary trap in mfcr instructionAndrew Waterman1-3/+0
2010-10-26[sim,xcc] fixed minor bugs related to tp/cr29Andrew Waterman1-3/+0
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee4-6/+2
2010-10-25[sim,xcc,pk,opcodes] static rounding modes for FP insnsAndrew Waterman38-46/+353
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman4-2/+29
2010-10-11[sim] added writeback tracingAndrew Waterman1-2/+26
2010-10-07[xcc] modified opcodes for better FP decode mappingAndrew Waterman1-27/+19
2010-10-05[opcodes] added code field back to syscall/breakAndrew Waterman1-2/+2
2010-10-05[xcc] removed CEXC field from FSRAndrew Waterman1-15/+5
2010-10-05[xcc,sim] eliminated vectored trapsAndrew Waterman5-7/+13