Lines Matching full:v4
45 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp()
47 "v4.w = vadd(v4.w, v12.w)\n\t" in test_load_tmp()
48 "vmem(%2 + #0) = v4\n\t" in test_load_tmp()
50 : "r1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp()
194 "v4 = vsplat(r4)\n\t" in test_masked_store()
196 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
200 : "r4", "v4", "v5", "q0", "memory"); in test_masked_store()
203 "v4 = vsplat(r4)\n\t" in test_masked_store()
205 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
209 : "r4", "v4", "v5", "q0", "memory"); in test_masked_store()
254 : : "r"(p0), "r"(p1), "r"(pout) : "v4", "v5", "v7", "v12", "memory"); in test_new_value_store()
270 "v4 = vmem(%0 + #4)\n\t" in test_max_temps()
274 " v3.w = vadd(v1.w, v4.w)\n\t" in test_max_temps()
275 " v4.tmp = vmem(%0 + #5)\n\t" in test_max_temps()
281 "vmem(%1 + #4) = v4\n\t" in test_max_temps()
299 * The fifth vector comes from the load to v4 in test_max_temps()
410 " v4.w = vadd(v12.w, v3.w)\n\t" in test_load_tmp_predicated()
412 "v4.w = vadd(v4.w, v12.w)\n\t" in test_load_tmp_predicated()
413 "vmem(%2 + #0) = v4\n\t" in test_load_tmp_predicated()
415 : "r1", "p1", "v12", "v3", "v4", "v6", "memory"); in test_load_tmp_predicated()
438 * Preload v4 to make sure that the assignment from the in test_load_cur_predicated()
442 "v4 = vsplat(r0)\n\t" in test_load_cur_predicated()
445 " v4 = v3\n\t" in test_load_cur_predicated()
447 "vmem(%2+#0) = v4\n\t" in test_load_cur_predicated()
451 : "r0", "p0", "v3", "v4", "memory"); in test_load_cur_predicated()