HomeSort by relevance Sort by last modified time
    Searched refs:mips (Results 1 - 25 of 686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/mips-fp4/jni/
Application.mk 1 APP_ABI := mips
Android.mk 4 LOCAL_MODULE := mips-fp4-test1-2
5 LOCAL_SRC_FILES := mips-fp4-test1-2.c
10 LOCAL_MODULE := mips-fp4-test3-6
11 LOCAL_SRC_FILES := mips-fp4-test3-6.c
  /bionic/libc/arch-mips/
mips.mk 2 arch-mips/bionic/__get_sp.S \
3 arch-mips/bionic/__get_tls.c \
4 arch-mips/bionic/__set_tls.c \
5 arch-mips/bionic/_exit_with_stack_teardown.S \
6 arch-mips/bionic/_setjmp.S \
7 arch-mips/bionic/futex_mips.S \
8 arch-mips/bionic/bzero.S \
9 arch-mips/bionic/cacheflush.c \
10 arch-mips/bionic/clone.S \
11 arch-mips/bionic/ffs.S
    [all...]
syscalls.mk 3 syscall_src += arch-mips/syscalls/_exit.S
4 syscall_src += arch-mips/syscalls/_exit_thread.S
5 syscall_src += arch-mips/syscalls/__fork.S
6 syscall_src += arch-mips/syscalls/_waitpid.S
7 syscall_src += arch-mips/syscalls/__waitid.S
8 syscall_src += arch-mips/syscalls/wait4.S
9 syscall_src += arch-mips/syscalls/__sys_clone.S
10 syscall_src += arch-mips/syscalls/execve.S
11 syscall_src += arch-mips/syscalls/__setuid.S
12 syscall_src += arch-mips/syscalls/getuid.
    [all...]
  /ndk/tests/device/b8708181-Vector4/jni/
Application.mk 1 APP_ABI := armeabi-v7a x86 mips
  /ndk/tests/device/fenv/jni/
Application.mk 1 APP_ABI := armeabi-v7a x86 mips
  /ndk/tests/build/multi-abi/jni/
Application.mk 1 APP_ABI := armeabi armeabi-v7a x86 mips
  /development/ndk/sources/android/libportable/
Android.mk 34 ifeq ($(TARGET_ARCH),mips)
36 arch-mips/clone.c \
37 arch-mips/epoll.c \
38 arch-mips/errno.c \
39 arch-mips/eventfd.c \
40 arch-mips/fcntl.c \
41 arch-mips/filefd.c \
42 arch-mips/flags.c \
43 arch-mips/inotify.c \
44 arch-mips/ioctl.c
    [all...]
  /ndk/tests/build/mips-fp4/
build.sh 20 find_instruction "madd.d" mips-fp4-test1-2.s
21 find_instruction "msub.d" mips-fp4-test1-2.s
22 find_instruction "nmadd.d" mips-fp4-test3-6.s
23 find_instruction "nmsub.d" mips-fp4-test3-6.s
24 find_instruction "recip.d" mips-fp4-test3-6.s
25 find_instruction "rsqrt.d" mips-fp4-test3-6.s
  /external/chromium_org/
GypAndroid.darwin-mips.mk 7 include $(LOCAL_PATH)/android_webview/All.target.darwin-mips.mk
8 include $(LOCAL_PATH)/android_webview/android_webview_common.target.darwin-mips.mk
9 include $(LOCAL_PATH)/android_webview/android_webview_pak.target.darwin-mips.mk
10 include $(LOCAL_PATH)/android_webview/libwebviewchromium.target.darwin-mips.mk
11 include $(LOCAL_PATH)/android_webview/native/android_jar_jni_headers.target.darwin-mips.mk
12 include $(LOCAL_PATH)/android_webview/native/android_webview_native_jni.target.darwin-mips.mk
13 include $(LOCAL_PATH)/android_webview/native/cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk
14 include $(LOCAL_PATH)/android_webview/native/webview_native.target.darwin-mips.mk
15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.darwin-mips.mk
16 include $(LOCAL_PATH)/base/base.target.darwin-mips.m
    [all...]
GypAndroid.linux-mips.mk 7 include $(LOCAL_PATH)/android_webview/All.target.linux-mips.mk
8 include $(LOCAL_PATH)/android_webview/android_webview_common.target.linux-mips.mk
9 include $(LOCAL_PATH)/android_webview/android_webview_pak.target.linux-mips.mk
10 include $(LOCAL_PATH)/android_webview/libwebviewchromium.target.linux-mips.mk
11 include $(LOCAL_PATH)/android_webview/native/android_jar_jni_headers.target.linux-mips.mk
12 include $(LOCAL_PATH)/android_webview/native/android_webview_native_jni.target.linux-mips.mk
13 include $(LOCAL_PATH)/android_webview/native/cancellation_signal_android_jar_jni_headers.target.linux-mips.mk
14 include $(LOCAL_PATH)/android_webview/native/webview_native.target.linux-mips.mk
15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.linux-mips.mk
16 include $(LOCAL_PATH)/base/base.target.linux-mips.m
    [all...]
  /device/generic/mips/
BoardConfig.mk 9 TARGET_ARCH := mips
11 TARGET_CPU_ABI := mips
  /build/target/board/generic_mips/
BoardConfig.mk 25 TARGET_ARCH := mips
29 TARGET_CPU_ABI := mips
  /dalvik/vm/compiler/template/
rebuild.sh 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon mips; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
  /external/v8/
Android.v8common.mk 125 ifeq ($(TARGET_ARCH),mips)
127 src/mips/assembler-mips.cc \
128 src/mips/builtins-mips.cc \
129 src/mips/codegen-mips.cc \
130 src/mips/code-stubs-mips.cc \
131 src/mips/constants-mips.cc
    [all...]
  /art/compiler/utils/
managed_register.h 25 namespace mips { namespace in namespace:art
45 mips::MipsManagedRegister AsMips() const;
  /external/chromium_org/android_webview/tools/
gyp_webview 28 if [ "$PLATFORM" == "linux-mips" -o "$PLATFORM" == "all" ]; then
29 ( . build/android/envsetup.sh --target-arch=mips --host-os=linux && \
30 android_gyp --suffix .linux-mips )
40 if [ "$PLATFORM" == "darwin-mips" -o "$PLATFORM" == "all" ]; then
41 ( . build/android/envsetup.sh --target-arch=mips --host-os=mac && \
42 android_gyp --suffix .darwin-mips )
  /art/runtime/arch/
context.cc 22 #include "mips/context_mips.h"
33 return new mips::MipsContext();
  /art/runtime/
disassembler.cc 32 return new mips::DisassemblerMips();
disassembler_mips.h 25 namespace mips { namespace in namespace:art
37 } // namespace mips
  /device/generic/mini-emulator-mips/
BoardConfig.mk 6 # same as mips except HAL
7 include device/generic/mips/BoardConfig.mk
  /external/aac/libFDK/include/mips/
clz_mips.h 93 #if defined(__mips__) && (__GNUC__==2) && (mips>=32)
  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 1 //===-- MipsTargetInfo.cpp - Mips Target Implementation -------------------===//
10 #include "Mips.h"
19 RegisterTarget<Triple::mips,
20 /*HasJIT=*/true> X(TheMipsTarget, "mips", "Mips");
  /ndk/tests/build/build-assembly-file/jni/
Android.mk 12 ifeq ($(TARGET_ARCH),mips)
13 LOCAL_SRC_FILES := assembly-mips.S
  /external/chromium_org/v8/tools/gyp/
v8_base.mipsel.host.darwin-mips.mk 164 v8/src/mips/assembler-mips.cc \
165 v8/src/mips/builtins-mips.cc \
166 v8/src/mips/codegen-mips.cc \
167 v8/src/mips/code-stubs-mips.cc \
168 v8/src/mips/constants-mips.cc
    [all...]

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 91011>>