Implement resume (untested).
[riscv-isa-sim.git] / riscv / opcodes.h
2017-02-15 Tim NewsomeImplement resume (untested).
2017-02-11 Tim NewsomeEntering debug mode now jumps to "dynamic rom"
2014-01-21 Quan NguyenMerge branch 'confprec'
2013-11-25 Andrew WatermanUpdate to new privileged ISA
2013-11-25 Quan NguyenMerge branch 'master' of github.com:ucb-bar/riscv-isa...
2013-11-21 Yunsup Leefix slli/slliw encoding bug
2013-10-28 Quan NguyenAdd missing fcvt opcodes through riscv-opcodes
2013-10-18 Quan NguyenAdd empty opcode header files for half-precision
2013-09-21 Andrew WatermanUpdate ISA encoding and AUIPC semantics
2013-09-15 Andrew WatermanISA changes
2013-09-11 Andrew WatermanAdd AMOXOR
2013-09-11 Andrew WatermanImplement zany immediates
2013-09-10 Andrew WatermanAdd rd field to JAL; drop J
2013-08-08 Andrew WatermanRename MTFSR/MFFSR to FSSR/FRSR
2013-08-08 Andrew WatermanSwap J and JALR encoding
2013-07-27 Andrew WatermanNew supervisor mode
2013-07-27 Andrew WatermanRename MFTX/MXTF to FMV
2013-07-26 Andrew WatermanRip out Hwacha for now
2013-07-26 Andrew WatermanRip out RVC for now
2013-07-25 Andrew WatermanRemove JALR static hints
2013-04-17 Andrew Watermanadd AUIPC insn; remove RDNPC insn
2013-03-30 Andrew Watermanadd load-reserved/store-conditional instructions
2013-03-27 Andrew Watermanopcodes.h must only contain DECLARE_INSN() lines
2013-03-26 Andrew Watermanadd BSD license
2012-03-24 Andrew Watermannew supervisor mode
2012-03-19 Andrew Watermanupdate vector fences
2012-03-18 Yunsup Leeclean up vector exception instructions
2012-03-14 Yunsup Leeadd more instructions for vector exception handling
2012-03-14 Yunsup Leeadd vvcfg,vtcfg
2012-03-13 Yunsup Leeopcodes cleanup
2012-03-10 Yunsup Leeslight change to vector supervisor instructions
2012-03-03 Yunsup Leenew instructions to handle vector exceptions
2011-11-11 Andrew WatermanChanged MFTX to use rs1 for its source
2011-06-20 Andrew Watermantemporary undoing of renaming
2011-06-13 Andrew Waterman[sim] renamed to riscv-isa-run
2011-06-11 Andrew Waterman[sim, opcodes] made sim more decoupled from opcodes