/external/llvm/test/MC/Mips/msa/ |
test_elm_insert_msa64.s | 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
|
test_elm_msa64.s | 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
|
/external/llvm/test/MC/Mips/ |
elf_eflags.s | 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64 %s 17 # MIPSEL-MIPS64: Flags [ (0x60001100) 19 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64-NAN2008 %s 20 # MIPSEL-MIPS64-NAN2008: Flags [ (0x60001500) 46 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s 47 # MIPS64EL-MIPS64-N32: Flags [ (0x60000020) 49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-N (…) [all...] |
cpsetup.s | 1 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+o32 -filetype=obj -o - %s | \ 2 # RUN: llvm-objdump -d -r -arch=mips64 - | \ 5 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+o32 %s | \ 8 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 -filetype=obj -o - %s | \ 9 # RUN: llvm-objdump -d -r -arch=mips64 - | \ 12 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 %s | \ 15 # RUN: llvm-mc -triple mips64-unknown-unknown %s -filetype=obj -o - | \ 16 # RUN: llvm-objdump -d -r -arch=mips64 - | \ 19 # RUN: llvm-mc -triple mips64-unknown-unknown %s | \
|
cfi.s | 3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64 | \
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
irops.c | 13 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 14 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 15 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 16 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts 17 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 18 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 }, 19 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 20 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert 21 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, 22 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 } [all...] |
/external/llvm/test/CodeGen/Mips/ |
start-asm-file.ll | 3 ; N32. At the moment we check if subtarget is Mips64 when we should be 24 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 28 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 32 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 36 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 \ 41 ; RUN: llc -filetype=asm -mtriple mips64-unknown-linux -mcpu=mips64 [all...] |
mips64directive.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
mips64lea.ll | 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
|
eh-dwarf-cfa.ll | 3 ; RUN: FileCheck %s -check-prefix=CHECK-MIPS64 4 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | \ 5 ; RUN: FileCheck %s -check-prefix=CHECK-MIPS64 63 ; CHECK-MIPS64: daddiu $sp, $sp, -32 64 ; CHECK-MIPS64: daddiu $2, $sp, 32
|
countleading.ll | 5 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64-GT-R1 %s 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64-GT-R1 %s 7 ; R!N: llc -march=mips64el -mcpu=mips64r6 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64-GT-R1 %s 11 ; MIPS32-GT-R1 - MIPS64r1 and above (does not include MIPS64's) 12 ; MIPS64-GT-R1 - MIPS64r1 and above 22 ; MIPS64-GT-R1: clz $2, $4 38 ; MIPS64-GT-R1: clo $2, $4 60 ; MIPS64-GT-R1: dclz $2, $4 85 ; MIPS64-GT-R1: dclo $2, $ [all...] |
/external/clang/test/Preprocessor/ |
stdint.c | 323 // RUN: %clang_cc1 -E -ffreestanding -triple=mips64-none-none %s | FileCheck -check-prefix MIPS64 %s 325 // MIPS64:typedef signed long long int int64_t; 326 // MIPS64:typedef unsigned long long int uint64_t; 327 // MIPS64:typedef int64_t int_least64_t; 328 // MIPS64:typedef uint64_t uint_least64_t; 329 // MIPS64:typedef int64_t int_fast64_t; 330 // MIPS64:typedef uint64_t uint_fast64_t; 332 // MIPS64:typedef signed int int32_t; 333 // MIPS64:typedef unsigned int uint32_t [all...] |
/external/clang/test/Frontend/ |
mips-long-double.c | 1 // RUN: %clang_cc1 -triple mips64-unknown-freebsd -std=c11 -verify %s 4 // RUN: %clang_cc1 -triple mips64-unknown-linux -std=c11 -verify %s
|
/ndk/toolchains/mips64el-linux-android-4.9/ |
config.mk | 19 TOOLCHAIN_ARCH := mips64 20 TOOLCHAIN_ABIS := mips64
|
/ndk/toolchains/mips64el-linux-android-clang3.4/ |
config.mk | 19 TOOLCHAIN_ARCH := mips64 20 TOOLCHAIN_ABIS := mips64
|
/external/llvm/ |
llvm.mk | 11 LLVM_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
test_elm_msa64.txt | 1 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips64r2 -mattr=+msa | FileCheck %s
|
/external/llvm/test/MC/Mips/mips4/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/llvm/test/MC/Mips/mips5/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/llvm/test/MC/Mips/mips64/ |
invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
/external/llvm/lib/Target/Mips/TargetInfo/ |
MipsTargetInfo.cpp | 25 RegisterTarget<Triple::mips64, 26 /*HasJIT=*/false> A(TheMips64Target, "mips64", "Mips64 [experimental]");
|
/ndk/tests/device/test-gabi++/jni/ |
Android.mk | 1 ifeq (,$(filter %mips64,$(TARGET_ARCH_ABI))) 7 # mips64 fails to compile. 16 # make: *** [obj/local/mips64/objs/test_gabixx_shared_catch_const_pointer_nullptr/catch_const_pointer_nullptr.o] Error 1
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
indirectbr.ll | 6 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 7 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 9 ; RUN: llc -march=mips64 -mcpu=mips64r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=R6
|
/external/llvm/test/CodeGen/Mips/msa/ |
2r_vector_scalar.ll | 8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 < %s | \ 9 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 11 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 28 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], 48 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], 68 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], 89 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], %got_disp(llvm_mips_fill_d_ARG1) 95 ; MIPS64-DAG: fill.d [[WD:\$w[0-9]+]], [[R1]] 97 ; MIPS64-DAG: ld [[RD:\$[0-9]+]], %got_disp(llvm_mips_fill_d_RES) 98 ; MIPS64-DAG: st.d [[WD]], 0([[RD]] [all...] |
elm_copy.ll | 8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 < %s | \ 9 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 11 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS64 28 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], %got_disp(llvm_mips_copy_s_b_ARG1) 32 ; MIPS64-DAG: ld [[RES:\$[0-9]+]], %got_disp(llvm_mips_copy_s_b_RES) 51 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], %got_disp(llvm_mips_copy_s_h_ARG1) 55 ; MIPS64-DAG: ld [[RES:\$[0-9]+]], %got_disp(llvm_mips_copy_s_h_RES) 74 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], %got_disp(llvm_mips_copy_s_w_ARG1) 78 ; MIPS64-DAG: ld [[RES:\$[0-9]+]], %got_disp(llvm_mips_copy_s_w_RES) 97 ; MIPS64-DAG: ld [[R1:\$[0-9]+]], %got_disp(llvm_mips_copy_s_d_ARG1 [all...] |