Lines Matching +full:check +full:- +full:32 +full:bit
5 ; Non-shared (static) is the absence of pic and or cpic.
9 ; EF_MIPS_CPIC (0x00000004) - See note below
10 ; EF_MIPS_ABI2 (0x00000020) - n32 not tested yet
16 ; Note that EF_MIPS_CPIC is set by -mabicalls which is the default on Linux
17 ; TODO need to support -mno-abicalls
19 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck …
20 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck -check-prefix=CHECK-LE32_…
21 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | FileChec…
22 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | FileCheck -check-prefix=CHECK-LE3…
23 …RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static %…
24 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck -chec…
26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 -relocation-model=static %s -o…
27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 %s -o - | FileCheck -check-pre…
29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -…
30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o - | FileCheck -check-pr…
31 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -relocation-model=static %s…
32 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o - | FileCheck -check-…
34 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+mips16 -relocation-model=pic %s -o …
36 ; 32(R1) bit with NO_REORDER and static
37 ; CHECK-LE32: .abicalls
38 ; CHECK-LE32: .option pic0
39 ; CHECK-LE32: .set noreorder
41 ; 32(R1) bit with NO_REORDER and PIC
42 ; CHECK-LE32_PIC: .abicalls
43 ; CHECK-LE32_PIC: .set noreorder
45 ; 32R2 bit with NO_REORDER and static
46 ; CHECK-LE32R2: .abicalls
47 ; CHECK-LE32R2: .option pic0
48 ; CHECK-LE32R2: .set noreorder
50 ; 32R2 bit with NO_REORDER and PIC
51 ; CHECK-LE32R2_PIC: .abicalls
52 ; CHECK-LE32R2_PIC: .set noreorder
54 ; 32R2 bit MICROMIPS with NO_REORDER and static
55 ; CHECK-LE32R2-MICROMIPS: .abicalls
56 ; CHECK-LE32R2-MICROMIPS: .option pic0
57 ; CHECK-LE32R2-MICROMIPS: .set micromips
59 ; 32R2 bit MICROMIPS with NO_REORDER and PIC
60 ; CHECK-LE32R2-MICROMIPS_PIC: .abicalls
61 ; CHECK-LE32R2-MICROMIPS_PIC: .set micromips
63 ; 64(R1) bit with NO_REORDER and static
64 ; CHECK-LE64: .abicalls
65 ; CHECK-LE64: .set noreorder
67 ; 64(R1) bit with NO_REORDER and PIC
68 ; CHECK-LE64_PIC: .abicalls
69 ; CHECK-LE64_PIC: .set noreorder
71 ; 64R2 bit with NO_REORDER and static
72 ; CHECK-LE64R2: .abicalls
73 ; CHECK-LE64R2: .set noreorder
75 ; 64R2 bit with NO_REORDER and PIC
76 ; CHECK-LE64R2_PIC: .abicalls
77 ; CHECK-LE64R2_PIC: .set noreorder
79 ; 32R2 bit MIPS16 with PIC
80 ; CHECK-LE32R2-MIPS16: .abicalls
81 ; CHECK-LE32R2-MIPS16: .set mips16