Question 47
1 pts
Suppose we had as a program requirement to load in two vectors (v1 and v2) of 8 elements each of which are 16 bit integers, in strides of four into registers Q2 and Q3, which of the following instructions would be the correct instruction to use (assume that r0 contains the address of v1)?
vld4.16 {q2, q3}, [r0]
vld4.32 {q2, q3}, [r0]
vld2.16 {q2, q3}, [r0]
vld1.16 {q2, q3}, [r0]
None of the above