HomeSort by relevance Sort by last modified time
    Searched full:mips64 (Results 226 - 250 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/tools/
gensyscalls.py 133 # MIPS64 assembler templates for each syscall stub
418 if syscall.has_key("mips64"):
419 syscall["asm-mips64"] = add_footer(64, mips64_genstub(syscall), syscall)
  /development/scripts/
stack_core.py 60 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
108 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
217 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
  /external/llvm/include/llvm/ADT/
Triple.h 58 mips64, // MIPS64: mips64 enumerator in enum:llvm::Triple::ArchType
  /external/llvm/test/CodeGen/Mips/cconv/
arguments-float.ll 4 ; RUN-TODO: llc -march=mips64 -relocation-model=static -soft-float -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
7 ; RUN: llc -march=mips64 -relocation-model=static -soft-float -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=NEW %s
10 ; RUN: llc -march=mips64 -relocation-model=static -soft-float -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=NEW %s
arguments-hard-float.ll 4 ; RUN-TODO: llc -march=mips64 -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
7 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=NEW %s
10 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=NEW %s
arguments.ll 4 ; RUN-TODO: llc -march=mips64 -relocation-model=static -mattr=-n64,+o32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=O32 %s
7 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM32 --check-prefix=NEW %s
10 ; RUN: llc -march=mips64 -relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM64 --check-prefix=NEW %s
  /external/valgrind/main/coregrind/
launcher-linux.c 226 platform = "mips64-linux";
249 platform = "mips64-linux";
328 (0==strcmp(VG_PLATFORM,"mips64-linux")))
m_libcassert.c 222 (srP)->misc.MIPS64.r30 = (ULong)fp; \
223 (srP)->misc.MIPS64.r31 = (ULong)ra; \
224 (srP)->misc.MIPS64.r28 = (ULong)gp; \
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips64.c 352 return "mips64-linux-valgrind.xml";
354 return "mips64-linux.xml";
365 "mips64",
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 47 Mips1, Mips2, Mips32, Mips32r2, Mips32r6, Mips3, Mips4, Mips5, Mips64,
203 bool hasMips64() const { return MipsArchVersion >= Mips64; }
  /external/llvm/test/CodeGen/Mips/
longbranch.ll 6 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -O3 \
76 ; Check the MIPS64 version.
eh-return64.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=CHECK -check-prefix=NOT-R6
zeroreg.ll 5 ; RUN: llc < %s -march=mipsel -mcpu=mips64 | FileCheck %s -check-prefix=ALL -check-prefix=64-CMOV
  /frameworks/rs/
Android.mk 26 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
94 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
  /ndk/tests/abcc/jni/
Abcc.cpp 49 else if (abi == "mips64")
50 mAbi = MIPS64;
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 143 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */
  /bionic/libc/arch-mips/string/
mips_strlen.c 79 #error strlen: mips64 check for 4-byte alignment not implemented.
  /bionic/libc/arch-mips64/include/machine/
elf_machdep.h 143 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */
  /bionic/libc/arch-mips64/string/
mips_strlen.c 80 #error strlen: mips64 check for 4-byte alignment not implemented.
  /development/ndk/platforms/android-L/arch-mips/include/machine/
elf_machdep.h 143 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
elf_machdep.h 143 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */
  /external/clang/test/Driver/
mips-img.cpp 59 // RUN: --target=mips64-img-linux-gnu -mips64r6 -mabi=n32 \
86 // RUN: --target=mips64-img-linux-gnu -mips64r6 -EL -mabi=n32 \
113 // RUN: --target=mips64-img-linux-gnu -mips64r6 -mabi=64 \
140 // RUN: --target=mips64-img-linux-gnu -mips64r6 -EL -mabi=64 \
  /external/jpeg/
config.sub 157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
182 | sparc64-* | mips64-* | mipsel-* \
406 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
409 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
  /external/llvm/test/MC/Mips/mips3/
invalid-mips4.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips3 \
invalid-mips5.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips3 \

Completed in 639 milliseconds

1 2 3 4 5 6 7 8 91011>>