[sim,pk] fixed minor pk bugs and trap codes
[riscv-isa-sim.git] / riscv / execute.h
2011-04-12 Andrew Waterman[xcc,sim,opcodes] more rvc instructions and bug fixes
2011-04-10 Andrew Waterman[xcc, sim] added rvc insn c.li; misc fixes
2011-04-10 Andrew Waterman[xcc,pk,sim,opcodes] added first RVC instruction
2011-04-07 Andrew Waterman[pk,sim] fixed parse-opcodes bug
2011-04-07 Yunsup Lee[opcodes,pk,sim,xcc] fix utidx - add rd
2011-04-05 Yunsup Lee[opcodes,pk,sim,xcc] fix vector mem instruction format...
2011-04-04 Yunsup Lee[opcodes,pk,sim,xcc] add leftover vector instructions...
2011-04-04 Yunsup Lee[opcodes,pk,sim,xcc] add vector mem instructions
2011-04-04 Yunsup Lee[opcodes,pk,sim,xcc] add stop,utidx instructions
2011-04-04 Yunsup Lee[opcodes,pk,sim,xcc] add fence instructions for vector...
2011-03-26 Andrew Waterman[opcodes] minor opcode changes
2011-03-26 Andrew Waterman[sim,pk,xcc,opcodes] removed fminmag/fmaxmag
2011-03-25 Andrew Waterman[xcc,pk,opcodes,sim] updated encoding/insn names
2011-02-15 Andrew Waterman[xcc,opcodes,pk,sim] krste's re-renaming spree
2011-02-15 Andrew Waterman[xcc,sim,opcodes] removed mtflh/mffl/mffh
2011-02-02 Andrew Waterman[sim,xcc,opcodes] added back mtflh.d
2011-02-02 Andrew Waterman[opcodes,pk,sim,xcc] synci now bombs whole icache
2011-02-02 Andrew Waterman[xcc,opcodes,pk,sim] cleanup to FP ISA
2011-01-26 Andrew Waterman[sim,opcodes] add mulhsu instruction
2011-01-26 Andrew Waterman[opcodes,pk,sim,xcc] great renumbering of 2011, part...
2011-01-21 Andrew Waterman[sim, pk, xcc, opcodes] great instruction renaming...
2011-01-19 Andrew Waterman[opcodes, sim, xcc] made *w insns illegal in RV32
2011-01-17 Andrew Waterman[opcodes, pk, sim, xcc] removed nor, normalized macros...
2011-01-04 Yunsup Lee[opcodes,pk,sim,xcc] flip fields to favor little endian
2010-11-22 Andrew Waterman[opcodes, pk, sim, xcc] Tweaked FP encoding
2010-11-22 Andrew Waterman[opcodes] generate latex and verilog correctly
2010-11-22 Andrew Waterman[xcc, sim, pk, opcodes] new instruction encoding!
2010-11-22 Andrew Waterman[opcodes, pk, sim, xcc] made jumps shorter and PC-relative
2010-10-26 Andrew Waterman[sim,xcc,pk,opcodes] static rounding modes for FP insns
2010-10-16 Andrew Waterman[pk, sim] added FPU emulation support to proxy kernel
2010-10-07 Andrew Waterman[xcc] modified opcodes for better FP decode mapping
2010-10-06 Andrew Waterman[opcodes] added code field back to syscall/break
2010-10-03 Andrew Waterman[xcc, sim] mff now uses rs2 for data
2010-09-29 Andrew Waterman[opcodes, sim, xcc] added mffl.d instruction
2010-09-21 Andrew Waterman[xcc, sim] changed instruction format so imm12 subs...
2010-09-14 Andrew Waterman[xcc, sim] replaced ble/bleu with bge/bgeu
2010-09-13 Andrew Waterman[sim] renamed sllv to sll (same for other shifts)
2010-09-13 Andrew Waterman[xcc, sim] moved shamt field and renamed shifts
2010-09-13 Andrew Waterman[xcc, sim] branches now are next-PC-based, not PC-based
2010-09-11 Andrew Waterman[sim, xcc] Added mffh.d/mtflh.d; fixed FP ABI for 32-bit
2010-09-11 Yunsup Lee[opcodes,xcc,sim] mffh.d,mtfh.d added (broken commit)
2010-09-10 Yunsup Lee[opcodes,sim,xcc] move opcodes for 3 source instructions
2010-09-10 Andrew WatermanRevert "[xcc, sim] added slei/sleui in lieu of slti...
2010-09-07 Andrew Waterman[xcc, sim] added slei/sleui in lieu of slti/sltiu
2010-09-07 Andrew Waterman[sim, xcc] bthread threading model exposed; insn encodi...
2010-09-06 Andrew Waterman[sim] added atomic memory operations
2010-08-23 Andrew Waterman[xcc,sim] added fused multiply-add and its cousins
2010-08-23 Andrew Waterman[xcc,sim] Eliminated slori instruction
2010-08-10 Andrew Waterman[xcc,sim] implement FP using softfloat
2010-08-06 Andrew Waterman[sim,xcc] Added first few Hauser FP insns (sign-injection)
2010-08-05 Andrew Waterman[xcc] Removed ctc1, cfc1 instructions; added fp move...
2010-08-05 Andrew Waterman[xcc,pk,sim] Added first part of FP support
2010-08-04 Andrew Waterman[sim,xcc] removed sll32/srl32/sra32 opcodes
2010-08-04 Andrew Waterman[pk,sim,xcc] Renamed instructions to RISC-V spec
2010-07-29 Andrew Waterman[sim,xcc] Changed instruction format to RISC-V
2010-07-19 Andrew WatermanReorganized directory structure