/ndk/tests/device/b8708181-Vector4/jni/ |
Application.mk | 1 APP_ABI := armeabi-v7a x86 mips armeabi-v7a-hard arm64-v8a x86_64 mips64
|
/external/llvm/test/CodeGen/Mips/ |
octeon.ll | 1 ; RUN: llc -O1 < %s -march=mips64 -mcpu=octeon | FileCheck %s -check-prefix=OCTEON 2 ; RUN: llc -O1 < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=MIPS64 9 ; MIPS64-LABEL: addi64: 10 ; MIPS64: daddu 11 ; MIPS64: jr 12 ; MIPS64: andi 23 ; MIPS64-LABEL: mul: 24 ; MIPS64: dmul [all...] |
octeon_popcnt.ll | 1 ; RUN: llc -O1 -march=mips64 -mcpu=octeon < %s | FileCheck %s -check-prefix=OCTEON 2 ; RUN: llc -O1 -march=mips64 -mcpu=mips64 < %s | FileCheck %s -check-prefix=MIPS64 10 ; MIPS64-LABEL: cnt8: 11 ; MIPS64-NOT: pop 20 ; MIPS64-LABEL: cnt16: 21 ; MIPS64-NOT: pop 30 ; MIPS64-LABEL: cnt32: 31 ; MIPS64-NOT: po [all...] |
cttz-v.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64 21 ; MIPS64-DAG: addiu $[[R0:[0-9]+]], $4, -1 22 ; MIPS64-DAG: not $[[R1:[0-9]+]], $4 23 ; MIPS64-DAG: and $[[R2:[0-9]+]], $[[R1]], $[[R0]] 24 ; MIPS64-DAG: clz $[[R3:[0-9]+]], $[[R2]] 25 ; MIPS64-DAG: addiu $[[R4:[0-9]+]], $zero, 32 26 ; MIPS64-DAG: subu $2, $[[R4]], $[[R3]] 27 ; MIPS64-DAG: addiu $[[R5:[0-9]+]], $5, -1 28 ; MIPS64-DAG: not $[[R6:[0-9]+]], $5 29 ; MIPS64-DAG: and $[[R7:[0-9]+]], $[[R6]], $[[R5] [all...] |
ctlz-v.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64 12 ; MIPS64: clz $2, $4 13 ; MIPS64: jr $ra 14 ; MIPS64: clz $3, $5
|
load-store-left-right.ll | 7 ; RUN: llc -march=mips64el -mcpu=mips4 -mattr=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EL %s 8 ; RUN: llc -march=mips64 -mcpu=mips4 -mattr=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EB %s 9 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EL %s 10 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS64 -check-prefix=MIPS64-EB % [all...] |
bswap.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefix=MIPS64 11 ; MIPS64-LABEL: bswap32: 12 ; MIPS64: wsbh $[[R0:[0-9]+]] 13 ; MIPS64: rotr ${{[0-9]+}}, $[[R0]], 16 40 ; MIPS64-LABEL: bswap64: 41 ; MIPS64: dsbh $[[R0:[0-9]+]] 42 ; MIPS64: dshd ${{[0-9]+}}, $[[R0]] 84 ; MIPS64-LABEL: bswapv4i32: 85 ; MIPS64: wsbh $[[R0:[0-9]+]] 86 ; MIPS64: rotr ${{[0-9]+}}, $[[R0]], 1 [all...] |
mips64fpimm0.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
/external/llvm/test/MC/Mips/ |
mips-coprocessor-encodings.s | 1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \ 2 # RUN:| FileCheck --check-prefix=MIPS64 %s 4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02] 5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00] 6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02] 7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00] 8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02] 9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00] 10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02] 11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00 [all...] |
eh-frame.s | 12 // RUN: llvm-mc -filetype=obj %s -o %t.o -arch=mips64 13 // RUN: llvm-objdump -r -s %t.o | FileCheck --check-prefix=MIPS64 %s 94 // MIPS64: RELOCATION RECORDS FOR [.rela.eh_frame]: 95 // MIPS64-NEXT: R_MIPS_64 96 // MIPS64: Contents of section .eh_frame: 97 // MIPS64-NEXT: 0000 100 // MIPS64: 00000010 103 // MIPS64: 00000000 106 // MIPS64: 03 109 // MIPS64: 7a520 [all...] |
/external/valgrind/main/VEX/auxprogs/ |
genoffsets.c | 230 // MIPS64 231 GENOFFSET(MIPS64,mips64,r0); 232 GENOFFSET(MIPS64,mips64,r1); 233 GENOFFSET(MIPS64,mips64,r2); 234 GENOFFSET(MIPS64,mips64,r3); 235 GENOFFSET(MIPS64,mips64,r4) [all...] |
/build/target/board/generic_mips64/ |
system.prop | 2 # system.prop for generic mips64 sdk
|
README.txt | 1 The "generic_mips64" product defines a MIPS64 based non-hardware-specific
|
/external/valgrind/main/coregrind/m_gdbserver/ |
mips64-linux-valgrind.xml | 11 <xi:include href="mips64-cpu.xml"/> 12 <xi:include href="mips64-cp0.xml"/> 13 <xi:include href="mips64-fpu.xml"/> 14 <xi:include href="mips64-cpu-valgrind-s1.xml"/> 15 <xi:include href="mips64-cp0-valgrind-s1.xml"/> 16 <xi:include href="mips64-fpu-valgrind-s1.xml"/> 17 <xi:include href="mips64-cpu-valgrind-s2.xml"/> 18 <xi:include href="mips64-cp0-valgrind-s2.xml"/> 19 <xi:include href="mips64-fpu-valgrind-s2.xml"/>
|
mips64-linux.xml | 11 <xi:include href="mips64-cpu.xml"/> 12 <xi:include href="mips64-cp0.xml"/> 13 <xi:include href="mips64-fpu.xml"/>
|
/ndk/tests/device/crazy_linker/jni/ |
Application.mk | 1 # x86_64 and mips64 aren't supported. Issues with mips too
|
/bionic/libc/arch-mips64/ |
mips64.mk | 0 # mips64 specific configs 42 arch-mips64/bionic/__bionic_clone.S \ 43 arch-mips64/bionic/_exit_with_stack_teardown.S \ 44 arch-mips64/bionic/__get_sp.S \ 45 arch-mips64/bionic/_setjmp.S \ 46 arch-mips64/bionic/setjmp.S \ 47 arch-mips64/bionic/sigsetjmp.S \ 48 arch-mips64/bionic/syscall.S \ 49 arch-mips64/bionic/vfork.S \ 52 ## libc_bionic_src_files_mips64 += arch-mips64/string/memcpy. [all...] |
/build/core/clang/ |
mips64.mk | 1 # Clang flags for mips64 arch, target or host. 17 # We don't have any mips64 flags to substitute yet. 18 define subst-clang-incompatible-mips64-flags
|
/external/clang/test/Driver/ |
mips-eleb.c | 10 // RUN: %clang -no-canonical-prefixes -target mips64-unknown-linux-gnu -### \ 12 // RUN: | FileCheck -check-prefix=MIPS64-EL %s 13 // MIPS64-EL: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mips64el-unknown-linux-gnu" 14 // MIPS64-EL: "{{.*}}as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EL" 15 // MIPS64-EL: "{{.*}}ld{{(.exe)?}}" {{.*}} "-m" "elf64ltsmip" 26 // RUN: | FileCheck -check-prefix=MIPS64-EB %s 27 // MIPS64-EB: "{{.*}}clang{{.*}}" "-cc1" "-triple" "mips64-unknown-linux-gnu" 28 // MIPS64-EB: "{{.*}}as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB" 29 // MIPS64-EB: "{{.*}}ld{{(.exe)?}}" {{.*}} "-m" "elf64btsmip [all...] |
/external/llvm/test/CodeGen/Mips/msa/ |
special.ll | 5 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 < %s | \ 6 ; RUN: FileCheck %s --check-prefix=MIPS64 9 ; RUN: llc -march=mips64 -mcpu=mips64r6 -mattr=+msa < %s | \ 10 ; RUN: FileCheck %s --check-prefix=MIPS64 43 ; MIPS64: llvm_mips_dlsa_test: 44 ; MIPS64: dlsa {{\$[0-9]+}}, $5, $4, 2 45 ; MIPS64: .size llvm_mips_dlsa_test 54 ; MIPS64: dlsa_test: 55 ; MIPS64: dlsa {{\$[0-9]+}}, $5, $4, 2 56 ; MIPS64: .size dlsa_tes [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 9 # arch ::= "arm" | "arm64" | "mips" | "mips64" | "x86" | "x86_64" 30 uid_t getuid:getuid() arm64,mips,mips64,x86_64 32 gid_t getgid:getgid() arm64,mips,mips64,x86_64 34 uid_t geteuid:geteuid() arm64,mips,mips64,x86_64 36 gid_t getegid:getegid() arm64,mips,mips64,x86_64 38 uid_t getresuid:getresuid(uid_t* ruid, uid_t* euid, uid_t* suid) arm64,mips,mips64,x86_64 40 gid_t getresgid:getresgid(gid_t* rgid, gid_t* egid, gid_t* sgid) arm64,mips,mips64,x86_64 43 int getgroups:getgroups(int, gid_t*) arm64,mips,mips64,x86_64 49 int setgid:setgid(gid_t) arm64,mips,mips64,x86_64 51 int setuid:setuid(uid_t) arm64,mips,mips64,x86_6 [all...] |
/external/llvm/test/tools/llvm-readobj/ |
program-headers.test | 7 RUN: llvm-readobj -program-headers %p/../../Object/Inputs/program-headers.mips64 \ 8 RUN: | FileCheck %s -check-prefix ELF-MIPS64 112 ELF-MIPS64: Format: ELF64-mips 113 ELF-MIPS64-NEXT: Arch: mips64 114 ELF-MIPS64-NEXT: AddressSize: 64bit 115 ELF-MIPS64-NEXT: LoadName: 116 ELF-MIPS64-NEXT: ProgramHeaders [ 117 ELF-MIPS64-NEXT: ProgramHeader { 118 ELF-MIPS64-NEXT: Type: PT_LOAD (0x1 [all...] |
/external/llvm/test/MC/Disassembler/Mips/msa/ |
test_2r_msa64.txt | 1 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips64r2 -mattr=+msa | FileCheck %s
|
test_elm_insert_msa64.txt | 1 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips64r2 -mattr=+msa | FileCheck %s
|
/external/llvm/test/MC/Mips/msa/ |
test_2r_msa64.s | 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
|