Lines Matching full:ppc32
2 // RUN: %clang_cc1 -triple powerpc-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC32
46 // PPC32-LABEL: define void @test1
47 // PPC32: = load atomic i8, i8* @c1 seq_cst
48 // PPC32: store atomic i8 {{.*}}, i8* @c1 seq_cst
49 // PPC32: = load atomic i16, i16* @s1 seq_cst
50 // PPC32: store atomic i16 {{.*}}, i16* @s1 seq_cst
51 // PPC32: = load atomic i32, i32* @i1 seq_cst
52 // PPC32: store atomic i32 {{.*}}, i32* @i1 seq_cst
53 // PPC32: = call i64 @__atomic_load_8(i8* bitcast (i64* @ll1 to i8*)
54 // PPC32: call void @__atomic_store_8(i8* bitcast (i64* @ll1 to i8*), i64
55 // PPC32: call void @__atomic_load(i32 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0)
56 // PPC32: call void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a2, i32 0, i32 0)