aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_h_d.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-04zfh: implementation all instructionsChih-Min Chao1-0/+6
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-0/+0
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha
2013-10-17Add empty opcode header files for half-precisionQuan Nguyen1-0/+0
* Update riscv/opcodes.h through the riscv-opcodes repository.