revamp vector tests with new privileged spec, and add scalar pt tests
[riscv-tests.git] / isa / rv64uv / Makefrag
1 #=======================================================================
2 # Makefrag for rv64uv tests
3 #-----------------------------------------------------------------------
4
5 rv64uv_sc_tests = \
6 wakeup fence \
7 vsetcfgi vsetcfg vsetvl keepcfg \
8 vmvv vmsv \
9 vfmvv vfmsv_d vfmsv_s \
10 utidx \
11 lb lbu lh lhu lw lwu ld \
12 sb sh sw sd \
13 fld flw \
14 fsd fsw \
15 amoadd_d amoand_d amomax_d amomaxu_d amomin_d amominu_d amoor_d amoswap_d amoxor_d \
16 amoadd_w amoand_w amomax_w amomaxu_w amomin_w amominu_w amoor_w amoswap_w amoxor_w \
17 imul \
18 movn movz \
19 fcvt fma fma_many \
20 fmovn fmovz \
21 vvadd_d vvadd_w vvadd_fd vvadd_fw \
22 vvmul_d \
23
24 rv64uv_sc_vec_tests = \
25 beq bge bgeu blt bltu bne \
26
27 rv64uv_p_tests = $(addprefix rv64uv-p-, $(rv64uv_sc_tests))
28 rv64uv_pt_tests = $(addprefix rv64uv-pt-, $(rv64uv_sc_tests))
29 rv64uv_v_tests = $(addprefix rv64uv-v-, $(rv64uv_sc_tests))
30 rv64uv_p_vec_tests = $(addprefix rv64uv-p-vec-, $(rv64uv_sc_vec_tests))
31 rv64uv_pt_vec_tests = $(addprefix rv64uv-pt-vec-, $(rv64uv_sc_vec_tests))
32 rv64uv_v_vec_tests = $(addprefix rv64uv-v-vec-, $(rv64uv_sc_vec_tests))
33
34 spike_tests += $(rv64uv_p_tests) $(rv64uv_pt_tests) $(rv64uv_v_tests)