[pk, sim] added FPU emulation support to proxy kernel
[riscv-isa-sim.git] / riscv / execute.h
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