aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/sltu.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02Simplify RV32 comparisonsAndrew Waterman1-1/+1
No need to eliminate the upper 32 bits of the 64-bit x-register, as all RV32 instructions should sign-extend their results to 64 bits.
2013-09-27Use WRITE_RD/WRITE_FRD macros to write registersAndrew Waterman1-1/+1
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+1
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-1/+0
2010-11-21[xcc, sim, pk, opcodes] new instruction encoding!Andrew Waterman1-1/+1
2010-09-20[xcc, sim] changed instruction format so imm12 subs for rs2Andrew Waterman1-1/+1
2010-07-28[sim,xcc] Changed instruction format to RISC-VAndrew Waterman1-1/+1
Massive changes to gcc, binutils to support new instruction encoding. Simulator reflects these changes.
2010-07-18Reorganized directory structureAndrew Waterman1-0/+1
Moved cross-compiler to /xcc/ rather than / Added ISA sim in /sim/ Added Proxy Kernel in /pk/ (to be cleaned up) Added opcode map to /opcodes/ (ditto) Added documentation to /doc/