Home | History | Annotate | Download | only in arm

Lines Matching refs:q1

206 	 * q1={d2-d3}: 0x0f0f...
229 vmov.i8 q1, #0x0f
251 vand q2, q0, q1 /* q2 := x & 0x0f0f... */
252 vand q3, q3, q1 /* q3 := (x >> 4) & 0x0f0f... */
309 vand q2, q0, q1 /* q2 := x & 0x0f0f... */
310 vand q3, q3, q1 /* q3 := (x >> 4) & 0x0f0f... */
424 * q1={d2-d3}: 0x0f0f...
447 vmov.i8 q1, #0x0f
467 vand q2, q0, q1 /* q2 := x & 0x0f0f... */
468 vand q3, q3, q1 /* q3 := (x >> 4) & 0x0f0f... */
548 vand q2, q0, q1 /* q2 := x & 0x0f0f... */
549 vand q3, q3, q1 /* q3 := (x >> 4) & 0x0f0f... */