aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bltu.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-10Add space between if/while/switch and '('Weiwei Li1-1/+1
Add space between ')' and '{'
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.
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+2
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-2/+0
2011-06-11[xcc] instructions now set PC explicitlyAndrew 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/+2
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/