Lines Matching full:arch
72 // RUN: | FileCheck -check-prefix=MIPS-ARCH-1 %s
73 // MIPS-ARCH-1: "-target-cpu" "mips1"
74 // MIPS-ARCH-1: "-target-abi" "o32"
78 // RUN: | FileCheck -check-prefix=MIPS-ARCH-2 %s
79 // MIPS-ARCH-2: "-target-cpu" "mips2"
80 // MIPS-ARCH-2: "-target-abi" "o32"
84 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3 %s
85 // MIPS-ARCH-3: "-target-cpu" "mips3"
86 // MIPS-ARCH-3: "-target-abi" "o32"
90 // RUN: | FileCheck -check-prefix=MIPS-ARCH-4 %s
91 // MIPS-ARCH-4: "-target-cpu" "mips4"
92 // MIPS-ARCH-4: "-target-abi" "o32"
96 // RUN: | FileCheck -check-prefix=MIPS-ARCH-5 %s
97 // MIPS-ARCH-5: "-target-cpu" "mips5"
98 // MIPS-ARCH-5: "-target-abi" "o32"
102 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32 %s
103 // MIPS-ARCH-32: "-target-cpu" "mips32"
104 // MIPS-ARCH-32: "-target-abi" "o32"
108 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32R2 %s
109 // MIPS-ARCH-32R2: "-target-cpu" "mips32r2"
110 // MIPS-ARCH-32R2: "-target-abi" "o32"
114 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600 %s
115 // MIPS-ARCH-P5600: "-target-cpu" "p5600"
116 // MIPS-ARCH-P5600: "-target-abi" "o32"
120 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600-N64 %s
121 // MIPS-ARCH-P5600-N64: error: ABI 'n64' is not supported on CPU 'p5600'
125 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3264 %s
126 // MIPS-ARCH-3264: "-target-cpu" "mips64"
127 // MIPS-ARCH-3264: "-target-abi" "o32"
131 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64 %s
132 // MIPS-ARCH-64: "-target-cpu" "mips64"
133 // MIPS-ARCH-64: "-target-abi" "n64"
137 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64R2 %s
138 // MIPS-ARCH-64R2: "-target-cpu" "mips64r2"
139 // MIPS-ARCH-64R2: "-target-abi" "n64"
143 // RUN: | FileCheck -check-prefix=MIPS-ARCH-OCTEON %s
144 // MIPS-ARCH-OCTEON: "-target-cpu" "octeon"
145 // MIPS-ARCH-OCTEON: "-target-abi" "n64"
149 // RUN: | FileCheck -check-prefix=MIPS-ARCH-OCTEONP %s
150 // MIPS-ARCH-OCTEONP: "-target-cpu" "octeon+"
151 // MIPS-ARCH-OCTEONP: "-target-abi" "n64"
155 // RUN: | FileCheck -check-prefix=MIPS-ARCH-6432 %s
156 // MIPS-ARCH-6432: error: ABI 'n64' is not supported on CPU 'mips32'
160 // RUN: | FileCheck -check-prefix=MIPS-ARCH-UNKNOWN %s
161 // MIPS-ARCH-UNKNOWN: error: unknown target CPU 'unknown'