Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 5708) sorted by relevance

12345678910>>...229

/external/clang/test/CodeGen/
Daarch64-neon-misc.c13 uint8x8_t test_vceqz_s8(int8x8_t a) { in test_vceqz_s8()
23 uint16x4_t test_vceqz_s16(int16x4_t a) { in test_vceqz_s16()
33 uint32x2_t test_vceqz_s32(int32x2_t a) { in test_vceqz_s32()
43 uint64x1_t test_vceqz_s64(int64x1_t a) { in test_vceqz_s64()
53 uint64x1_t test_vceqz_u64(uint64x1_t a) { in test_vceqz_u64()
63 uint64x1_t test_vceqz_p64(poly64x1_t a) { in test_vceqz_p64()
71 uint8x16_t test_vceqzq_s8(int8x16_t a) { in test_vceqzq_s8()
81 uint16x8_t test_vceqzq_s16(int16x8_t a) { in test_vceqzq_s16()
91 uint32x4_t test_vceqzq_s32(int32x4_t a) { in test_vceqzq_s32()
101 uint64x2_t test_vceqzq_s64(int64x2_t a) { in test_vceqzq_s64()
[all …]
Daarch64-neon-across.c12 int16_t test_vaddlv_s8(int8x8_t a) { in test_vaddlv_s8()
21 int32_t test_vaddlv_s16(int16x4_t a) { in test_vaddlv_s16()
29 uint16_t test_vaddlv_u8(uint8x8_t a) { in test_vaddlv_u8()
38 uint32_t test_vaddlv_u16(uint16x4_t a) { in test_vaddlv_u16()
46 int16_t test_vaddlvq_s8(int8x16_t a) { in test_vaddlvq_s8()
55 int32_t test_vaddlvq_s16(int16x8_t a) { in test_vaddlvq_s16()
64 int64_t test_vaddlvq_s32(int32x4_t a) { in test_vaddlvq_s32()
72 uint16_t test_vaddlvq_u8(uint8x16_t a) { in test_vaddlvq_u8()
81 uint32_t test_vaddlvq_u16(uint16x8_t a) { in test_vaddlvq_u16()
90 uint64_t test_vaddlvq_u32(uint32x4_t a) { in test_vaddlvq_u32()
[all …]
Darm_neon_intrinsics.c13 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8()
27 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16()
41 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32()
49 uint8x8_t test_vaba_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vaba_u8()
63 uint16x4_t test_vaba_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vaba_u16()
77 uint32x2_t test_vaba_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vaba_u32()
85 int8x16_t test_vabaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vabaq_s8()
99 int16x8_t test_vabaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vabaq_s16()
113 int32x4_t test_vabaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vabaq_s32()
121 uint8x16_t test_vabaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vabaq_u8()
[all …]
Daarch64-neon-ldst-one.c12 uint8x16_t test_vld1q_dup_u8(uint8_t *a) { in test_vld1q_dup_u8()
23 uint16x8_t test_vld1q_dup_u16(uint16_t *a) { in test_vld1q_dup_u16()
34 uint32x4_t test_vld1q_dup_u32(uint32_t *a) { in test_vld1q_dup_u32()
45 uint64x2_t test_vld1q_dup_u64(uint64_t *a) { in test_vld1q_dup_u64()
54 int8x16_t test_vld1q_dup_s8(int8_t *a) { in test_vld1q_dup_s8()
65 int16x8_t test_vld1q_dup_s16(int16_t *a) { in test_vld1q_dup_s16()
76 int32x4_t test_vld1q_dup_s32(int32_t *a) { in test_vld1q_dup_s32()
87 int64x2_t test_vld1q_dup_s64(int64_t *a) { in test_vld1q_dup_s64()
99 float16x8_t test_vld1q_dup_f16(float16_t *a) { in test_vld1q_dup_f16()
110 float32x4_t test_vld1q_dup_f32(float32_t *a) { in test_vld1q_dup_f32()
[all …]
Daarch64-neon-vget-hilo.c11 int8x8_t test_vget_high_s8(int8x16_t a) { in test_vget_high_s8()
18 int16x4_t test_vget_high_s16(int16x8_t a) { in test_vget_high_s16()
25 int32x2_t test_vget_high_s32(int32x4_t a) { in test_vget_high_s32()
32 int64x1_t test_vget_high_s64(int64x2_t a) { in test_vget_high_s64()
39 uint8x8_t test_vget_high_u8(uint8x16_t a) { in test_vget_high_u8()
46 uint16x4_t test_vget_high_u16(uint16x8_t a) { in test_vget_high_u16()
53 uint32x2_t test_vget_high_u32(uint32x4_t a) { in test_vget_high_u32()
60 uint64x1_t test_vget_high_u64(uint64x2_t a) { in test_vget_high_u64()
67 poly64x1_t test_vget_high_p64(poly64x2_t a) { in test_vget_high_p64()
74 float16x4_t test_vget_high_f16(float16x8_t a) { in test_vget_high_f16()
[all …]
Daarch64-neon-scalar-copy.c12 float32_t test_vdups_lane_f32(float32x2_t a) { in test_vdups_lane_f32()
22 float64_t test_vdupd_lane_f64(float64x1_t a) { in test_vdupd_lane_f64()
32 float32_t test_vdups_laneq_f32(float32x4_t a) { in test_vdups_laneq_f32()
42 float64_t test_vdupd_laneq_f64(float64x2_t a) { in test_vdupd_laneq_f64()
50 int8_t test_vdupb_lane_s8(int8x8_t a) { in test_vdupb_lane_s8()
60 int16_t test_vduph_lane_s16(int16x4_t a) { in test_vduph_lane_s16()
70 int32_t test_vdups_lane_s32(int32x2_t a) { in test_vdups_lane_s32()
80 int64_t test_vdupd_lane_s64(int64x1_t a) { in test_vdupd_lane_s64()
88 uint8_t test_vdupb_lane_u8(uint8x8_t a) { in test_vdupb_lane_u8()
98 uint16_t test_vduph_lane_u16(uint16x4_t a) { in test_vduph_lane_u16()
[all …]
Daarch64-neon-vget.c10 uint8_t test_vget_lane_u8(uint8x8_t a) { in test_vget_lane_u8()
19 uint16_t test_vget_lane_u16(uint16x4_t a) { in test_vget_lane_u16()
28 uint32_t test_vget_lane_u32(uint32x2_t a) { in test_vget_lane_u32()
35 int8_t test_vget_lane_s8(int8x8_t a) { in test_vget_lane_s8()
44 int16_t test_vget_lane_s16(int16x4_t a) { in test_vget_lane_s16()
53 int32_t test_vget_lane_s32(int32x2_t a) { in test_vget_lane_s32()
60 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
69 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
78 float32_t test_vget_lane_f32(float32x2_t a) { in test_vget_lane_f32()
96 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
[all …]
Darm-neon-vget.c13 int8x8_t low_s8(int8x16_t a) { in low_s8()
18 uint8x8_t low_u8 (uint8x16_t a) { in low_u8()
23 int16x4_t low_s16( int16x8_t a) { in low_s16()
28 uint16x4_t low_u16(uint16x8_t a) { in low_u16()
33 int32x2_t low_s32( int32x4_t a) { in low_s32()
38 uint32x2_t low_u32(uint32x4_t a) { in low_u32()
43 int64x1_t low_s64( int64x2_t a) { in low_s64()
48 uint64x1_t low_u64(uint64x2_t a) { in low_u64()
53 poly8x8_t low_p8 (poly8x16_t a) { in low_p8()
58 poly16x4_t low_p16(poly16x8_t a) { in low_p16()
[all …]
Dtbm-builtins.c13 unsigned int test__bextri_u32(unsigned int a) { in test__bextri_u32()
19 unsigned long long test__bextri_u64(unsigned long long a) { in test__bextri_u64()
25 unsigned long long test__bextri_u64_bigint(unsigned long long a) { in test__bextri_u64_bigint()
31 unsigned int test__blcfill_u32(unsigned int a) { in test__blcfill_u32()
38 unsigned long long test__blcfill_u64(unsigned long long a) { in test__blcfill_u64()
45 unsigned int test__blci_u32(unsigned int a) { in test__blci_u32()
52 unsigned long long test__blci_u64(unsigned long long a) { in test__blci_u64()
59 unsigned int test__blcic_u32(unsigned int a) { in test__blcic_u32()
67 unsigned long long test__blcic_u64(unsigned long long a) { in test__blcic_u64()
75 unsigned int test__blcmsk_u32(unsigned int a) { in test__blcmsk_u32()
[all …]
Daarch64-neon-fcvt-intrinsics.c11 float32_t test_vcvtxd_f32_f64(float64_t a) { in test_vcvtxd_f32_f64()
18 int32_t test_vcvtas_s32_f32(float32_t a) { in test_vcvtas_s32_f32()
25 int64_t test_test_vcvtad_s64_f64(float64_t a) { in test_test_vcvtad_s64_f64()
32 uint32_t test_vcvtas_u32_f32(float32_t a) { in test_vcvtas_u32_f32()
39 uint64_t test_vcvtad_u64_f64(float64_t a) { in test_vcvtad_u64_f64()
46 int32_t test_vcvtms_s32_f32(float32_t a) { in test_vcvtms_s32_f32()
53 int64_t test_vcvtmd_s64_f64(float64_t a) { in test_vcvtmd_s64_f64()
60 uint32_t test_vcvtms_u32_f32(float32_t a) { in test_vcvtms_u32_f32()
67 uint64_t test_vcvtmd_u64_f64(float64_t a) { in test_vcvtmd_u64_f64()
74 int32_t test_vcvtns_s32_f32(float32_t a) { in test_vcvtns_s32_f32()
[all …]
Dmmx-builtins.c9 __m64 test_mm_abs_pi8(__m64 a) { in test_mm_abs_pi8()
15 __m64 test_mm_abs_pi16(__m64 a) { in test_mm_abs_pi16()
21 __m64 test_mm_abs_pi32(__m64 a) { in test_mm_abs_pi32()
27 __m64 test_mm_add_pi8(__m64 a, __m64 b) { in test_mm_add_pi8()
33 __m64 test_mm_add_pi16(__m64 a, __m64 b) { in test_mm_add_pi16()
39 __m64 test_mm_add_pi32(__m64 a, __m64 b) { in test_mm_add_pi32()
45 __m64 test_mm_add_si64(__m64 a, __m64 b) { in test_mm_add_si64()
51 __m64 test_mm_adds_pi8(__m64 a, __m64 b) { in test_mm_adds_pi8()
57 __m64 test_mm_adds_pi16(__m64 a, __m64 b) { in test_mm_adds_pi16()
63 __m64 test_mm_adds_pu8(__m64 a, __m64 b) { in test_mm_adds_pu8()
[all …]
Daarch64-poly128.c53 poly128_t test_vmull_p64(poly64_t a, poly64_t b) { in test_vmull_p64()
65 poly128_t test_vmull_high_p64(poly64x2_t a, poly64x2_t b) { in test_vmull_high_p64()
72 poly128_t test_vreinterpretq_p128_s8(int8x16_t a) { in test_vreinterpretq_p128_s8()
79 poly128_t test_vreinterpretq_p128_s16(int16x8_t a) { in test_vreinterpretq_p128_s16()
86 poly128_t test_vreinterpretq_p128_s32(int32x4_t a) { in test_vreinterpretq_p128_s32()
93 poly128_t test_vreinterpretq_p128_s64(int64x2_t a) { in test_vreinterpretq_p128_s64()
100 poly128_t test_vreinterpretq_p128_u8(uint8x16_t a) { in test_vreinterpretq_p128_u8()
107 poly128_t test_vreinterpretq_p128_u16(uint16x8_t a) { in test_vreinterpretq_p128_u16()
114 poly128_t test_vreinterpretq_p128_u32(uint32x4_t a) { in test_vreinterpretq_p128_u32()
121 poly128_t test_vreinterpretq_p128_u64(uint64x2_t a) { in test_vreinterpretq_p128_u64()
[all …]
Darm64-vrnd.c5 int32x2_t rnd1(float32x2_t a) { return vrnd_f32(a); } in rnd1()
7 int32x4_t rnd3(float32x4_t a) { return vrndq_f32(a); } in rnd3()
9 int64x2_t rnd5(float64x2_t a) { return vrndq_f64(a); } in rnd5()
13 int32x2_t rnd7(float32x2_t a) { return vrndn_f32(a); } in rnd7()
15 int32x4_t rnd8(float32x4_t a) { return vrndnq_f32(a); } in rnd8()
17 int64x2_t rnd9(float64x2_t a) { return vrndnq_f64(a); } in rnd9()
19 int64x2_t rnd10(float64x2_t a) { return vrndnq_f64(a); } in rnd10()
22 int32x2_t rnd11(float32x2_t a) { return vrndm_f32(a); } in rnd11()
24 int32x4_t rnd12(float32x4_t a) { return vrndmq_f32(a); } in rnd12()
26 int64x2_t rnd13(float64x2_t a) { return vrndmq_f64(a); } in rnd13()
[all …]
Daarch64-neon-perm.c10 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) { in test_vuzp1_s8()
17 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
24 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
31 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
38 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
45 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
52 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
59 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
66 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
73 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
[all …]
Daarch64-neon-intrinsics.c1467 uint64x1_t test_vcage_f64(float64x1_t a, float64x1_t b) { in test_vcage_f64()
1511 uint64x1_t test_vcagt_f64(float64x1_t a, float64x1_t b) { in test_vcagt_f64()
1556 uint64x1_t test_vcale_f64(float64x1_t a, float64x1_t b) { in test_vcale_f64()
1603 uint64x1_t test_vcalt_f64(float64x1_t a, float64x1_t b) { in test_vcalt_f64()
1850 uint64x1_t test_vtst_s64(int64x1_t a, int64x1_t b) { in test_vtst_s64()
1863 uint64x1_t test_vtst_u64(uint64x1_t a, uint64x1_t b) { in test_vtst_u64()
1895 uint64x1_t test_vceq_s64(int64x1_t a, int64x1_t b) { in test_vceq_s64()
1903 uint64x1_t test_vceq_u64(uint64x1_t a, uint64x1_t b) { in test_vceq_u64()
1919 uint64x1_t test_vceq_f64(float64x1_t a, float64x1_t b) { in test_vceq_f64()
2071 uint64x1_t test_vcge_s64(int64x1_t a, int64x1_t b) { in test_vcge_s64()
[all …]
Dcomplex-math.c8 float _Complex add_float_rr(float a, float b) { in add_float_rr()
15 float _Complex add_float_cr(float _Complex a, float b) { in add_float_cr()
22 float _Complex add_float_rc(float a, float _Complex b) { in add_float_rc()
29 float _Complex add_float_cc(float _Complex a, float _Complex b) { in add_float_cc()
38 float _Complex sub_float_rr(float a, float b) { in sub_float_rr()
45 float _Complex sub_float_cr(float _Complex a, float b) { in sub_float_cr()
52 float _Complex sub_float_rc(float a, float _Complex b) { in sub_float_rc()
60 float _Complex sub_float_cc(float _Complex a, float _Complex b) { in sub_float_cc()
69 float _Complex mul_float_rr(float a, float b) { in mul_float_rr()
76 float _Complex mul_float_cr(float _Complex a, float b) { in mul_float_cr()
[all …]
Daarch64-neon-3v.c10 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
17 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
24 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
31 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
38 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
45 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
52 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
59 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
66 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
73 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
[all …]
Dxop-builtins.c11 __m128i test_mm_maccs_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi16()
17 __m128i test_mm_macc_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi16()
23 __m128i test_mm_maccsd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccsd_epi16()
29 __m128i test_mm_maccd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccd_epi16()
35 __m128i test_mm_maccs_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi32()
41 __m128i test_mm_macc_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi32()
47 __m128i test_mm_maccslo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccslo_epi32()
53 __m128i test_mm_macclo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macclo_epi32()
59 __m128i test_mm_maccshi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccshi_epi32()
65 __m128i test_mm_macchi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macchi_epi32()
[all …]
Davx2-builtins.c11 __m256i test_mm256_abs_epi8(__m256i a) { in test_mm256_abs_epi8()
17 __m256i test_mm256_abs_epi16(__m256i a) { in test_mm256_abs_epi16()
23 __m256i test_mm256_abs_epi32(__m256i a) { in test_mm256_abs_epi32()
29 __m256i test_mm256_add_epi8(__m256i a, __m256i b) { in test_mm256_add_epi8()
35 __m256i test_mm256_add_epi16(__m256i a, __m256i b) { in test_mm256_add_epi16()
41 __m256i test_mm256_add_epi32(__m256i a, __m256i b) { in test_mm256_add_epi32()
47 __m256i test_mm256_add_epi64(__m256i a, __m256i b) { in test_mm256_add_epi64()
53 __m256i test_mm256_adds_epi8(__m256i a, __m256i b) { in test_mm256_adds_epi8()
59 __m256i test_mm256_adds_epi16(__m256i a, __m256i b) { in test_mm256_adds_epi16()
65 __m256i test_mm256_adds_epu8(__m256i a, __m256i b) { in test_mm256_adds_epu8()
[all …]
/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/is.sorted/
Dis_sorted.pass.cpp27 int a[] = {0}; in test() local
34 int a[] = {0, 0}; in test() local
39 int a[] = {0, 1}; in test() local
44 int a[] = {1, 0}; in test() local
49 int a[] = {1, 1}; in test() local
55 int a[] = {0, 0, 0}; in test() local
60 int a[] = {0, 0, 1}; in test() local
65 int a[] = {0, 1, 0}; in test() local
70 int a[] = {0, 1, 1}; in test() local
75 int a[] = {1, 0, 0}; in test() local
[all …]
Dis_sorted_comp.pass.cpp28 int a[] = {0}; in test() local
35 int a[] = {0, 0}; in test() local
40 int a[] = {0, 1}; in test() local
45 int a[] = {1, 0}; in test() local
50 int a[] = {1, 1}; in test() local
56 int a[] = {0, 0, 0}; in test() local
61 int a[] = {0, 0, 1}; in test() local
66 int a[] = {0, 1, 0}; in test() local
71 int a[] = {0, 1, 1}; in test() local
76 int a[] = {1, 0, 0}; in test() local
[all …]
Dis_sorted_until_comp.pass.cpp28 int a[] = {0}; in test() local
35 int a[] = {0, 0}; in test() local
40 int a[] = {0, 1}; in test() local
45 int a[] = {1, 0}; in test() local
50 int a[] = {1, 1}; in test() local
56 int a[] = {0, 0, 0}; in test() local
61 int a[] = {0, 0, 1}; in test() local
66 int a[] = {0, 1, 0}; in test() local
71 int a[] = {0, 1, 1}; in test() local
76 int a[] = {1, 0, 0}; in test() local
[all …]
Dis_sorted_until.pass.cpp27 int a[] = {0}; in test() local
34 int a[] = {0, 0}; in test() local
39 int a[] = {0, 1}; in test() local
44 int a[] = {1, 0}; in test() local
49 int a[] = {1, 1}; in test() local
55 int a[] = {0, 0, 0}; in test() local
60 int a[] = {0, 0, 1}; in test() local
65 int a[] = {0, 1, 0}; in test() local
70 int a[] = {0, 1, 1}; in test() local
75 int a[] = {1, 0, 0}; in test() local
[all …]
/external/clang/test/Analysis/
Dadditive-folding-range-constraints.c13 void smallAdjustmentGT (unsigned a) { in smallAdjustmentGT()
20 void smallAdjustmentGE (unsigned a) { in smallAdjustmentGE()
27 void smallAdjustmentLT (unsigned a) { in smallAdjustmentLT()
32 void smallAdjustmentLE (unsigned a) { in smallAdjustmentLE()
41 void largeAdjustmentGT (unsigned a) { in largeAdjustmentGT()
48 void largeAdjustmentGE (unsigned a) { in largeAdjustmentGE()
55 void largeAdjustmentLT (unsigned a) { in largeAdjustmentLT()
62 void largeAdjustmentLE (unsigned a) { in largeAdjustmentLE()
73 void mixedComparisons1(signed char a) { in mixedComparisons1()
84 void mixedComparisons2(signed char a) { in mixedComparisons2()
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h150 #define CHOICE(a,b,c) c argument
242 #define CHOICE(a,b,c) b argument
249 #define CHOICE(a,b,c) a argument
259 #define GLNAME(a) a argument
261 #define GLNAME(a) CONCAT(_,a) argument
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a) argument
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a) argument
338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */ argument
339 #define REGIND(a) CHOICE((a), (a), (a)) /* Register a indirect */ argument
341 #define REGOFF(a, b) CHOICE(a(b), a(b), a(b)) argument
[all …]

12345678910>>...229