H A D | vxeh2_vstrs.c | 14 const S390Vector *v4, const uint8_t m5, const uint8_t m6) in vstrs() argument 18 asm("vstrs %[v1],%[v2],%[v3],%[v4],%[m5],%[m6]\n" in vstrs() 24 , [v4] "v" (v4->v) in vstrs() 37 S390Vector v4 = {.d[0] = 3, .d[1] = 0}; in test_ignored_match() local 39 assert(vstrs(&v1, &v2, &v3, &v4, 0, 2) == 1); in test_ignored_match() 49 S390Vector v4 = {.d[0] = 0, .d[1] = 0}; in test_empty_needle() local 51 assert(vstrs(&v1, &v2, &v3, &v4, 0, 0) == 2); in test_empty_needle() 61 S390Vector v4 = {.d[0] = 16, .d[1] = 0}; in test_max_length() local 63 assert(vstrs(&v1, &v2, &v3, &v4, 0, 0) == 3); in test_max_length() 74 S390Vector v4 = {.d[0] = 11, .d[1] = 0}; in test_no_match() local [all …]
|