diff --git a/hardware/src/ara_dispatcher.sv b/hardware/src/ara_dispatcher.sv index ec0860505..f1ebd74e9 100644 --- a/hardware/src/ara_dispatcher.sv +++ b/hardware/src/ara_dispatcher.sv @@ -3606,7 +3606,7 @@ module ara_dispatcher import ara_pkg::*; import rvv_pkg::*; #( // Is the instruction an in-lane one and could it be subject to reshuffling? in_lane_op = ara_req.op inside {[VADD:VMERGE]} || ara_req.op inside {[VREDSUM:VMSBC]} || - ara_req.op inside {[VMANDNOT:VMXNOR]} || ara_req.op inside {VSLIDEUP, VSLIDEDOWN}; + ara_req.op inside {[VMANDNOT:VMXNOR]} || ara_req.op inside {[VMVXS:VSLIDEDOWN]}; // Annotate which registers need a reshuffle -> |vs1|vs2|vd| // Optimization: reshuffle vs1 and vs2 only if the operation is strictly in-lane // Optimization: reshuffle vd only if we are not overwriting the whole vector register!