Lines Matching full:v3
40 asm("v3 = vmem(%0 + #0)\n\t" in test_load_tmp()
45 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp()
50 : "r1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp()
269 "v3 = vmem(%0 + #3)\n\t" in test_max_temps()
272 " v1:0.w = vadd(v3:2.w, v1:0.w)\n\t" in test_max_temps()
273 " v2.b = vshuffe(v3.b, v2.b)\n\t" in test_max_temps()
274 " v3.w = vadd(v1.w, v4.w)\n\t" in test_max_temps()
280 "vmem(%1 + #3) = v3\n\t" in test_max_temps()
404 asm("v3 = vmem(%0 + #0)\n\t" in test_load_tmp_predicated()
410 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp_predicated()
415 : "r1", "p1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp_predicated()
436 "v3 = vmem(%0+#0)\n\t" in test_load_cur_predicated()
444 " if (p0) v3.cur = vmem(%1+#0)\n\t" in test_load_cur_predicated()
445 " v4 = v3\n\t" in test_load_cur_predicated()
451 : "r0", "p0", "v3", "v4", "memory"); in test_load_cur_predicated()
462 "v3 = vsplat(%1)\n\t" in test_vcombine()
463 "v3:2 = vcombine(v2, v3)\n\t" in test_vcombine()
465 "vmem(%2+#1) = v3\n\t" in test_vcombine()
468 : "v2", "v3", "memory"); in test_vcombine()