Home
last modified time | relevance | path

Searched refs:micromips (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dsqrt.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -mattr=+micromips | FileCheck %s
2 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips | FileCheck %s
3 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips | FileCheck %s
6 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
7 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips,+fp64 -asm-show-inst < %s | FileCheck %s --…
8 ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
Dlh_lhu.ll1 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips -relocation-model=pic | FileCheck %s
2 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s
3 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s
Dabs.ll3 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
4 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips,+fp64 -asm-show-inst < %s | FileCheck %s --…
5 ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
Dbitcast.ll5 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips -asm-show-inst \
7 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips,+fp64 -asm-show-inst \
9 ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+micromips -asm-show-inst \
Dcvt.ll3 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
4 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips,+fp64 -asm-show-inst < %s | FileCheck %s --…
5 ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+micromips -asm-show-inst < %s | FileCheck %s --…
/external/llvm/test/CodeGen/Mips/
Dmicromips-directives.ll1 ; This test checks if the '.set [no]micromips' directives
4 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | \
6 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=-micromips %s -o - | \
14 ; CHECK-MM: .set micromips
Dmicromips-jal.ll1 ; RUN: llc %s -march=mipsel -mcpu=mips32r2 -mattr=micromips -filetype=asm \
35 ; CHECK: .set micromips
42 ; CHECK: .set micromips
Dmicromips-lwc1-swc1.ll1 ; RUN: llc -march=mips -mcpu=mips32r3 -mattr=+micromips \
4 ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=+micromips \
7 ; RUN: llc -march=mips -mcpu=mips64r6 -mattr=+micromips -target-abi n64 \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmicromips-directives.ll1 ; This test checks if the '.set [no]micromips' directives
4 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | \
6 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=-micromips %s -o - | \
14 ; CHECK-MM: .set micromips
Dbr-jmp.ll5 ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=static < %s | FileCheck %…
6 ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -…
7 ; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=static < %…
8 ; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic < %s |…
Dbrind-tailcall.ll10 ; RUN: -relocation-model=pic -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=PIC %s
12 ; RUN: -relocation-model=static -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=STATIC-MM …
14 ; RUN: -relocation-model=pic -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=PIC %s
16 ; RUN: -relocation-model=static -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=STATIC-MM …
Dmicromips-jal.ll1 ; RUN: llc %s -march=mipsel -mcpu=mips32r2 -mattr=micromips -filetype=asm \
35 ; CHECK: .set micromips
42 ; CHECK: .set micromips
Dmicromips-attr.ll1 ; RUN: llc -march=mips -mcpu=mips32 --mattr=-micromips < %s | FileCheck %s
7 ; CHECK: .set micromips
22 nounwind "micromips"
Ddsp-spill-reload.ll3 ; RUN: llc -march=mips -mattr=+dsp,+micromips < %s -O0 -filetype=obj | \
9 ; To test the micromips output, we have to take a round trip through the
11 ; support micromips.
Dmicromips64-unsupported.ll1 ; RUN: not llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -mattr=+micromips %s 2>&1 | FileCheck …
2 ; RUN: not llc -mtriple=mips64-unknown-linux -mcpu=mips64 -mattr=+micromips %s 2>&1 | FileCheck %s…
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips64-unsupported.s1 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n64 2>&1 -mattr=+micromips | FileChec…
2 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n32 2>&1 -mattr=+micromips | FileChec…
4 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 -mattr=+micromips | FileCheck …
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 -mattr=+micromips | FileCheck …
Dmicromips-alias.s4 # Symbol bar must be marked as micromips.
10 .set micromips define
21 .set micromips define
Dmicromips64r6-unsupported.s1 # RUN: not llvm-mc -filetype=obj -triple=mips64-unknown-linux -mattr=+micromips \
10 .set micromips define
11 # CHECK-MM-DIRECTIVE: :[[@LINE-1]]:6: error: .set micromips directive is not supported with MIPS64R6
Dmicromips-func-addr.s2 # RUN: -mattr=micromips | llvm-readobj -r \
8 .set micromips define
Dmicromips-neg-offset.s4 # RUN: -mattr=micromips -mcpu=mips32r6 %s -o - \
5 # RUN: | llvm-objdump -d -mattr=micromips - | FileCheck %s
Delf_eflags_micromips.s2 # RUN: -mattr=+micromips < /dev/null -o -| llvm-readobj -h | FileCheck \
11 .set micromips define
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dlh_lhu.ll1 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips -relocation-model=pic | FileCheck %s
2 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s
3 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s
4 ; RUN: llc < %s -march=mips -mcpu=mips64r6 -target-abi n64 -mattr=+micromips -relocation-model=pic …
Dsqrt.ll1 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -mattr=+micromips | FileCheck %s
2 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips | FileCheck %s
3 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips | FileCheck %s
/external/llvm/test/MC/Mips/
Dmicromips-alias.s4 # Symbol bar must be marked as micromips.
10 .set micromips define
21 .set micromips define
Dmicromips-func-addr.s2 # RUN: -mattr=micromips | llvm-readobj -r \
8 .set micromips define

12345678910>>...14