Lines Matching full:mips64
5 // RUN: %clang_cc1 -triple mips64el-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS64
83 // MIPS64-LABEL: define void @test1
84 // MIPS64: = load atomic i8, i8* @c1 seq_cst
85 // MIPS64: store atomic i8 {{.*}}, i8* @c1 seq_cst
86 // MIPS64: = load atomic i16, i16* @s1 seq_cst
87 // MIPS64: store atomic i16 {{.*}}, i16* @s1 seq_cst
88 // MIPS64: = load atomic i32, i32* @i1 seq_cst
89 // MIPS64: store atomic i32 {{.*}}, i32* @i1 seq_cst
90 // MIPS64: = load atomic i64, i64* @ll1 seq_cst
91 // MIPS64: store atomic i64 {{.*}}, i64* @ll1 seq_cst
92 // MIPS64: call void @__atomic_load(i64 zeroext 100, i8* getelementptr inbounds ([100 x i8], [100 x i8]* @a1, i32 0, i32 0)
93 // MIPS64: call void @__atomic_store(i64 zeroext 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)