Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try fixing dup
  • Loading branch information
chenguokai committed Jul 12, 2021
1 parent 31bdf0f commit 308fc82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/isa/riscv64/include/isa-all-instr.h
@@ -1,3 +1,5 @@
#ifndef __RISCV64_ISA_ALL_INSTR_H__
#define __RISCV64_ISA_ALL_INSTR_H__
#include <cpu/decode.h>
#include "../local-include/rtl.h"

Expand Down Expand Up @@ -46,7 +48,9 @@
f(vwadd) f(vwsub) f(vwaddu_w) f(vwadd_w) \
f(vwsubu_w) f(vwsub_w) f(vwmulu) f(vwmulsu) \
f(vwmul) f(vwmaccu) f(vwnmacc) f(vwmaccsu) \
f(vwmaccus) f(vstore) f(vload)
f(vwmaccus) f(vlduu) f(vldsu) f(vldxu) \
f(vldus) f(vldss) f(vldxs) f(vstu) \
f(vsts) f(vstx) f(vstxu)
#else // CONFIG_RVV_010
#define VECTOR_INSTR_TERNARY(f)
#endif // CONFIG_RVV_010
Expand Down Expand Up @@ -105,3 +109,5 @@
VECTOR_INSTR_TERNARY(f)

def_all_EXEC_ID();

#endif // __RISCV64_ISA_ALL_INSTR_H__

0 comments on commit 308fc82

Please sign in to comment.