/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | mips-expansions-bad.s | 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 29 .set mips64r6 define 31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 [all …]
|
D | micromips64r6-unsupported.s | 2 # RUN: -mcpu=mips64r6 %s 2>&1 | FileCheck %s -check-prefix=CHECK-OPTION 3 # RUN: not llvm-mc -filetype=obj -triple=mips64-unknown-linux -mcpu=mips64r6 \ 13 .set mips64r6 define 14 .set arch=mips64r6 16 # CHECK-DIRECTIVE: :[[@LINE-2]]:19: error: mips64r6 does not support microMIPS
|
D | micromips64-unsupported.s | 1 # 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…
|
D | set-mips-directives.s | 38 .set mips64r6 define 74 # CHECK: .set mips64r6
|
D | set-arch.s | 37 .set arch=mips64r6 64 # CHECK: .set arch=mips64r6
|
D | set-mips-directives-bad.s | 36 .set mips64r6 define 39 .set mips64r6 define
|
/external/llvm/test/MC/Mips/ |
D | mips-expansions-bad.s | 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 29 .set mips64r6 define 31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6 [all …]
|
D | set-mips-directives.s | 38 .set mips64r6 define 74 # CHECK: .set mips64r6
|
D | set-arch.s | 37 .set arch=mips64r6 64 # CHECK: .set arch=mips64r6
|
D | set-mips-directives-bad.s | 36 .set mips64r6 define 39 .set mips64r6 define
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N64R6_relocations.s | 1 # RUN: llvm-mc -triple=mips64el-unknown-linux -mcpu=mips64r6 -code-model=small -filetype=obj -o %T/… 2 # RUN: llc -mtriple=mips64el-unknown-linux -mcpu=mips64r6 -filetype=obj -o %T/test_ELF_ExternalFunc… 3 # RUN: llvm-rtdyld -triple=mips64el-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R… 5 # RUN: llvm-mc -triple=mips64-unknown-linux -mcpu=mips64r6 -code-model=small -filetype=obj -o %T/te… 6 # RUN: llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -filetype=obj -o %T/test_ELF_ExternalFuncti… 7 # RUN: llvm-rtdyld -triple=mips64-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R6.…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N64R6_relocations.s | 2 # RUN: llvm-mc -triple=mips64el-unknown-linux -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_N64R6.o %s 3 # RUN: llc -mtriple=mips64el-unknown-linux -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_ExternalFunc… 4 # RUN: llvm-rtdyld -triple=mips64el-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R… 6 # RUN: llvm-mc -triple=mips64-unknown-linux -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_N64R6.o %s 7 # RUN: llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_ExternalFuncti… 8 # RUN: llvm-rtdyld -triple=mips64-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R6.…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s 2 ; RUN: not llc -march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --che…
|
/external/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s 2 ; RUN: not llc -march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --che…
|
/external/u-boot/arch/mips/ |
D | Makefile | 30 arch-$(CONFIG_CPU_MIPS64_R6) += -march=mips64r6 -Wa,-mips64r6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/compactbranches/ |
D | unsafe-in-forbidden-slot.ll | 1 ; RUN: llc -march=mips64el -O0 -mcpu=mips64r6 < %s | FileCheck %s 2 ; RUN: llc -march=mips64 -O0 -mcpu=mips64r6 < %s | FileCheck %s
|
/external/libaom/libaom/build/cmake/toolchains/ |
D | mips64-linux-gcc.cmake | 34 set(MIPS_CPU_FLAGS "-mips64r6 -mabi=64 -mload-store-pairs -msched-weight") 39 "-mips64r6 -mabi64 -mfp64 ${CMAKE_EXE_LINKER_FLAGS}")
|
/external/llvm/test/MC/Mips/micromips64r6/ |
D | relocations.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r6 \ 3 # RUN: llvm-mc %s -filetype=obj -triple=mips-unknown-linux -mcpu=mips64r6 \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/tailcall/ |
D | tailcall-wrong-isa.ll | 24 ; RUN: llc -filetype=obj -march=mips64el -relocation-model=pic -mcpu=mips64r6 -mips-tail-calls=1 < … 26 ; RUN: llc -filetype=obj -march=mips64el -relocation-model=static -mcpu=mips64r6 -mips-tail-calls=1…
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64fpldst.ll | 5 ; RUN: llc < %s -march=mipsel -mcpu=mips64r6 -mattr=+micromips -target-abi n32 -relocation-model=p… 6 ; RUN: llc < %s -march=mipsel -mcpu=mips64r6 -mattr=+micromips -target-abi n64 -relocation-model=p…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/ |
D | valid64.s | 2 # RUN: -mcpu=mips64r6 -mattr=+crc | FileCheck %s
|
D | set-crc-directive.s | 4 # RUN: -mcpu=mips64r6 | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/ |
D | set-ginv-directive.s | 4 # RUN: -mcpu=mips64r6 -mattr=+ginv | FileCheck %s
|
D | valid.s | 4 # RUN: -mcpu=mips64r6 -mattr=+ginv | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | interrupt-attr-64-error.ll | 1 ; RUN: not llc -mcpu=mips64r6 -march=mipsel -target-abi n64 -relocation-model=static < %s 2>%t
|