aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fsgnjx_h.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-04Modify F/D/Zfh instructions to add support for Zfinx/Zdinx/Zhinx{min} ↵liweiwei1-2/+2
instructions change the extention check for F/D/Zfh instructions modify the F/D/Zfh instructions to read X regs when enable Zfinx Co-authored-by: wangmeng <shusheng8495@hotmail.com>
2020-06-16zfh: implement all instructionsChih-Min Chao1-0/+3
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.