Lines Matching full:mips32
4 // RUN: %clang_cc1 -triple mipsel-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS32
71 // MIPS32-LABEL: define void @test1 in test1()
72 // MIPS32: = load atomic i8, i8* @c1 seq_cst in test1()
73 // MIPS32: store atomic i8 {{.*}}, i8* @c1 seq_cst in test1()
74 // MIPS32: = load atomic i16, i16* @s1 seq_cst in test1()
75 // MIPS32: store atomic i16 {{.*}}, i16* @s1 seq_cst in test1()
76 // MIPS32: = load atomic i32, i32* @i1 seq_cst in test1()
77 // MIPS32: store atomic i32 {{.*}}, i32* @i1 seq_cst in test1()
78 // MIPS32: call i64 @__atomic_load_8(i8* bitcast (i64* @ll1 to i8*) in test1()
79 // MIPS32: call void @__atomic_store_8(i8* bitcast (i64* @ll1 to i8*), i64 in test1()
80 // MIPS32: call void @__atomic_load(i32 signext 100, i8* getelementptr inbounds ([100 x i8], [100 x… in test1()
81 // MIPS32: call void @__atomic_store(i32 signext 100, i8* getelementptr inbounds ([100 x i8], [100 … in test1()