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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Analysis/
DemandedBits.cpp 347 auto ABI = AliveBits.find(I);
348 if (ABI != AliveBits.end())
349 ABPrev = ABI->second;
352 if (ABNew != ABPrev || ABI == AliveBits.end()) {
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
35 # CHECK-OBJ: MIPS ABI Flags {
42 # CHECK-OBJ-NEXT: FP ABI: Hard float (32-bit CPU, Any FPU) (0x5)
nooddspreg-cmdarg.s 8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -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
38 # INVALID: '.module nooddspreg' requires the O32 ABI
  /ndk/build/core/
setup-abi.mk 19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
23 $(call __ndk_info,ERROR: The $(TARGET_ARCH_ABI) ABI has no associated architecture!)
setup-toolchain.mk 16 # this file is included repeatedly from build/core/setup-abi.mk and is used
17 # to setup the target toolchain for a given platform/abi combination.
26 # Check that we have a toolchain that supports the current ABI.
50 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
76 $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
99 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION))
102 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
107 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-hppa-1.s 34 #; This is not ABI-compliant but helps the test to run on both
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ConsoleReporterTest.java 44 private static final String ABI = "mips64";
45 private static final String ID = AbiUtils.createId(ABI, NAME);
46 private static final String ID2 = AbiUtils.createId(ABI, NAME2);
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 357 _Ty _UnwrapAsyncActionWithProgressSelector(ABI::Windows::Foundation::IAsyncActionWithProgress_impl<_Ty>*);
363 _Progress _UnwrapAsyncOperationWithProgressProgressSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress_impl<_Ty, _Progress>*);
369 _T2 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
372 _T1 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T1>*);
381 _TypeSelectorAsyncOperation _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperation<_T>*);
383 _TypeSelectorAsyncAction _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncAction*);
386 _TypeSelectorAsyncOperationWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
389 _TypeSelectorAsyncActionWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T>*);
394 static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
408 _Ty _UnwrapAsyncOperationSelector(ABI::Windows::Foundation::IAsyncOperation_impl<_Ty>*)
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 357 _Ty _UnwrapAsyncActionWithProgressSelector(ABI::Windows::Foundation::IAsyncActionWithProgress_impl<_Ty>*);
363 _Progress _UnwrapAsyncOperationWithProgressProgressSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress_impl<_Ty, _Progress>*);
369 _T2 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
372 _T1 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T1>*);
381 _TypeSelectorAsyncOperation _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperation<_T>*);
383 _TypeSelectorAsyncAction _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncAction*);
386 _TypeSelectorAsyncOperationWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
389 _TypeSelectorAsyncActionWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T>*);
394 static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
408 _Ty _UnwrapAsyncOperationSelector(ABI::Windows::Foundation::IAsyncOperation_impl<_Ty>*)
    [all...]
  /external/mesa3d/bin/
mklib 327 # x86_64 x32 ABI.
331 # x86_64 64-bit ABI.
335 # x86 32-bit ABI.
352 # Check to see if we are building for a different ABI.
404 # Check to see if we are building for a different ABI.
594 # examine first object to determine ABI
601 ABI="o32-bit"
604 ABI="n32-bit"
607 ABI="64-bit"
609 echo "Error: Unexpected IRIX ABI!"
    [all...]
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 50 private static final String ABI = "--abi=";
65 if (arg.startsWith(ABI)) {
66 abiName = arg.substring(ABI.length());
  /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 141 /* Registers that are 4-byte on mips32 o32, and 8-byte on mips64 n64 abi */
246 # callee-saved fp regs on mips n64 ABI are $f24..$f31
256 # callee-saved fp regs on mips o32 ABI are
349 # callee-saved fp regs on mips n64 ABI are $f24..$f31
359 # callee-saved fp regs on mips o32 ABI are
  /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 case MipsABIInfo::ABI::EABI: return "eabi32"; // TODO: handle eabi64
317 default: llvm_unreachable("Unknown Mips ABI");
703 const MipsABIInfo &ABI = MTM.getABI();
708 // Ideally it should test for properties of the ABI and not the ABI
711 if (RM == Reloc::Static && !ABI.IsN64())
715 // Tell the assembler which ABI we are usin
    [all...]
MipsISelLowering.cpp 227 : TargetLowering(TM), Subtarget(STI), ABI(TM.getABI()) {
437 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4);
439 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP);
    [all...]
  /cts/build/
test_deqp_package.mk 30 # Query build ABIs by routing a dummy test list through xml generator and parse result. Use sed to insert the ABI string into the XML files.
test_target_testng_package.mk 40 # Query build ABIs by routing a dummy test list through xml generator and parse result. Use sed to insert the ABI string into the XML files.
  /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
  /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
320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 19 import com.android.compatibility.common.tradefed.testtype.Abi;
61 private static final IAbi ABI = new Abi("armeabi-v7a", "32");
172 runner.setAbi(ABI);
179 return AbiUtils.createId(ABI.getName(), runner.getPackageName());
248 EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
313 AbiUtils.createAbiFlag(ABI.getName()), commandLine,
387 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
553 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName()))))
669 EasyMock.eq(true), EasyMock.eq(AbiUtils.createAbiFlag(ABI.getName())))
    [all...]

Completed in 2889 milliseconds

1 2 3 4 5 6 7 8 91011>>