/external/llvm-project/clang/test/Sema/ |
D | attr-micromips.c | 4 __attribute__((micromips(1))) void foo2(); // expected-error {{'micromips' attribute takes no ar… 7 __attribute((micromips)) int b; // expected-error {{attribute only applies to functions}} 9 __attribute__((micromips,mips16)) void foo5(); // expected-error {{'mips16' and 'micromips' attrib… 11 __attribute__((mips16,micromips)) void foo6(); // expected-error {{'micromips' and 'mips16' attrib… 14 __attribute((micromips)) void foo7(); 16 __attribute__((mips16)) void foo9(void) __attribute__((micromips)); // expected-error {{'micromips'…
|
/external/llvm-project/lld/test/ELF/ |
D | mips-micro-thunks.s | 9 # RUN: -mcpu=mips32r2 -mattr=micromips %s -o %t-eb.o 11 # RUN: -position-independent -mcpu=mips32r2 -mattr=micromips \ 14 # RUN: llvm-objdump -d --mattr=+micromips --no-show-raw-insn %t-eb.exe \ 18 # RUN: -mcpu=mips32r2 -mattr=micromips %s -o %t-el.o 20 # RUN: -position-independent -mcpu=mips32r2 -mattr=micromips \ 23 # RUN: llvm-objdump -d --mattr=+micromips --no-show-raw-insn %t-el.exe \ 27 # RUN: -mcpu=mips32r6 -mattr=micromips %s -o %t-eb-r6.o 29 # RUN: -position-independent -mcpu=mips32r6 -mattr=micromips \ 32 # RUN: llvm-objdump -d --mattr=+micromips --no-show-raw-insn %t-eb-r6.exe \ 36 # RUN: -mcpu=mips32r6 -mattr=micromips %s -o %t-el-r6.o [all …]
|
D | mips-micro-jal.s | 10 # RUN: -mattr=micromips %S/Inputs/mips-micro.s -o %t1eb.o 13 # RUN: -mattr=micromips %s -o %t2eb.o 15 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \ 20 # RUN: -mattr=micromips %S/Inputs/mips-micro.s -o %t1el.o 23 # RUN: -mattr=micromips %s -o %t2el.o 25 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %tel.exe \ 30 # RUN: -mattr=micromips -mcpu=mips32r6 %S/Inputs/mips-micro.s -o %t1eb.o 33 # RUN: -mattr=micromips -mcpu=mips32r6 %s -o %t2eb.o 35 # RUN: llvm-objdump -d --mattr=micromips %teb.exe --no-show-raw-insn \ 39 # RUN: -mattr=micromips -mcpu=mips32r6 %S/Inputs/mips-micro.s -o %t1el.o [all …]
|
D | mips-micro-relocs.s | 11 # RUN: -mattr=micromips %S/Inputs/mips-micro.s -o %t1eb.o 13 # RUN: -mattr=micromips %s -o %t2eb.o 15 # RUN: llvm-objdump -d -t -s --mattr=micromips --no-show-raw-insn %teb.exe \ 20 # RUN: -mattr=micromips %S/Inputs/mips-micro.s -o %t1el.o 22 # RUN: -mattr=micromips %s -o %t2el.o 24 # RUN: llvm-objdump -d -t -s --mattr=micromips --no-show-raw-insn %tel.exe \ 58 .set micromips define
|
D | mips-micro-cross-calls.s | 5 # RUN: -mattr=micromips %s -o %t-eb.o 7 # RUN: -position-independent -mattr=micromips \ 10 # RUN: llvm-objdump -d -t --mattr=-micromips \ 13 # RUN: llvm-objdump -d -t --mattr=+micromips \ 50 .set micromips define
|
D | mips-micro-plt.s | 5 # RUN: -mattr=micromips %S/Inputs/mips-dynamic.s -o %t-dso.o 8 # RUN: -mattr=micromips %s -o %t-exe.o 15 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %t.exe \ 48 .set micromips define
|
D | mips-micror6-relocs.s | 13 # RUN: llvm-objdump -d -t --mattr=micromips --no-show-raw-insn %teb.exe \ 20 # RUN: llvm-objdump -d -t --mattr=micromips --no-show-raw-insn %tel.exe \ 32 .set micromips define
|
/external/llvm/test/CodeGen/Mips/ |
D | micromips-directives.ll | 1 ; 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
|
D | micromips-jal.ll | 1 ; RUN: llc %s -march=mipsel -mcpu=mips32r2 -mattr=micromips -filetype=asm \ 35 ; CHECK: .set micromips 42 ; CHECK: .set micromips
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | micromips-directives.ll | 1 ; 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
|
D | br-jmp.ll | 5 ; 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 |…
|
D | fabs.ll | 56 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -mattr=+micromips \ 58 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32r2 -mattr=+micromips \ 60 ; RUN: llc < %s -mtriple=mips-linux-gnu -mcpu=mips32 -mattr=+micromips \ 62 ; RUN: llc < %s -mtriple=mips-linux-gnu -mcpu=mips32r2 -mattr=+micromips \ 66 ; RUN: -mattr=+abs2008,+micromips | FileCheck %s -check-prefix=CHECK-ABS2008 68 ; RUN: -mattr=+abs2008,+micromips | FileCheck %s -check-prefix=CHECK-ABS2008 70 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -mattr=+micromips \ 72 ; RUN: llc < %s -mtriple=mips-linux-gnu -mcpu=mips32 -mattr=+micromips \
|
D | micromips-attr.ll | 1 ; RUN: llc -march=mips -mcpu=mips32 --mattr=-micromips < %s | FileCheck %s 7 ; CHECK: .set micromips 22 nounwind "micromips"
|
D | micromips-jal.ll | 1 ; RUN: llc %s -march=mipsel -mcpu=mips32r2 -mattr=micromips -filetype=asm \ 35 ; CHECK: .set micromips 42 ; CHECK: .set micromips
|
/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sqrt.ll | 1 ; 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 --…
|
D | lh_lhu.ll | 1 ; 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
|
D | bitcast.ll | 5 ; 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 \
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | micromips64-unsupported.s | 1 # RUN: not --crash llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n64 2>&1 -mattr=+micromips | … 2 # RUN: not --crash llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n32 2>&1 -mattr=+micromips | … 4 # RUN: not --crash llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 -mattr=+micromips | Fi… 5 # RUN: not --crash llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 -mattr=+micromips | Fi…
|
D | micromips-alias.s | 4 # Symbol bar must be marked as micromips. 10 .set micromips define 21 .set micromips define
|
D | micromips64r6-unsupported.s | 1 # RUN: not --crash 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
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | lh_lhu.ll | 1 ; 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 …
|
D | sqrt.ll | 1 ; 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/ |
D | micromips-alias.s | 4 # Symbol bar must be marked as micromips. 10 .set micromips define 21 .set micromips define
|
D | micromips-func-addr.s | 2 # RUN: -mattr=micromips | llvm-readobj -r \ 8 .set micromips define
|
/external/llvm-project/llvm/test/DebugInfo/Mips/ |
D | eh_frame.ll | 1 ; RUN: llc -mtriple mips-unknown-linux-gnu -mattr=+micromips \ 4 ; RUN: llc -mtriple mips-unknown-linux-gnu -mattr=+micromips \ 7 ; RUN: llc -mtriple mips-unknown-linux-gnu -mattr=+micromips \ 10 ; RUN: llc -mtriple mips-unknown-linux-gnu -mattr=+micromips \
|