X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=isa%2Frv64uc%2Fsv_c_mv_predication.S;h=fc0bb7498ba41933cc260819773cd5560442e0aa;hb=1e383ad459ac835bda65f03881443d78a1fa7444;hp=3ad6535f586584b10151d5eda959632a066241a7;hpb=c5120a0e140003168efd4f6b627783fb82f62965;p=riscv-tests.git diff --git a/isa/rv64uc/sv_c_mv_predication.S b/isa/rv64uc/sv_c_mv_predication.S index 3ad6535..fc0bb74 100644 --- a/isa/rv64uc/sv_c_mv_predication.S +++ b/isa/rv64uc/sv_c_mv_predication.S @@ -17,11 +17,11 @@ RVTEST_RV64U # Define TVM used by program. li a4, pred2; \ \ SET_SV_MVL(3); \ - SET_SV_2CSRS( SV_REG_CSR(1, 3, 0, 3, 1, 0), \ - SV_REG_CSR(1, 6, 0, 6, 1, 0) ); \ + SET_SV_2CSRS( SV_REG_CSR(1, 3, 0, 3, 1), \ + SV_REG_CSR(1, 6, 0, 6, 1) ); \ SET_SV_2PREDCSRS( \ - SV_PRED_CSR(1, 3, 0, 0, 13, 1), \ - SV_PRED_CSR(1, 6, 0, 0, 14, 1) );\ + SV_PRED_CSR(1, 3, 0, 0, 13, 0), \ + SV_PRED_CSR(1, 6, 0, 0, 14, 0) );\ SET_SV_VL(3); \ \ .option rvc; \