Lines Matching full:w

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()
56 expect[i].w[j] = buffer0[i].w[j] + buffer1[i].w[j] + 1; in test_load_tmp()
76 " v25:24 += vmpyo(v18.w, v14.h)\n\t" in test_load_tmp2()
86 expect[0].w[i] = 0x180c0000; in test_load_tmp2()
87 expect[1].w[i] = 0x000c1818; in test_load_tmp2()
196 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
205 "q0 = vcmp.eq(v4.w, v5.w)\n\t" in test_masked_store()
218 expect[i].w[j] = buffer0[i].w[j]; in test_masked_store()
222 expect[i].w[j] = buffer0[i].w[j]; in test_masked_store()
272 " v1:0.w = vadd(v3:2.w, v1:0.w)\n\t" in test_max_temps()
274 " v3.w = vadd(v1.w, v4.w)\n\t" in test_max_temps()
286 expect[0].w[i] = buffer0[0].w[i] + buffer0[2].w[i]; in test_max_temps()
287 expect[1].w[i] = buffer0[1].w[i] + buffer0[3].w[i]; in test_max_temps()
296 expect[3].w[i] = buffer0[1].w[i] + buffer0[5].w[i]; in test_max_temps()
307 TEST_VEC_OP2(vadd_w, vadd, .w, w, 4, +)
310 TEST_VEC_OP2(vsub_w, vsub, .w, w, 4, -)
359 * w - x < 0 in test_vsubuwsat_dv()
362 const uint32_t w = 0x000000b7; in test_vsubuwsat_dv() local
378 : "r"(w), "r"(y), "r"(x), "r"(z), "r"(output) in test_vsubuwsat_dv()
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()
421 expect[i].w[j] = in test_load_tmp_predicated()
422 pred ? buffer0[i].w[j] + buffer1[i].w[j] + 1 in test_load_tmp_predicated()
423 : buffer0[i].w[j] + 2; in test_load_tmp_predicated()
470 expect[2 * i].w[j] = 2 * i + 1; in test_vcombine()
471 expect[2 * i + 1].w[j] = 2 * i; in test_vcombine()
493 expect[0].w[i] = 0x12345678; in test_store_new()