Lines Matching refs:__Y
26 unsigned int test__andn_u32(unsigned int __X, unsigned int __Y) { in test__andn_u32() argument
30 return __andn_u32(__X, __Y); in test__andn_u32()
33 unsigned int test__bextr_u32(unsigned int __X, unsigned int __Y) { in test__bextr_u32() argument
36 return __bextr_u32(__X, __Y); in test__bextr_u32()
74 unsigned long long test__andn_u64(unsigned long __X, unsigned long __Y) { in test__andn_u64() argument
78 return __andn_u64(__X, __Y); in test__andn_u64()
81 unsigned long long test__bextr_u64(unsigned long __X, unsigned long __Y) { in test__bextr_u64() argument
84 return __bextr_u64(__X, __Y); in test__bextr_u64()
132 unsigned int test_andn_u32(unsigned int __X, unsigned int __Y) { in test_andn_u32() argument
136 return _andn_u32(__X, __Y); in test_andn_u32()
139 unsigned int test_bextr_u32(unsigned int __X, unsigned int __Y, in test_bextr_u32() argument
147 return _bextr_u32(__X, __Y, __Z); in test_bextr_u32()
178 unsigned long long test_andn_u64(unsigned long __X, unsigned long __Y) { in test_andn_u64() argument
182 return _andn_u64(__X, __Y); in test_andn_u64()
185 unsigned long long test_bextr_u64(unsigned long __X, unsigned int __Y, in test_bextr_u64() argument
194 return _bextr_u64(__X, __Y, __Z); in test_bextr_u64()