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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
macro-warn-1-n32.d 1 #as: -march=from-abi -n32 -KPIC
attr-gnu-abi-msa-1.d 1 #source: attr-gnu-abi-msa-1.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
comm-data.exp 34 proc mips_comm_data_test { abi flag emul reloc } {
36 set testname "MIPS $abi/$reloc common symbol override test"
53 "libmips-$abi-$reloc-comm-data.so" \
57 # Set the pointer size according to the ABI.
58 if { $abi == "n64" } {
68 "$LDFLAGS $ZFLAG -T ../ld-elf/comm-data2.ld -Ltmpdir -lmips-$abi-$reloc-comm-data" "" \
76 "mips-$abi-$reloc-comm-data" \
81 # For targets that default to a specific ISA (instead of "from-abi"),
86 foreach { abi flag emul } $abis {
88 mips_comm_data_test $abi $flag $emul $relo
    [all...]
export-class.exp 33 proc mips_export_class_test { abi flag emul } {
35 set testname "MIPS $abi symbol export class test"
37 set dump [string map {o32 32 n32 32 n64 64} $abi]
51 "mips-$abi-export-class-lib.so" \
65 "mips-$abi-export-class-ref-r.o" \
78 "$LDFLAGS -shared -Tdata=0x12340000 tmpdir/mips-$abi-export-class-ref-r.o tmpdir/mips-$abi-export-class-lib.so" "" \
85 "mips-$abi-export-class.so" \
90 # For targets that default to a specific ISA (instead of "from-abi"),
94 foreach { abi flag emul } $abis
    [all...]
abiflags-strip1-ph.d 12 private flags = 70001000: \[abi=O32\] \[mips32r2\] \[not 32bitmode\]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
export-class.exp 33 proc x86_64_export_class_test { abi flag emul } {
35 set testname "x86-64 $abi symbol export class test"
37 set dump [string map {32 ../ld-i386/i386 x32 x86-64-x32 64 x86-64-64} $abi]
51 "x86-64-$abi-export-class-lib.so" \
65 "x86-64-$abi-export-class-ref-r.o" \
78 "$LDFLAGS -shared -Tdata=0x12340000 tmpdir/x86-64-$abi-export-class-ref-r.o tmpdir/x86-64-$abi-export-class-lib.so" "" \
85 "x86-64-$abi-export-class.so" \
91 foreach { abi flag emul } $abis {
92 x86_64_export_class_test $abi $flag $emu
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
AbiUtils.java 28 // List of supported abi
70 * The set of ABI names which Compatibility supports.
75 * The map of architecture to ABI.
145 * Returns the architecture matching the abi.
147 public static String getArchForAbi(String abi) {
148 if (abi == null || abi.isEmpty()) {
149 throw new IllegalArgumentException("Abi cannot be null or empty");
151 return ABI_TO_ARCH.get(abi);
154 /** Returns the base architecture matching the abi. *
    [all...]
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...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
prep_cif.c 72 Linux ABI that right justify small structs in a register.
79 /* On some targets, the ABI defines that structures have an additional
93 /* The CRIS ABI specifies structure elements to have byte
107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi,
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI))
124 cif->abi = abi;
132 ffi_prep_types (abi);
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
TestFilter.java 32 * -"name" -> abi = null, name = "name", test = null
33 * -"name" "test..." -> abi = null, name = "name", test = "test..."
34 * -"abi" "name" -> abi = "abi", name = "name", test = null
35 * -"abi" "name" "test..." -> abi = "abi", name = "name", test = "test..."
47 String abi = null, name = null, test = null; local
51 // <abi> <name
    [all...]
  /system/extras/simpleperf/inferno/
adb.py 7 class Abi:
60 return Abi.ARM_64
62 return Abi.ARM
64 return Abi.X86_64
66 return Abi.X86
67 return Abi.ARM_64
69 def get_exec_path(self, abi):
71 if abi == Abi.ARM:
73 if abi == Abi.X86
    [all...]
  /external/libunwind/src/mips/
Gcreate_addr_space.c 61 as->abi = UNW_MIPS_ABI_O32;
64 as->abi = UNW_MIPS_ABI_N64;
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
prep_cif.c 69 Linux ABI that right justify small structs in a register.
88 ffi_abi abi, unsigned int nargs,
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
99 cif->abi = abi;
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
145 && cif->abi != FFI_V9))
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
prep_cif.c 69 Linux ABI that right justify small structs in a register.
88 ffi_abi abi, unsigned int nargs,
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
99 cif->abi = abi;
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
145 && cif->abi != FFI_V9))
  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-sh/sh64/
stobin-0-dso.d 2 #as: --abi=32 --isa=SHmedia
  /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 \
  /external/python/cpython2/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;
  /system/extras/simpleperf/
dwarf_unwind.h 30 std::vector<uint64_t> UnwindCallChain(int abi, const ThreadEntry& thread, const RegSet& regs,

Completed in 966 milliseconds

1 2 3 45 6 7 8 91011>>