/external/llvm/test/MC/Mips/ |
D | mips-expansions-bad.s | 15 .set mips32r6 define 17 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 18 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6 20 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 21 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6 24 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 25 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6 27 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 28 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6 31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 [all …]
|
D | set-mips0-directive.s | 7 .set mips32r6 define 19 # CHECK: .set mips32r6
|
D | set-mips-directives.s | 26 .set mips32r6 define 62 # CHECK: .set mips32r6
|
D | set-arch.s | 25 .set arch=mips32r6 58 # CHECK: .set arch=mips32r6
|
D | relocation.s | 223 .set mips32r6 define 240 .set mips32r6 define
|
D | set-push-pop-directives.s | 20 .set mips32r6 # Test the Features option (ISA). define 44 # CHECK: .set mips32r6
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_O32R6_relocations.s | 1 # RUN: llvm-mc -triple=mipsel-unknown-linux -mcpu=mips32r6 -code-model=small -filetype=obj -o %T/te… 2 # RUN: llc -mtriple=mipsel-unknown-linux -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFuncti… 3 # RUN: llvm-rtdyld -triple=mipsel-unknown-linux -mcpu=mips32r6 -verify -map-section test_ELF_O32R6.… 5 # RUN: llvm-mc -triple=mips-unknown-linux -mcpu=mips32r6 -code-model=small -filetype=obj -o %T/test… 6 # RUN: llc -mtriple=mips-unknown-linux -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFunction… 7 # RUN: llvm-rtdyld -triple=mips-unknown-linux -mcpu=mips32r6 -verify -map-section test_ELF_O32R6.o,…
|
/external/llvm/test/CodeGen/Mips/compactbranches/ |
D | compact-branch-policy.ll | 2 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefi… 3 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=optimal < %s | FileCheck %s -check-pre… 4 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=always < %s | FileCheck %s -check-pref…
|
D | no-beqzc-bnezc.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32r6 -disable-mips-delay-filler < %s | FileCheck %s 2 ; RUN: llc -march=mips -mcpu=mips32r6 -disable-mips-delay-filler < %s \
|
/external/llvm/test/CodeGen/Mips/mips32r6/ |
D | compatibility.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck %s 2 ; RUN: not llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg.ll | 3 ; RUN: llc -march=mipsel -mcpu=mips32r6 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,ODDSPRE… 4 ; RUN: llc -march=mipsel -mcpu=mips32r6 -mattr=fp64,+nooddspreg < %s | FileCheck %s -check-prefixes… 5 ; RUN: llc -march=mipsel -mcpu=mips32r6 -mattr=fpxx,-nooddspreg < %s | FileCheck %s -check-prefixes…
|
D | mno-ldc1-sdc1.ll | 6 ; RUN: llc -march=mipsel -mcpu=mips32r6 -relocation-model=pic < %s | \ 10 ; RUN: llc -march=mipsel -mcpu=mips32r6 -mattr=+micromips \ 21 ; RUN: -mcpu=mips32r6 < %s | \ 26 ; RUN: llc -march=mipsel -relocation-model=pic -mno-ldc1-sdc1 -mcpu=mips32r6 \ 38 ; RUN: -mcpu=mips32r6 < %s | \ 43 ; RUN: llc -march=mips -relocation-model=pic -mno-ldc1-sdc1 -mcpu=mips32r6 \ 55 ; RUN: -mcpu=mips32r6 < %s | \ 59 ; RUN: llc -march=mipsel -relocation-model=static -mcpu=mips32r6 \
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | check-disabled-mcpus.ll | 8 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \ 21 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
|
/external/llvm/test/MC/Mips/micromips32r6/ |
D | relocations.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \ 3 # RUN: llvm-mc %s -filetype=obj -triple=mips-unknown-linux -mcpu=mips32r6 \
|
/external/llvm/test/MC/Disassembler/Mips/micromips-dspr3/ |
D | valid.txt | 1 # RUN: llvm-mc --disassemble %s -triple=mips-unknown-linux -mcpu=mips32r6 -mattr=micromips -mattr=+…
|
/external/llvm/test/MC/Mips/micromips-dspr3/ |
D | valid.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=…
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | invalid-mips4-wrong-error.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
|
/external/llvm/test/MC/Mips/mips32r6/ |
D | invalid-mips2-wrong-error.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
|
D | invalid-mips4-wrong-error.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
|
D | relocations.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \ 3 # RUN: llvm-mc %s -filetype=obj -triple=mips-unknown-linux -mcpu=mips32r6 \
|
D | invalid-mips5.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
|
D | valid.s | 13 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 2> %t0 | FileCheck %s
|
/external/llvm/test/MC/Mips/micromips-dsp/ |
D | invalid-wrong-error.s | 2 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -ma…
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sqrt.ll | 3 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips | FileCheck %s
|
D | atomicrmx.ll | 1 ; RUN: llc -asm-show-inst -march=mipsel -mcpu=mips32r6 < %s | \
|