Lines Matching refs:__Y
21 unsigned int test__andn_u32(unsigned int __X, unsigned int __Y) { in test__andn_u32() argument
24 return __andn_u32(__X, __Y); in test__andn_u32()
27 unsigned int test__bextr_u32(unsigned int __X, unsigned int __Y) { in test__bextr_u32() argument
29 return __bextr_u32(__X, __Y); in test__bextr_u32()
55 unsigned long long test__andn_u64(unsigned long __X, unsigned long __Y) { in test__andn_u64() argument
58 return __andn_u64(__X, __Y); in test__andn_u64()
61 unsigned long long test__bextr_u64(unsigned long __X, unsigned long __Y) { in test__bextr_u64() argument
63 return __bextr_u64(__X, __Y); in test__bextr_u64()
96 unsigned int test_andn_u32(unsigned int __X, unsigned int __Y) { in test_andn_u32() argument
99 return _andn_u32(__X, __Y); in test_andn_u32()
102 unsigned int test_bextr_u32(unsigned int __X, unsigned int __Y, in test_bextr_u32() argument
105 return _bextr_u32(__X, __Y, __Z); in test_bextr_u32()
131 unsigned long long test_andn_u64(unsigned long __X, unsigned long __Y) { in test_andn_u64() argument
134 return _andn_u64(__X, __Y); in test_andn_u64()
137 unsigned long long test_bextr_u64(unsigned long __X, unsigned int __Y, in test_bextr_u64() argument
140 return _bextr_u64(__X, __Y, __Z); in test_bextr_u64()