Lines Matching refs:expect
56 expect[i].w[j] = buffer0[i].w[j] + buffer1[i].w[j] + 1; in test_load_tmp()
86 expect[0].w[i] = 0x180c0000; in test_load_tmp2()
87 expect[1].w[i] = 0x000c1818; in test_load_tmp2()
108 expect[i].uw[j] = buffer0[i].uw[j]; in test_load_cur()
127 expect[0] = buffer0[0]; in test_load_aligned()
143 memcpy(expect, &buffer0[0].ub[offset], sizeof(MMVector)); in test_load_unaligned()
160 expect[0] = buffer0[0]; in test_store_aligned()
176 memcpy(expect, buffer0, 2 * sizeof(MMVector)); in test_store_unaligned()
177 memcpy(&expect[0].ub[offset], buffer0, sizeof(MMVector)); in test_store_unaligned()
188 memset(expect, 0xff, sizeof(expect)); in test_masked_store()
189 memset(output, 0xff, sizeof(expect)); 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()
243 expect[0] = buffer0[0]; in test_new_value_store()
256 expect[0] = buffer1[0]; in test_new_value_store()
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()
291 expect[2].uh[i] = (buffer0[2].uh[i] & 0xff) | in test_max_temps()
296 expect[3].w[i] = buffer0[1].w[i] + buffer0[5].w[i]; in test_max_temps()
302 expect[4] = buffer0[4]; in test_max_temps()
333 memset(expect, 0x12, sizeof(MMVector)); in test_vadduwsat()
345 expect[0].uw[j] = UINT_MAX; in test_vadduwsat()
367 memset(expect, 0x12, sizeof(MMVector) * 2); in test_vsubuwsat_dv()
382 expect[0].uw[j] = 0x00000000; in test_vsubuwsat_dv()
383 expect[1].uw[j] = 0x00000000; in test_vsubuwsat_dv()
421 expect[i].w[j] = in test_load_tmp_predicated()
452 expect[i] = pred ? buffer1[i] : buffer0[i]; in test_load_cur_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()