aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bge.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-09-13[xcc, sim] replaced ble/bleu with bge/bgeuAndrew Waterman1-0/+2
This will simplify control logic (since every branch has a logical inverse)