Skip to content

Commit

Permalink
i#3544 RV64 vector part3: Add vector instruction codec test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhy0106 committed Jun 18, 2024
1 parent 1ff2217 commit eb22718
Show file tree
Hide file tree
Showing 3 changed files with 2,245 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,10 @@ if (NOT ANDROID)
tobuild_api(api.ir_sve api/ir_aarch64_sve.c "" "" OFF OFF OFF)
tobuild_api(api.ir_sve2 api/ir_aarch64_sve2.c "" "" OFF OFF OFF)
endif (AARCH64)

if (RISCV64)
tobuild_api(api.ir_rvv api/ir_rvv.c "" "" ON OFF OFF)
endif(RISCV64)
endif ()

# test synthetic DR_ISA_REGDEPS encoding, decoding, and disassembly
Expand Down Expand Up @@ -6196,6 +6200,7 @@ if (RISCV64)
code_api|api.ir
code_api|api.ir-static
code_api|api.ir_regdeps
code_api|api.ir_rvv
code_api|client.app_args
code_api|client.blackbox
code_api|client.crashmsg
Expand Down
Loading

0 comments on commit eb22718

Please sign in to comment.