Lines Matching defs:c1
8 unsigned char c1, c2;
24 (void)__atomic_load(&c1, &c2, memory_order_seq_cst);
25 (void)__atomic_store(&c1, &c2, memory_order_seq_cst);
36 // ARM: = call{{.*}} zeroext i8 @__atomic_load_1(i8* @c1
37 // ARM: call{{.*}} void @__atomic_store_1(i8* @c1, i8 zeroext
48 // PPC32: = load atomic i8, i8* @c1 seq_cst
49 // PPC32: store atomic i8 {{.*}}, i8* @c1 seq_cst
60 // PPC64: = load atomic i8, i8* @c1 seq_cst
61 // PPC64: store atomic i8 {{.*}}, i8* @c1 seq_cst
72 // MIPS32: = load atomic i8, i8* @c1 seq_cst
73 // MIPS32: store atomic i8 {{.*}}, i8* @c1 seq_cst
84 // MIPS64: = load atomic i8, i8* @c1 seq_cst
85 // MIPS64: store atomic i8 {{.*}}, i8* @c1 seq_cst
96 // SPARC: = load atomic i8, i8* @c1 seq_cst
97 // SPARC: store atomic i8 {{.*}}, i8* @c1 seq_cst