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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/apache-harmony/jdwp/
Android.mk 21 # We run in non-debug mode and support running with a forced abi. We must pass
24 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.25/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...]
  /external/llvm/lib/Target/Mips/
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...]
MipsLongBranch.cpp 67 ABI(static_cast<const MipsTargetMachine &>(TM).getABI()) {}
92 MipsABIInfo ABI;
281 if (!ABI.IsN64()) {
467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
  /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
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 41 # Verify that use of .localentry implies ABI version 2
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
obj.go 79 // TODO(austin): ABI v1 uses /usr/lib/ld.so.1
109 *ld.FlagD = true // TODO(austin): ELF ABI v1 not supported yet
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
obj.go 79 // TODO(austin): ABI v1 uses /usr/lib/ld.so.1
109 *ld.FlagD = true // TODO(austin): ELF ABI v1 not supported yet
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
prune.go 26 // Account for leading '.' on the PPC ELF v1 ABI.
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
prune.go 26 // Account for leading '.' on the PPC ELF v1 ABI.
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.0/
builder-test-api-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.3/
builder-test-api-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0/
builder-test-api-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0-alpha1/
builder-test-api-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.2.0-beta4/
builder-test-api-1.2.0-beta4.jar 

Completed in 847 milliseconds

1 2 3 4 5 6 7 8 91011>>