HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 126 - 150 of 1532) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tools/split-select/
RuleGenerator.cpp 76 sp<Rule> RuleGenerator::generateAbi(const Vector<abi::Variant>& splitAbis, size_t index) {
77 const abi::Variant thisAbi = splitAbis[index];
78 const Vector<abi::Variant>& familyVariants = abi::getVariants(abi::getFamily(thisAbi));
80 Vector<abi::Variant>::const_iterator start =
83 Vector<abi::Variant>::const_iterator end = familyVariants.end();
92 abiRule->stringArgs.add(String8(abi::toString(*start)));
140 if (group[index].abi != abi::Variant_none)
    [all...]
SplitDescription.h 21 #include "Abi.h"
32 abi::Variant abi; member in struct:split::SplitDescription
  /external/llvm/test/MC/Mips/
reloc-directive.s 1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
5 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
13 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
40 # This should be corrected once the triple bugfixes allow us to be ABI
mips64extins.s 1 # RUN: llvm-mc -arch=mips64el -filetype=obj -mcpu=mips64r2 -target-abi=n64 %s -o - \
macro-li-bad.s 3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 58 int cabi = ecif->cif->abi;
286 if (cif->abi == FFI_MS_CDECL)
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL)
373 switch (cif->abi)
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags,
390 unsigned int abi = cif->abi;
408 if (passed_regs < 2 && abi == FFI_FASTCALL
    [all...]
  /external/llvm/test/MC/Mips/mips64r2/
abi-bad.s 1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 -target-abi n64 2>&1 | FileCheck %s
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/llvm/test/MC/Mips/mips64r3/
abi-bad.s 1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r3 -target-abi n64 2>&1 | FileCheck %s
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/llvm/test/MC/Mips/mips64r5/
abi-bad.s 1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 -target-abi n64 2>&1 | FileCheck %s
3 # CHECK: error: '.set fp=xx' requires the O32 ABI
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
ffi.c 81 Linux ABI that right justify small structs in a register.
97 /* The CRIS ABI specifies structure elements to have byte
113 /* This is not what the ABI says, but is what is really implemented */
133 ffi_abi abi,
141 if (abi <= FFI_FIRST_ABI || abi > FFI_DEFAULT_ABI)
148 cif->abi = abi;
168 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
205 && ((*ptr)->size > 16 || cif->abi != FFI_V9)
    [all...]
  /frameworks/base/tools/aapt2/filter/
AbiFilter.cpp 25 std::unique_ptr<AbiFilter> AbiFilter::FromAbiList(const std::vector<configuration::Abi>& abi_list) {
27 for (auto& abi : abi_list) {
28 abi_set.insert(configuration::AbiToString(abi));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel18.d 2 #as: -march=from-abi -mabi=n32 -KPIC
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange4-1.d 1 #as: --abi=32
eh-1.d 1 #as: --abi=32 --isa=shmedia
lineno.d 1 #as: --abi=32 --isa=shmedia -gdwarf2
ptc32-1.d 1 #as: --abi=32
4 #name: PT constant, 32-bit ABI.
ptc32-noexp-1.d 1 #as: --abi=32 -no-expand
4 #name: PT constant, 32-bit ABI with -no-expand.
ptc64-noexp-1.d 1 #as: --abi=64 -no-expand
4 #name: PT constant, 64-bit ABI with -no-expand.
shift32-3.d 1 #as: --abi=32
4 #name: Shift expression, local but undefined symbol, 32-bit ABI.
shift32-noexp-3.d 1 #as: --abi=32 -no-expand
4 #name: Shift expression, local but undefined symbol, 32-bit ABI with -no-expand.
shift64-3.d 1 #as: --abi=64
4 #name: Shift expression, local but undefined symbol, 64-bit ABI.
shift64-noexp-3.d 1 #as: --abi=64 -no-expand
4 #name: Shift expression, local but undefined symbol, 64-bit ABI with -no-expand.
syntax-2.d 1 #as: --isa=shmedia --abi=64
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-page-2.d 3 #as: -march=from-abi -EB -n32
  /art/compiler/trampolines/
trampoline_compiler.cc 60 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset32 offset) {
66 switch (abi) {
67 case kInterpreterAbi: // Thread* is first argument (R0) in interpreter ABI.
101 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset64 offset) {
104 switch (abi) {
105 case kInterpreterAbi: // Thread* is first argument (X0) in interpreter ABI.
140 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset32 offset) {
143 switch (abi) {
144 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI.
172 ArenaAllocator* arena, EntryPointCallingConvention abi, ThreadOffset64 offset)
    [all...]

Completed in 566 milliseconds

1 2 3 4 56 7 8 91011>>