Lines Matching full:arch

79 // RUN:   | FileCheck -check-prefix=MIPS-ARCH-1 %s
80 // MIPS-ARCH-1: "-target-cpu" "mips1"
81 // MIPS-ARCH-1: "-target-abi" "o32"
85 // RUN: | FileCheck -check-prefix=MIPS-ARCH-2 %s
86 // MIPS-ARCH-2: "-target-cpu" "mips2"
87 // MIPS-ARCH-2: "-target-abi" "o32"
91 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3 %s
92 // MIPS-ARCH-3: "-target-cpu" "mips3"
93 // MIPS-ARCH-3: "-target-abi" "o32"
97 // RUN: | FileCheck -check-prefix=MIPS-ARCH-4 %s
98 // MIPS-ARCH-4: "-target-cpu" "mips4"
99 // MIPS-ARCH-4: "-target-abi" "o32"
103 // RUN: | FileCheck -check-prefix=MIPS-ARCH-5 %s
104 // MIPS-ARCH-5: "-target-cpu" "mips5"
105 // MIPS-ARCH-5: "-target-abi" "o32"
109 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32 %s
110 // MIPS-ARCH-32: "-target-cpu" "mips32"
111 // MIPS-ARCH-32: "-target-abi" "o32"
115 // RUN: | FileCheck -check-prefix=MIPS-ARCH-32R2 %s
116 // MIPS-ARCH-32R2: "-target-cpu" "mips32r2"
117 // MIPS-ARCH-32R2: "-target-abi" "o32"
121 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600 %s
122 // MIPS-ARCH-P5600: "-target-cpu" "p5600"
123 // MIPS-ARCH-P5600: "-target-abi" "o32"
127 // RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600-N64 %s
128 // MIPS-ARCH-P5600-N64: error: ABI 'n64' is not supported on CPU 'p5600'
132 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3264 %s
133 // MIPS-ARCH-3264: "-target-cpu" "mips64"
134 // MIPS-ARCH-3264: "-target-abi" "o32"
138 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64 %s
139 // MIPS-ARCH-64: "-target-cpu" "mips64"
140 // MIPS-ARCH-64: "-target-abi" "n64"
144 // RUN: | FileCheck -check-prefix=MIPS-ARCH-64R2 %s
145 // MIPS-ARCH-64R2: "-target-cpu" "mips64r2"
146 // MIPS-ARCH-64R2: "-target-abi" "n64"
150 // RUN: | FileCheck -check-prefix=MIPS-ARCH-OCTEON %s
151 // MIPS-ARCH-OCTEON: "-target-cpu" "octeon"
152 // MIPS-ARCH-OCTEON: "-target-abi" "n64"
156 // RUN: | FileCheck -check-prefix=MIPS-ARCH-6432 %s
157 // MIPS-ARCH-6432: error: ABI 'n64' is not supported on CPU 'mips32'
161 // RUN: | FileCheck -check-prefix=MIPS-ARCH-UNKNOWN %s
162 // MIPS-ARCH-UNKNOWN: error: unknown target CPU 'unknown'