Lines Matching refs:elements

27 ;; The tail mode specifies how the tail elements of a vector register are handled.
29 ;; Tail Agnostic means that the tail elements are left in an undefined state.
31 ;; Tail Undisturbed means that the tail elements are left in their original values.
37 ;; The mask mode specifies how the masked elements of a vector register are handled.
39 ;; Mask Agnostic means that the masked out elements are left in an undefined state.
41 ;; Mask Undisturbed means that the masked out elements are left in their original values.
47 ;; This setting specifies the number of elements that are going to be processed
48 ;; in a single instruction. Note: We may end up processing fewer elements than
77 ;; When masked, the instruction will only operate on the elements that are dictated by
306 ;; Vector unit-stride operations access elements stored contiguously in memory
1021 ;; This instruction splats the F register into all elements of the destination vector.
1079 ;; `vslidedown` moves all elements in the vector down by n elements.
1080 ;; The top most elements are up to the tail policy.
1135 ;; This instruction splats the X register into all elements of the destination vector.
1142 ;; This instruction splats the F register into all elements of the destination vector.
1149 ;; This instruction splat's the immediate value into all elements of the destination vector.
1156 ;; This instruction merges the elements of the two source vectors into the destination vector
1228 ;; The vector compress instruction allows elements selected by a vector mask
1230 ;; elements at the start of the destination vector register group.