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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-48.d 4 #error: \A[^\n]*: Warning: .* uses -mips32r2 -mfp64 \(12 callee-saved\) \(set by .*\), .* uses unknown floating point ABI 8\n
  /ndk/tests/standalone/builtin-macros/
run.sh 126 case $ABI in
131 case $ABI in
143 case $ABI in
152 # don't use -mfloat-abi=softfp or -mfloat-abi=hard. I can only
153 # assume it corresponds to -mfloat-abi=soft, which corresponds
156 # Not to be confused with -mfloat-abi=softfp which indicates
191 macro_check _MIPS_ARCH_MIPS32 1 "Mips 32-bit ABI"
233 echo "Unknown ABI: $ABI"
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 5 #define __is_winrt_array(type) (type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt8Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int16Array ||\
6 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt16Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int32Array ||\
7 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt32Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_Int64Array ||\
8 type == ABI::Windows::Foundation::PropertyType::PropertyType_UInt64Array || type == ABI::Windows::Foundation::PropertyType::PropertyType_SingleArray ||\
9 type == ABI::Windows::Foundation::PropertyType::PropertyType_DoubleArray || type == ABI::Windows::Foundation::PropertyType::PropertyType_Char16Array ||
    [all...]
  /ndk/build/tools/
make-standalone-toolchain.sh 418 LIBCXX_SUPPORT_LIB=libc++abi
457 elif [ "$LIBCXX_SUPPORT_LIB" = "libc++abi" ]; then
458 copy_directory "$LIBCXX_DIR/../llvm-libc++abi/libcxxabi/include" "$ABI_STL_INCLUDE/../../llvm-libc++abi/include"
459 copy_abi_headers llvm-libc++abi cxxabi.h libunwind.h unwind.h
473 # $1: Source ABI (e.g. 'armeabi')
479 local ABI=$1
484 local ABI_SRC_DIR=$ABI
487 ABI_SRC_DIR=$ABI/$SRC_DIR
490 ABI_SRC_DIR=$ABI/`basename $DEST_DIR
    [all...]
prebuilt-common.sh 573 # TOOLCHAIN AND ABI PROCESSING
1071 # Determine ABI based on toolchain name
1076 ABI="armeabi"
1082 ABI="armeabi"
1088 ABI="arm64-v8a"
1093 ABI=$ARCH
1102 ABI=$ARCH
1111 ABI=$ARCH
1126 ABI=$ARCH
    [all...]
build-ndk-sysroot.sh 28 # WARNING: For now, only a single target ABI/Architecture us supported
36 # ABI is the target ABI name for the NDK
37 ABI=arm
62 --abi=*)
81 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
93 ABI=$OPTION_ABI
96 case "$ABI" i
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ModuleResultTest.java 28 private static final String ABI = "mips64";
29 private static final String ID = AbiUtils.createId(ABI, NAME);
30 private static final String ID_2 = AbiUtils.createId(ABI, NAME_2);
52 assertEquals("Incorrect module ABI", ABI, mResult.getAbi());
  /external/llvm/test/MC/Mips/
module-hardfloat.s 5 # RUN: llvm-readobj -mips-abi-flags - | \
11 # CHECK-OBJ: MIPS ABI Flags {
12 # CHECK-OBJ: FP ABI: Hard float (32-bit CPU, Any FPU) (0x5)
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.h 12 ABI::Windows::Phone::Graphics::Interop::IDrawingSurfaceContentProvider,
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.h 12 ABI::Windows::Phone::Graphics::Interop::IDrawingSurfaceContentProvider,
  /ndk/build/core/
add-platform.mk 28 # Record the sysroots for each supported ABI
32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
  /build/core/combo/arch/x86_64/
x86_64.mk 2 # base 'x86_64' platform ABI.
  /ndk/tests/device/b8708181-Vector4/jni/
Android.mk 7 LOCAL_CFLAGS += -DHAVE_NEON=1 -march=armv7-a -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp
10 # x86 ABI was recently changed to gen SSSE3 by default. Disable it in order
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
movi32-noexp-2.d 1 #as: --isa=shmedia --abi=32 -no-expand
4 #name: MOVI non-expansion of local symbols with relocs, 32-bit ABI.
movi64-noexp-2.d 1 #as: --isa=shmedia --abi=64 -no-expand
4 #name: MOVI non-expansion of local symbols with relocs, 64-bit ABI.
ua32-1.d 1 #as: --abi=32
4 #name: Unaligned pseudos, 32-bit ABI.
ua64-1.d 1 #as: --abi=64
3 #name: Unaligned pseudos, 64-bit ABI.
movi32-1.d 1 #as: --isa=shmedia --abi=32
4 #name: MOVI expansion, 32-bit ABI.
movi32-2.d 1 #as: --isa=shmedia --abi=32
4 #name: MOVI expansion of local symbols with relocs, 32-bit ABI.
movi64-2.d 1 #as: --isa=shmedia --abi=64
3 #name: MOVI expansion, 64-bit ABI, 64-bit subset.
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 264 /// expandBuildPairF64 does, for the case when ABI is fpxx and mthc1 is not
265 /// available and the case where the ABI is FP64A. It is implemented here
277 // The FP64A ABI (fp64 with nooddspreg) must also use a spill/reload sequence
316 /// expandExtractElementF64 does, for the case when ABI is fpxx and mfhc1 is not
317 /// available and the case where the ABI is FP64A. It is implemented here
338 // The FP64A ABI (fp64 with nooddspreg) must also use a spill/reload sequence
389 MipsABIInfo ABI = STI.getABI();
390 unsigned SP = ABI.GetStackPtr();
391 unsigned FP = ABI.GetFramePtr();
392 unsigned ZERO = ABI.GetNullPtr()
    [all...]
MipsTargetMachine.cpp 51 MipsABIInfo ABI = MipsABIInfo::computeTargetABI(TT, CPU, Options.MCOptions);
62 if (!ABI.IsN64())
72 if (ABI.IsN64() || ABI.IsN32())
93 ABI(MipsABIInfo::computeTargetABI(TT, CPU, Options.MCOptions)),
  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 46 namespace AWM = ::ABI::Windows::Media;
47 namespace AWMMp = ::ABI::Windows::Media::MediaProperties;
48 namespace AWFC = ::ABI::Windows::Foundation::Collections;
64 // Cast a C++/CX msartpointer to an ABI smartpointer
73 // Cast an ABI smartpointer
82 // Cast an ABI smartpointer
  /build/core/combo/arch/x86/
x86.mk 2 # base 'x86' platform ABI.
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 63 DeviceInfoCollector.collectDeviceInfo(getDevice(), UnitTests.ABI.getName(), new File(
75 DeviceInfoCollector.collectExtendedDeviceInfo(getDevice(), UnitTests.ABI.getName(),

Completed in 1096 milliseconds

1 2 3 4 5 6 78 91011>>