Lines Matching full:abi

1 // Check passing Mips ABI options to the backend.
8 // MIPS32R2-O32: "-target-abi" "o32"
15 // MIPS64R2-O32: error: ABI 'o32' is not supported on CPU 'mips64r2'
26 // MIPS64R2-N64: "-target-abi" "n64"
35 // MIPS64R3-N64: "-target-abi" "n64"
39 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s
40 // MIPS-ABI-32: "-target-cpu" "mips32r2"
41 // MIPS-ABI-32: "-target-abi" "o32"
45 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %s
46 // MIPS-ABI-O32: "-target-cpu" "mips32r2"
47 // MIPS-ABI-O32: "-target-abi" "o32"
51 // RUN: | FileCheck -check-prefix=MIPS-ABI-N32 %s
52 // MIPS-ABI-N32: "-target-cpu" "mips64r2"
53 // MIPS-ABI-N32: "-target-abi" "n32"
57 // RUN: | FileCheck -check-prefix=MIPS-ABI-64 %s
58 // MIPS-ABI-64: "-target-cpu" "mips64r2"
59 // MIPS-ABI-64: "-target-abi" "n64"
63 // RUN: | FileCheck -check-prefix=MIPS-ABI-N64 %s
64 // MIPS-ABI-N64: "-target-cpu" "mips64r2"
65 // MIPS-ABI-N64: "-target-abi" "n64"
69 // RUN: | FileCheck -check-prefix=MIPS-ABI-O64 %s
70 // MIPS-ABI-O64: error: unknown target ABI 'o64'
74 // RUN: | FileCheck -check-prefix=MIPS-ABI-UNKNOWN %s
75 // MIPS-ABI-UNKNOWN: error: unknown target ABI 'unknown'
81 // MIPS-ARCH-1: "-target-abi" "o32"
87 // MIPS-ARCH-2: "-target-abi" "o32"
93 // MIPS-ARCH-3: "-target-abi" "o32"
99 // MIPS-ARCH-4: "-target-abi" "o32"
105 // MIPS-ARCH-5: "-target-abi" "o32"
111 // MIPS-ARCH-32: "-target-abi" "o32"
117 // MIPS-ARCH-32R2: "-target-abi" "o32"
123 // MIPS-ARCH-P5600: "-target-abi" "o32"
128 // MIPS-ARCH-P5600-N64: error: ABI 'n64' is not supported on CPU 'p5600'
134 // MIPS-ARCH-3264: "-target-abi" "o32"
140 // MIPS-ARCH-64: "-target-abi" "n64"
146 // MIPS-ARCH-64R2: "-target-abi" "n64"
152 // MIPS-ARCH-OCTEON: "-target-abi" "n64"
157 // MIPS-ARCH-6432: error: ABI 'n64' is not supported on CPU 'mips32'