Lines Matching full:2008
1 // RUN: %clang -target mipsel-unknown-linux -mnan=2008 -march=mips2 -emit-llvm -S %s -o - 2>%t | Fi…
4 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips3 -emit-llvm -S %s -o - 2>%t | …
7 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips4 -emit-llvm -S %s -o - 2>%t | …
10 // RUN: %clang -target mipsel-unknown-linux -mnan=2008 -march=mips32 -emit-llvm -S %s -o - 2>%t | F…
13 // RUN: %clang -target mipsel-unknown-linux -mnan=2008 -march=mips32r2 -emit-llvm -S %s -o - 2>%t |…
16 // RUN: %clang -target mipsel-unknown-linux -mnan=2008 -march=mips32r3 -emit-llvm -S %s -o - 2>%t |…
22 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips64 -emit-llvm -S %s -o - 2>%t |…
25 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips64r2 -emit-llvm -S %s -o - 2>%t…
32 // NO-WARNINGS-NOT: warning: ignoring '-mnan=2008' option
34 // CHECK-MIPS2: warning: ignoring '-mnan=2008' option because the 'mips2' architecture does not sup…
35 // CHECK-MIPS3: warning: ignoring '-mnan=2008' option because the 'mips3' architecture does not sup…
36 // CHECK-MIPS4: warning: ignoring '-mnan=2008' option because the 'mips4' architecture does not sup…
37 // CHECK-MIPS32: warning: ignoring '-mnan=2008' option because the 'mips32' architecture does not s…
39 // CHECK-MIPS64: warning: ignoring '-mnan=2008' option because the 'mips64' architecture does not s…