HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 51 - 75 of 1501) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
jalx-imm-n32.d 3 #as: -n32 -march=from-abi
jalx-imm-n64.d 3 #as: -64 -march=from-abi
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
endian-1.d 1 #as: --isa=shmedia --abi=64 --no-exp -little
endian-2.d 1 #as: --isa=shmedia --abi=64 --no-exp -big
immexpr32-2.d 1 #as: --abi=32
4 #name: Resolved 64-bit operand, 32-bit ABI.
immexpr64-2.d 1 #as: --abi=64
4 #name: Resolved 64-bit operand, 64-bit ABI.
err-pt32-cmd1.s 2 ! with -abi=64
6 ! { dg-error ".* only valid with -abi=64" "" { target sh64-*-* } 0 }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
abiflags-strip1-ph.d 12 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
stobin-0-dso.d 2 #as: --abi=32 --isa=SHmedia
  /external/libffi/src/tile/
ffitarget.h 35 #include <arch/abi.h>
  /external/llvm/test/MC/Mips/
reloc-directive-bad.s 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
reloc-directive-negative.s 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
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 - \
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffitarget.h 35 #include <arch/abi.h>
  /external/python/cpython3/Modules/_ctypes/libffi/src/tile/
ffitarget.h 35 #include <arch/abi.h>
  /frameworks/base/tools/split-select/
Grouper.cpp 45 } else if (split.abi != abi::Variant_none) {
47 key.abi = abi::Variant_none;
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...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
AbiFormatter.java 26 * Utility class for abi.
31 private static final String PRODUCT_CPU_ABI_KEY = "ro.product.cpu.abi";
32 public static final String FORCE_ABI_STRING = "force-abi";
33 public static final String FORCE_ABI_DESCRIPTION = "The abi to use, can be either 32 or 64.";
39 static final String ABI_REGEX = "\\|#ABI(\\d*)#\\|";
42 * Helper method that formats a given string to include abi specific
47 * @param abi {@link String} of the abi we desire to run on.
50 public static String formatCmdForAbi(String str, String abi) {
51 // If the abi is not set or null, do nothing. This is to maintain backward compatibility
    [all...]
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser_test.cpp 54 << "\n abi: " << artifact.abi_group << "\n density: " << artifact.screen_density_group
64 using ::aapt::configuration::Abi;
84 <abi-groups>
85 <abi-group label="other" version-code-order="2">
86 <abi>x86</abi>
87 <abi>mips</abi>
88 </abi-group>
89 <abi-group label="arm" version-code-order="1"
    [all...]
  /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/python/cpython3/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

Completed in 1364 milliseconds

1 23 4 5 6 7 8 91011>>