HomeSort by relevance Sort by last modified time
    Searched refs:ABI (Results 226 - 250 of 687) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-hppa-1.s 34 #; This is not ABI-compliant but helps the test to run on both
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
AtestRunnerTest.java 31 import com.android.tradefed.testtype.Abi;
53 private static final String ABI = "armeabi-v7a";
54 private static final String TEST_NAME_FMT = ABI + " %s";
75 // abi build of tradefed.
77 abis.add(new Abi(ABI, AbiUtils.getBitness(ABI)));
  /compatibility/cdd/3_software/
3_3_native-api-compatibility.md 25 binary-compatible (for the ABI) with each required library in the list
27 * [C-0-4] MUST support the equivalent 32-bit ABI if any 64-bit ABI is
30 (ABI) supported by the device, via the `android.os.Build.SUPPORTED_ABIS`,
36 [Android NDK ABI Management documentation](
107 If device implementations include a 32-bit ARM ABI, they:
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
InstalledInstrumentationsTestTest.java 40 private static final String ABI = "forceMyAbiSettingPlease";
75 p.parse("--size", "small", "--force-abi", ABI);
92 assertEquals(ABI, mockInstrumentationTest.getForceAbi());
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 54 private static final String ABI = "mips64";
55 private static final String ID_A = AbiUtils.createId(ABI, NAME_A);
56 private static final String ID_B = AbiUtils.createId(ABI, NAME_B);
123 " <Module name=\"%s\" abi=\"%s\" device=\"%s\" runtime=\"%s\" done=\"%s\">\n" +
264 String moduleA = String.format(XML_MODULE, NAME_A, ABI, DEVICE_A, RUNTIME_A, DONE_A,
274 String moduleB = String.format(XML_MODULE, NAME_B, ABI, DEVICE_B, RUNTIME_B, DONE_B,
345 assertEquals("Incorrect ABI", ABI, moduleA.getAbi());
368 assertEquals("Incorrect ABI", ABI, moduleB.getAbi())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 227 : TargetLowering(TM), Subtarget(STI), ABI(TM.getABI()) {
433 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4);
435 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP);
    [all...]
MipsAsmPrinter.cpp 313 case MipsABIInfo::ABI::O32: return "abi32";
314 case MipsABIInfo::ABI::N32: return "abiN32";
315 case MipsABIInfo::ABI::N64: return "abi64";
316 default: llvm_unreachable("Unknown Mips ABI");
691 const MipsABIInfo &ABI = MTM.getABI();
695 // Ideally it should test for properties of the ABI and not the ABI
698 if (!isPositionIndependent() && !ABI.IsN64())
702 // Tell the assembler which ABI we are using
713 // TODO: handle O64 ABI
    [all...]
  /external/elfutils/tests/
run-elfputzdata.sh 25 Cannot compress 2 .note.ABI-tag
63 Cannot compress 2 .note.ABI-tag
179 Cannot compress 2 .note.ABI-tag
218 Cannot compress 2 .note.ABI-tag
260 Cannot compress 2 .note.ABI-tag
301 Cannot compress 2 .note.ABI-tag
  /bionic/libc/arch-mips/bionic/
setjmp.S 140 /* Registers that are 4-byte on mips32 o32, and 8-byte on mips64 n64 abi */
258 # callee-saved fp regs on mips n64 ABI are $f24..$f31
268 # callee-saved fp regs on mips o32 ABI are
378 # callee-saved fp regs on mips n64 ABI are $f24..$f31
388 # callee-saved fp regs on mips o32 ABI are
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
obj.go 64 // TODO(austin): ABI v1 uses /usr/lib/ld.so.1,
97 *ld.FlagD = true // TODO(austin): ELF ABI v1 not supported yet
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
obj.go 64 // TODO(austin): ABI v1 uses /usr/lib/ld.so.1,
97 *ld.FlagD = true // TODO(austin): ELF ABI v1 not supported yet
  /external/apache-harmony/jdwp/
Android.mk 24 # We run in non-debug mode and support running with a forced abi. We must pass
27 cts_jdwp_test_runtime_target := dalvikvm|\#ABI\#| -XXlib:libart.so -Xcompiler-option --debuggable
  /external/llvm/test/MC/Mips/
nooddspreg-cmdarg.s 8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=+nooddspreg 2> %t0
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n64 -mattr=+nooddspreg 2> %t0
38 # INVALID: ERROR: -mno-odd-spreg requires the O32 ABI
nooddspreg.s 8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 2> %t1
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n64 2> %t2
38 # INVALID: '.module nooddspreg' requires the O32 ABI
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
ptext64-1.d 1 #as: --isa=shmedia --abi=64
4 #name: PT, PTA, PTB expansion for external symbols, 64-bit ABI.
shift32-1.d 1 #as: --abi=32
4 #name: Shift expressions, 32-bit ABI.
shift64-1.d 1 #as: --abi=64
4 #name: Shift expressions, 64-bit ABI, 32-bit subset.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 93 ; Return the proper symbol name for the target ABI.
111 ; Macro for the attribute to hide a global symbol for the target ABI.
143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
318 ; Win64 ABI requires that XMM6:XMM15 are callee saved
322 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /external/clang/lib/Basic/
Targets.cpp 152 // generating code for Win32 ABI. No need to emit
215 // The Watch ABI uses Dwarf EH.
278 // libc++abi doesn't declare _Unwind_Exception with __attribute__((aligned))
863 std::string ABI;
960 StringRef getABI() const override { return ABI; }
    [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 28 import com.android.tradefed.testtype.Abi;
64 private static final IAbi ABI = new Abi("armeabi-v7a", "32");
154 runner.setAbi(ABI);
161 return AbiUtils.createId(ABI.getName(), runner.getPackageName());
230 EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
295 AbiUtils.createAbiFlag(ABI.getName()), commandLine,
369 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
535 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
636 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName())))
    [all...]
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 48 private static final String ABI = "--abi=";
78 if (arg.startsWith(ABI)) {
79 abiName = arg.substring(ABI.length());
  /external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
non_trivial_copy_move_ABI.pass.cpp 13 // The test suite needs to define the ABI macros on the command line when
23 // FreeBSD provides the old ABI. This test checks the new ABI so we need
38 #error trivial ctor ABI macro defined
trivial_copy_move_ABI.pass.cpp 19 // FreeBSD provides the old ABI. This test checks the new ABI so we need
33 #error Non-trivial ctor ABI macro defined
  /external/libunwind/src/mips/
Ginit.c 64 && unw_local_addr_space->abi == UNW_MIPS_ABI_O32)
239 local_addr_space.abi = UNW_MIPS_ABI_O32;
241 local_addr_space.abi = UNW_MIPS_ABI_N32;
243 local_addr_space.abi = UNW_MIPS_ABI_N64;
245 # error Unsupported ABI

Completed in 714 milliseconds

1 2 3 4 5 6 7 8 91011>>