Lines Matching full:ppc64
3 // RUN: %clang_cc1 -triple powerpc64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC64
58 // PPC64-LABEL: define void @test1
59 // PPC64: = load atomic i8, i8* @c1 seq_cst
60 // PPC64: store atomic i8 {{.*}}, i8* @c1 seq_cst
61 // PPC64: = load atomic i16, i16* @s1 seq_cst
62 // PPC64: store atomic i16 {{.*}}, i16* @s1 seq_cst
63 // PPC64: = load atomic i32, i32* @i1 seq_cst
64 // PPC64: store atomic i32 {{.*}}, i32* @i1 seq_cst
65 // PPC64: = load atomic i64, i64* @ll1 seq_cst
66 // PPC64: store atomic i64 {{.*}}, i64* @ll1 seq_cst
67 // PPC64: call void @__atomic_load(i64 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)
68 // PPC64: call void @__atomic_store(i64 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)