File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ static inline void __riscv_v_vstate_save(struct __riscv_v_ext_state *save_to,
205
205
THEAD_VSETVLI_T4X0E8M8D1
206
206
THEAD_VSB_V_V0T0
207
207
"add t0, t0, t4\n\t"
208
- THEAD_VSB_V_V0T0
208
+ THEAD_VSB_V_V8T0
209
209
"add t0, t0, t4\n\t"
210
- THEAD_VSB_V_V0T0
210
+ THEAD_VSB_V_V16T0
211
211
"add t0, t0, t4\n\t"
212
- THEAD_VSB_V_V0T0
212
+ THEAD_VSB_V_V24T0
213
213
: : "r" (datap ) : "memory" , "t0" , "t4" );
214
214
} else {
215
215
asm volatile (
@@ -241,11 +241,11 @@ static inline void __riscv_v_vstate_restore(struct __riscv_v_ext_state *restore_
241
241
THEAD_VSETVLI_T4X0E8M8D1
242
242
THEAD_VLB_V_V0T0
243
243
"add t0, t0, t4\n\t"
244
- THEAD_VLB_V_V0T0
244
+ THEAD_VLB_V_V8T0
245
245
"add t0, t0, t4\n\t"
246
- THEAD_VLB_V_V0T0
246
+ THEAD_VLB_V_V16T0
247
247
"add t0, t0, t4\n\t"
248
- THEAD_VLB_V_V0T0
248
+ THEAD_VLB_V_V24T0
249
249
: : "r" (datap ) : "memory" , "t0" , "t4" );
250
250
} else {
251
251
asm volatile (
You can’t perform that action at this time.
0 commit comments