• Home
  • Raw
  • Download

Lines Matching refs:__b

13 __m128 test__builtin_ia32_cmpps(__m128 __a, __m128 __b) {  in test__builtin_ia32_cmpps()  argument
14 __builtin_ia32_cmpps(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} in test__builtin_ia32_cmpps()
17 __m128d test__builtin_ia32_cmppd(__m128d __a, __m128d __b) { in test__builtin_ia32_cmppd() argument
18 __builtin_ia32_cmppd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} in test__builtin_ia32_cmppd()
21 __m128 test__builtin_ia32_cmpss(__m128 __a, __m128 __b) { in test__builtin_ia32_cmpss() argument
22 __builtin_ia32_cmpss(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} in test__builtin_ia32_cmpss()
25 __m128d test__builtin_ia32_cmpsd(__m128d __a, __m128d __b) { in test__builtin_ia32_cmpsd() argument
26 __builtin_ia32_cmpsd(__a, __b, 32); // expected-error {{argument should be a value from 0 to 31}} in test__builtin_ia32_cmpsd()
29 __mmask16 test__builtin_ia32_cmpps512_mask(__m512d __a, __m512d __b) { in test__builtin_ia32_cmpps512_mask() argument
30 …__builtin_ia32_cmpps512_mask(__a, __b, 32, -1, 0); // expected-error {{argument should be a value … in test__builtin_ia32_cmpps512_mask()
33 __mmask8 test__builtin_ia32_cmppd512_mask(__m512d __a, __m512d __b) { in test__builtin_ia32_cmppd512_mask() argument
34 …__builtin_ia32_cmppd512_mask(__a, __b, 32, -1, 0); // expected-error {{argument should be a value … in test__builtin_ia32_cmppd512_mask()
37 __m128i test__builtin_ia32_vpcomub(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomub() argument
38 __builtin_ia32_vpcomub(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomub()
41 __m128i test__builtin_ia32_vpcomuw(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomuw() argument
42 __builtin_ia32_vpcomuw(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomuw()
45 __m128i test__builtin_ia32_vpcomud(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomud() argument
46 __builtin_ia32_vpcomud(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomud()
49 __m128i test__builtin_ia32_vpcomuq(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomuq() argument
50 __builtin_ia32_vpcomuq(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomuq()
53 __m128i test__builtin_ia32_vpcomb(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomb() argument
54 __builtin_ia32_vpcomub(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomb()
57 __m128i test__builtin_ia32_vpcomw(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomw() argument
58 __builtin_ia32_vpcomuw(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomw()
61 __m128i test__builtin_ia32_vpcomd(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomd() argument
62 __builtin_ia32_vpcomud(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomd()
65 __m128i test__builtin_ia32_vpcomq(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomq() argument
66 __builtin_ia32_vpcomuq(__a, __b, 8); // expected-error {{argument should be a value from 0 to 7}} in test__builtin_ia32_vpcomq()