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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
abi-64.s 1 ! Check successful .abi assertion for 64-bit ABI.
4 .abi 64
abi-32.s 1 ! Check successful .abi assertion for 32-bit ABI.
4 .abi 32
err-abi-32.s 1 ! Check .abi pseudo assertion.
4 ! { dg-options "-abi=64" }
7 .abi 32 ! { dg-error "options do not specify 32-bit ABI" }
err-abi-64.s 1 ! Check .abi pseudo assertion.
4 ! { dg-options "-abi=32" }
7 .abi 64 ! { dg-error "options do not specify 64-bit ABI" }
abi-32.d 1 #as: --abi=32
3 #name: Assertion .abi 32.
abi-64.d 1 #as: --abi=64
3 #name: Assertion .abi 64.
  /frameworks/base/tools/split-select/
SplitDescription.cpp 30 : abi(abi::Variant_none) {
35 cmp = (int)abi - (int)rhs.abi;
41 if (abi != abi::Variant_none || o.abi != abi::Variant_none) {
42 abi::Family family = abi::getFamily(abi)
88 abi::Variant abi = abi::Variant_none; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/
xgate.exp 25 # ABI tests
26 run_dump_test abi-xgate-16-64
27 run_dump_test abi-xgate-16-32
28 run_dump_test abi-xgate-32-64
29 run_dump_test abi-xgate-32-32
abi-xgate-16-32.d 4 #source: abi.s
7 private flags = 80:\[abi=16-bit int, 32-bit double, cpu=XGATE\]
abi-xgate-16-64.d 4 #source: abi.s
7 private flags = 82:\[abi=16-bit int, 64-bit double, cpu=XGATE\]
abi-xgate-32-32.d 4 #source: abi.s
7 private flags = 81:\[abi=32-bit int, 32-bit double, cpu=XGATE\]
abi-xgate-32-64.d 4 #source: abi.s
7 private flags = 83:\[abi=32-bit int, 64-bit double, cpu=XGATE\]
  /external/vixl/test/aarch64/
test-abi.cc 30 #include "aarch64/abi-aarch64.h"
33 #error "C++11 should be sufficient to provide ABI support."
44 TEST(abi) {
45 ABI abi; local
47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0);
48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid());
50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0)));
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0)));
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0)))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NativeAbi.java 29 private NativeAbi(String abi) {
30 mAbi = abi;
37 public static NativeAbi getByString(String abi) {
39 if (a.getAbi().equals(abi)) {
44 throw new IllegalArgumentException("Unknown abi: " + abi);
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
MetricsStore.java 42 * @param abi
46 public static void storeResult(IBuildInfo buildInfo, String abi, String classMethodName,
49 mMap.put(generateTestKey(startTime, abi, classMethodName), reportLog);
56 public static ReportLog removeResult(IBuildInfo buildInfo, String abi, String classMethodName) {
58 return mMap.remove(generateTestKey(startTime, abi, classMethodName));
62 * @return test key in the form of start_time#abi#class_name#method_name
64 private static String generateTestKey(String startTime, String abi, String classMethodName) {
65 return String.format("%s#%s#%s", startTime, abi, classMethodName);
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 10 // Implementation of type hashing/lookup for Itanium C++ ABI.
22 // given in the Itanium ABI. We make no attempt to be ODR-compatible with
23 // those definitions, since existing ABI implementations aren't.
74 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
116 const abi::__class_type_info *Base,
123 if (const abi::__si_class_type_info *SI =
124 dynamic_cast<const abi::__si_class_type_info*>(Derived))
127 const abi::__vmi_class_type_info *VTI =
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
abi-m68hc11-16-32.d 4 #source: abi.s
7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-16-64.d 4 #source: abi.s
7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-32-32.d 4 #source: abi.s
7 private flags = 1:\[abi=32-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-32-64.d 4 #source: abi.s
7 private flags = 3:\[abi=32-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
IAbiReceiver.java 19 * A test that needs the ABI under test.
23 public void setAbi(IAbi abi);
  /art/compiler/trampolines/
trampoline_compiler.h 29 EntryPointCallingConvention abi,
32 EntryPointCallingConvention abi,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cfi-n64-1.d 1 #as: -march=from-abi -64 -EB
macro-warn-2-n32.d 1 #as: -march=from-abi -n32 -KPIC
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
export-class.exp 33 proc powerpc_export_class_test { abi endian emul } {
35 set testname "PowerPC $abi $endian symbol export class test"
37 set AFLAGS "-a$abi -$endian"
49 "powerpc-$abi-export-class-lib.so" \
63 "powerpc-$abi-export-class-ref-r.o" \
76 "$LDFLAGS -shared -Tdata=0x12340000 tmpdir/powerpc-$abi-export-class-ref-r.o tmpdir/powerpc-$abi-export-class-lib.so" "" \
80 [list readelf -r powerpc-$abi-export-class.rd] \
81 [list readelf "-x .data" powerpc-$abi-export-class.xd] \
83 "powerpc-$abi-export-class.so"
    [all...]

Completed in 245 milliseconds

1 2 3 4 5 6 7 8 91011>>