• Home
  • Raw
  • Download

Lines Matching +full:check +full:- +full:all

1 ; RUN: llc < %s -march=mips -mcpu=mips2 -relocation-model=pic | FileCheck %s \
2 ; RUN: -check-prefixes=ALL,NOT-R6,GP32
3 ; RUN: llc < %s -march=mips -mcpu=mips32 -relocation-model=pic | FileCheck %s \
4 ; RUN: -check-prefixes=ALL,NOT-R6,GP32
5 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -relocation-model=pic | FileCheck %s \
6 ; RUN: -check-prefixes=ALL,NOT-R6,GP32
7 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -relocation-model=pic | FileCheck %s \
8 ; RUN: -check-prefixes=ALL,NOT-R6,GP32
9 ; RUN: llc < %s -march=mips -mcpu=mips32r5 -relocation-model=pic | FileCheck %s \
10 ; RUN: -check-prefixes=ALL,NOT-R6,GP32
11 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -relocation-model=pic | FileCheck %s \
12 ; RUN: -check-prefixes=ALL,R6,GP32
14 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
15 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
16 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \
17 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
18 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
19 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
20 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
21 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
22 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
23 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
24 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
25 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6
26 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
27 ; RUN: -check-prefixes=ALL,R6,64R6
29 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s \
30 ; RUN: -check-prefixes=ALL,MMR3,MM32
31 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s \
32 ; RUN: -check-prefixes=ALL,MMR6,MM32
33 ; RUN: llc < %s -march=mips -mcpu=mips64r6 -target-abi n64 -mattr=+micromips -relocation-model=pic …
34 ; RUN: -check-prefixes=ALL,MMR6,MM64
38 ; ALL-LABEL: udiv_i1:
40 ; NOT-R6: divu $zero, $4, $5
41 ; NOT-R6: teq $5, $zero, 7
42 ; NOT-R6: mflo $2
60 ; ALL-LABEL: udiv_i8:
62 ; NOT-R6: divu $zero, $4, $5
63 ; NOT-R6: teq $5, $zero, 7
64 ; NOT-R6: mflo $2
82 ; ALL-LABEL: udiv_i16:
84 ; NOT-R6: divu $zero, $4, $5
85 ; NOT-R6: teq $5, $zero, 7
86 ; NOT-R6: mflo $2
104 ; ALL-LABEL: udiv_i32:
106 ; NOT-R6: divu $zero, $4, $5
107 ; NOT-R6: teq $5, $zero, 7
108 ; NOT-R6: mflo $2
126 ; ALL-LABEL: udiv_i64:
130 ; GP64-NOT-R6: ddivu $zero, $4, $5
131 ; GP64-NOT-R6: teq $5, $zero, 7
132 ; GP64-NOT-R6: mflo $2
148 ; ALL-LABEL: udiv_i128:
152 ; GP64-NOT-R6: ld $25, %call16(__udivti3)($gp)
153 ; 64-R6: ld $25, %call16(__udivti3)($gp)