diff options
author | Quan Nguyen <quannguyen@berkeley.edu> | 2013-10-17 23:49:34 -0700 |
---|---|---|
committer | Quan Nguyen <quannguyen@berkeley.edu> | 2013-10-17 23:49:34 -0700 |
commit | 63856833c03c90e4ab540fcf323521a85756ae49 (patch) | |
tree | 42f61b3471294a72e9d24483dfcab1535a52c940 /Makefile | |
parent | de5e3de07e39add545aa58b0757d67927f14f7fb (diff) | |
download | riscv-opcodes-63856833c03c90e4ab540fcf323521a85756ae49.zip riscv-opcodes-63856833c03c90e4ab540fcf323521a85756ae49.tar.gz riscv-opcodes-63856833c03c90e4ab540fcf323521a85756ae49.tar.bz2 |
Add half-precision floating-point instructions
* Add opcodes-hwacha-pseudo to be produced as well, or else GCC will complain.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,9 +11,10 @@ $(ISASIM_H): opcodes parse-opcodes $(PK_H): opcodes parse-opcodes ./parse-opcodes -disasm < $< > $@ -$(GAS_H): opcodes opcodes-hwacha opcodes-rvc opcodes-custom parse-opcodes +$(GAS_H): opcodes opcodes-hwacha opcodes-rvc opcodes-custom opcodes-hwacha-pseudo parse-opcodes ./parse-opcodes -disasm < $< > $@ - #./parse-opcodes -disasm < opcodes-hwacha >> $@ + ./parse-opcodes -disasm < opcodes-hwacha >> $@ + ./parse-opcodes -disasm < opcodes-hwacha-pseudo >> $@ ./parse-opcodes -disasm < opcodes-rvc >> $@ ./parse-opcodes -disasm < opcodes-custom >> $@ |