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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/multi-abi/jni/
Application.mk 1 APP_ABI := armeabi armeabi-v7a x86 mips
  /gdk/libportable/
Android.mk 31 ifeq ($(TARGET_ARCH),mips)
33 arch-mips/ioctl.c \
34 arch-mips/mmap.c \
35 arch-mips/stat.c \
36 arch-mips/open.c \
37 arch-mips/socket.c \
38 arch-mips/sockopt.c
  /ndk/tests/build/build-assembly-file/jni/
Android.mk 11 ifeq ($(TARGET_ARCH),mips)
12 LOCAL_SRC_FILES := assembly-mips.S
  /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");
Android.mk 31 ifeq ($(TARGET_ARCH),mips)
  /frameworks/compile/libbcc/
libbcc-build-rules.mk 40 ifeq ($(TARGET_ARCH),mips)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 1 //===-- MipsMCAsmInfo.cpp - Mips Asm Properties ---------------------------===//
23 if ((TheTriple.getArch() == Triple::mips) ||
Android.mk 37 ifeq ($(TARGET_ARCH),mips)
  /frameworks/compile/mclinker/lib/Target/Mips/
Android.mk 27 ifeq ($(TARGET_ARCH),mips)
  /frameworks/compile/mclinker/lib/Target/Mips/TargetInfo/
Android.mk 20 ifeq ($(TARGET_ARCH),mips)
  /ndk/build/tools/
dev-defaults.sh 12 PREBUILT_ABIS="armeabi armeabi-v7a x86 mips"
46 DEFAULT_ARCHS="arm x86 mips"
77 mips)
78 RET="mips"
81 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm x86 mips"
102 mips)
103 RET="mips"
106 2> echo "ERROR: Unsupported architecture name: $1, use one of: arm x86 mips"
make-standalone-toolchain.sh 73 mips*)
74 ARCH=mips
97 mips)
201 mips)
202 copy_directory "$GNUSTL_LIBS/mips/include/bits" "$ABI_STL_INCLUDE_TARGET/bits"
203 copy_file_list "$GNUSTL_LIBS/mips" "$ABI_STL/lib" "libgnustl_shared.so"
204 copy_file_list "$GNUSTL_LIBS/mips" "$ABI_STL/lib" "libsupc++.a"
205 cp "$GNUSTL_LIBS/mips/libgnustl_static.a" "$ABI_STL/lib/libstdc++.a"
  /external/openssl/
import_openssl.sh 141 # Generate mips asm
142 perl crypto/aes/asm/aes-mips.pl > crypto/aes/asm/aes-mips.s
143 perl crypto/bn/asm/mips.pl > crypto/bn/asm/bn-mips.s
144 perl crypto/bn/asm/mips-mont.pl > crypto/bn/asm/mips-mont.s
145 perl crypto/sha/asm/sha1-mips.pl > crypto/sha/asm/sha1-mips.s
146 perl crypto/sha/asm/sha512-mips.pl > crypto/sha/asm/sha256-mips.
    [all...]
  /bionic/libc/kernel/arch-mips/asm/mips-boards/
generic.h 24 #include <asm/mips-boards/bonito64.h>
malta.h 24 #include <asm/mips-boards/msc01_pci.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/mips-boards/
generic.h 24 #include <asm/mips-boards/bonito64.h>
malta.h 24 #include <asm/mips-boards/msc01_pci.h>
  /external/kernel-headers/original/asm-mips/mips-boards/
generic.h 2 * Carsten Langgaard, carstenl@mips.com
3 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
18 * Defines of the MIPS boards specific address-MAP, registers, etc.
25 #include <asm/mips-boards/bonito64.h>
  /ndk/toolchains/mipsel-linux-android-4.4.3/
config.mk 19 TOOLCHAIN_ARCH := mips
20 TOOLCHAIN_ABIS := mips
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/mips-boards/
generic.h 24 #include <asm/mips-boards/bonito64.h>
malta.h 24 #include <asm/mips-boards/msc01_pci.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/mips-boards/
generic.h 24 #include <asm/mips-boards/bonito64.h>
malta.h 24 #include <asm/mips-boards/msc01_pci.h>
  /external/libffi/
Makefile.am 13 src/mips/ffi.c src/mips/n32.S src/mips/o32.S \
14 src/mips/ffitarget.h \
93 if MIPS
94 nodist_libffi_la_SOURCES += src/mips/ffi.c src/mips/o32.S src/mips/n32.S

Completed in 1626 milliseconds

1 2 3 4 5 6 7 8 91011>>