aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/mulhsu.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Split 'P' to EXT_ZPN and friends (#830)marcfedorow1-1/+1
* Added ZMMUL extension * Splitted P-ext to its zeds * Typo fix
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-0/+1
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha
2015-03-12Update to new privileged specAndrew Waterman1-1/+1
Sorry, everyone.
2014-09-27Avoid use of __int128_tAndrew Waterman1-6/+2
It is nonstandard, and GCC doesn't support it on 32-bit platforms. The resulting code for MULH[[S]U] is crappier, but that doesn't really matter, as these instructions are dynamically infrequent.
2013-09-27Use WRITE_RD/WRITE_FRD macros to write registersAndrew Waterman1-2/+2
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+8
2011-06-12[sim] renamed to riscv-isa-runAndrew Waterman1-8/+0
2011-04-16[sim] removed undefined behavior for non-canonical inputsAndrew Waterman1-1/+1
2011-04-08[sim] fixed multiply-high in rv32Andrew Waterman1-1/+1
2011-01-25[sim,opcodes] add mulhsu instructionAndrew Waterman1-0/+8