/ndk/tests/device/fenv/jni/ |
Application.mk | 1 APP_ABI := armeabi-v7a x86 mips armeabi-v7a-hard
|
/bionic/libc/ |
libc.mips.brillo.map | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 18 __epoll_pwait; # arm x86 mips 20 __exit; # arm x86 mips 21 __fadvise64; # x86 mips 23 __fcntl64; # arm x86 mips 39 __fstatfs64; # arm x86 mips 42 __getcpu; # arm x86 mips 43 __getcwd; # arm x86 mips 44 __getpid; # arm x86 mips [all...] |
libc.x86.brillo.map | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 18 __epoll_pwait; # arm x86 mips 20 __exit; # arm x86 mips 21 __fadvise64; # x86 mips 23 __fcntl64; # arm x86 mips 39 __fstatfs64; # arm x86 mips 42 __getcpu; # arm x86 mips 43 __getcwd; # arm x86 mips 44 __getpid; # arm x86 mips [all...] |
libc.map.txt | 11 __brk; # arm x86 mips 13 __connect; # arm x86 mips 21 __epoll_pwait; # arm x86 mips 23 __exit; # arm x86 mips 24 __fadvise64; # x86 mips 26 __fcntl64; # arm x86 mips 42 __fstatfs64; # arm x86 mips 45 __getcpu; # arm x86 mips 46 __getcwd; # arm x86 mips 47 __getpid; # arm x86 mips [all...] |
libc.mips.map | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 18 __epoll_pwait; # arm x86 mips 20 __exit; # arm x86 mips 21 __fadvise64; # x86 mips 23 __fcntl64; # arm x86 mips 39 __fstatfs64; # arm x86 mips 42 __getcpu; # arm x86 mips 43 __getcwd; # arm x86 mips 44 __getpid; # arm x86 mips [all...] |
libc.arm.map | 12 __brk; # arm x86 mips 14 __connect; # arm x86 mips 22 __epoll_pwait; # arm x86 mips 24 __exit; # arm x86 mips 26 __fcntl64; # arm x86 mips 42 __fstatfs64; # arm x86 mips 45 __getcpu; # arm x86 mips 46 __getcwd; # arm x86 mips 47 __getpid; # arm x86 mips 48 __getpriority; # arm x86 mips [all...] |
libc.x86.map | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 18 __epoll_pwait; # arm x86 mips 20 __exit; # arm x86 mips 21 __fadvise64; # x86 mips 23 __fcntl64; # arm x86 mips 39 __fstatfs64; # arm x86 mips 42 __getcpu; # arm x86 mips 43 __getcwd; # arm x86 mips 44 __getpid; # arm x86 mips [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEInstrInfo.cpp | 28 : MipsInstrInfo(STI, STI.getRelocationModel() == Reloc::PIC_ ? Mips::B 29 : Mips::J), 45 if ((Opc == Mips::LW) || (Opc == Mips::LD) || 46 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { 67 if ((Opc == Mips::SW) || (Opc == Mips::SD) || 68 (Opc == Mips::SWC1) || (Opc == Mips::SDC1) || (Opc == Mips::SDC164)) [all...] |
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 17 __epoll_pwait; # arm x86 mips 19 __exit; # arm x86 mips 20 __fadvise64; # x86 mips 21 __fcntl64; # arm x86 mips 32 __fstatfs64; # arm x86 mips 34 __getcpu; # arm x86 mips 35 __getcwd; # arm x86 mips 36 __getpid; # arm x86 mips [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-mips.c | 1 /* bfd back-end for mips support 29 /* The default routine tests bits_per_word, which is wrong on mips as 30 mips word size doesn't correlate with reloc size. */ 51 "mips", \ 114 N (32, 32, bfd_mach_mips3000, "mips:3000", FALSE, NN(I_mips3000)), 115 N (32, 32, bfd_mach_mips3900, "mips:3900", FALSE, NN(I_mips3900)), 116 N (64, 64, bfd_mach_mips4000, "mips:4000", FALSE, NN(I_mips4000)), 117 N (64, 64, bfd_mach_mips4010, "mips:4010", FALSE, NN(I_mips4010)), 118 N (64, 64, bfd_mach_mips4100, "mips:4100", FALSE, NN(I_mips4100)), 119 N (64, 64, bfd_mach_mips4111, "mips:4111", FALSE, NN(I_mips4111)) [all...] |
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 8 __brk; # arm x86 mips 10 __connect; # arm x86 mips 17 __epoll_pwait; # arm x86 mips 19 __exit; # arm x86 mips 20 __fadvise64; # x86 mips 21 __fcntl64; # arm x86 mips 32 __fstatfs64; # arm x86 mips 34 __getcpu; # arm x86 mips 35 __getcwd; # arm x86 mips 36 __getpid; # arm x86 mips [all...] |
/external/llvm/test/tools/llvm-readobj/ |
dynamic.test | 2 RUN: llvm-readobj -dynamic-table %p/Inputs/dynamic-table-so.mips \ 3 RUN: | FileCheck %s -check-prefix ELF-MIPS 5 ELF-MIPS: Format: ELF32-mips 6 ELF-MIPS: Arch: mipsel 7 ELF-MIPS: AddressSize: 32bit 8 ELF-MIPS: LoadName: 9 ELF-MIPS: DynamicSection [ (23 entries) 10 ELF-MIPS: Tag Type Name/Value 11 ELF-MIPS: 0x00000001 NEEDED SharedLibrary (libc.so.6 [all...] |
/art/runtime/arch/mips/ |
quick_method_frame_info_mips.h | 26 namespace mips { namespace in namespace:art 29 (1 << art::mips::RA); 31 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) | 32 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP) [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_div_int.S | 2 %include "mips/binop.S" {"instr":"div a0, a0, a1", "chkzero":"1"} 4 %include "mips/binop.S" {"preinstr":"div zero, a0, a1", "instr":"mflo a0", "chkzero":"1"}
|
op_div_int_2addr.S | 2 %include "mips/binop2addr.S" {"instr":"div a0, a0, a1", "chkzero":"1"} 4 %include "mips/binop2addr.S" {"preinstr":"div zero, a0, a1", "instr":"mflo a0", "chkzero":"1"}
|
op_div_int_lit16.S | 2 %include "mips/binopLit16.S" {"instr":"div a0, a0, a1", "chkzero":"1"} 4 %include "mips/binopLit16.S" {"preinstr":"div zero, a0, a1", "instr":"mflo a0", "chkzero":"1"}
|
op_div_int_lit8.S | 2 %include "mips/binopLit8.S" {"instr":"div a0, a0, a1", "chkzero":"1"} 4 %include "mips/binopLit8.S" {"preinstr":"div zero, a0, a1", "instr":"mflo a0", "chkzero":"1"}
|
op_rem_int.S | 2 %include "mips/binop.S" {"instr":"mod a0, a0, a1", "chkzero":"1"} 4 %include "mips/binop.S" {"preinstr":"div zero, a0, a1", "instr":"mfhi a0", "chkzero":"1"}
|
op_rem_int_2addr.S | 2 %include "mips/binop2addr.S" {"instr":"mod a0, a0, a1", "chkzero":"1"} 4 %include "mips/binop2addr.S" {"preinstr":"div zero, a0, a1", "instr":"mfhi a0", "chkzero":"1"}
|
op_rem_int_lit16.S | 2 %include "mips/binopLit16.S" {"instr":"mod a0, a0, a1", "chkzero":"1"} 4 %include "mips/binopLit16.S" {"preinstr":"div zero, a0, a1", "instr":"mfhi a0", "chkzero":"1"}
|
op_rem_int_lit8.S | 2 %include "mips/binopLit8.S" {"instr":"mod a0, a0, a1", "chkzero":"1"} 4 %include "mips/binopLit8.S" {"preinstr":"div zero, a0, a1", "instr":"mfhi a0", "chkzero":"1"}
|
/device/generic/mini-emulator-mips/ |
BoardConfig.mk | 6 # same as mips except HAL 7 include device/generic/mips/BoardConfig.mk
|
/ndk/tests/build/flto/ |
test_config.py | 2 # Clang does LTO via gold plugin, but gold doesn't support MIPS yet. 3 if toolchain == 'clang' and abi.startswith('mips'):
|
/ndk/tests/build/issue36131-flto-c++11/ |
test_config.py | 2 # Clang does LTO via gold plugin, but gold doesn't support MIPS yet. 3 if toolchain == 'clang' and abi.startswith('mips'):
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ehword.d | 2 #name MIPS .ehword 5 .*: +file format .*mips.*
|