Lines Matching defs:c1
7 unsigned char c1, c2;
23 (void)__atomic_load(&c1, &c2, memory_order_seq_cst);
24 (void)__atomic_store(&c1, &c2, memory_order_seq_cst);
35 // ARM: = call{{.*}} zeroext i8 @__atomic_load_1(i8* @c1
36 // ARM: call{{.*}} void @__atomic_store_1(i8* @c1, i8 zeroext
47 // PPC32: = load atomic i8, i8* @c1 seq_cst
48 // PPC32: store atomic i8 {{.*}}, i8* @c1 seq_cst
59 // PPC64: = load atomic i8, i8* @c1 seq_cst
60 // PPC64: store atomic i8 {{.*}}, i8* @c1 seq_cst
71 // MIPS32: = load atomic i8, i8* @c1 seq_cst
72 // MIPS32: store atomic i8 {{.*}}, i8* @c1 seq_cst
83 // MIPS64: = load atomic i8, i8* @c1 seq_cst
84 // MIPS64: store atomic i8 {{.*}}, i8* @c1 seq_cst