Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/external/perfetto/src/tracing/core/
Dshared_memory_abi_unittest.cc37 SharedMemoryABI abi(buf(), buf_size(), page_size()); in TEST_P() local
39 ASSERT_EQ(buf(), abi.start()); in TEST_P()
40 ASSERT_EQ(buf() + buf_size(), abi.end()); in TEST_P()
41 ASSERT_EQ(buf_size(), abi.size()); in TEST_P()
42 ASSERT_EQ(page_size(), abi.page_size()); in TEST_P()
43 ASSERT_EQ(kNumPages, abi.num_pages()); in TEST_P()
46 ASSERT_TRUE(abi.is_page_free(i)); in TEST_P()
47 ASSERT_FALSE(abi.is_page_complete(i)); in TEST_P()
49 ASSERT_EQ(0u, abi.GetFreeChunks(i)); in TEST_P()
52 ASSERT_TRUE(abi.TryPartitionPage(0, SharedMemoryABI::kPageDiv1)); in TEST_P()
[all …]
/external/vixl/test/aarch64/
Dtest-abi.cc44 TEST(abi) { in TEST() argument
45 ABI abi; in TEST() local
47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0); in TEST()
48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid()); in TEST()
50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0))); in TEST()
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0))); in TEST()
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0))); in TEST()
53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0))); in TEST()
55 abi.GetReturnGenericOperand<short>().Equals( // NOLINT(runtime/int) in TEST()
57 VIXL_CHECK(abi.GetReturnGenericOperand<int16_t>().Equals(GenericOperand(w0))); in TEST()
[all …]
/external/llvm-project/llvm/test/MC/RISCV/
Dtarget-abi-invalid.s1 # RUN: llvm-mc -triple=riscv32 -target-abi foo < %s 2>&1 \
3 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32foof < %s 2>&1 \
6 # RV32I-FOO: 'foo' is not a recognized ABI for this target (ignoring target-abi)
7 # RV32IF-ILP32FOOF: 'ilp32foof' is not a recognized ABI for this target (ignoring target-abi)
9 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32 < %s 2>&1 \
11 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi ilp32f < %s 2>&1 \
13 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi ilp32d < %s 2>&1 \
15 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32e < %s 2>&1 \
18 # RV64I-ILP32: 32-bit ABIs are not supported for 64-bit targets (ignoring target-abi)
19 # RV64IF-ILP32F: 32-bit ABIs are not supported for 64-bit targets (ignoring target-abi)
[all …]
Dtarget-abi-valid.s4 # RUN: llvm-mc -triple=riscv32 -target-abi ilp32 -filetype=obj < %s \
7 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32 -filetype=obj < %s \
10 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi ilp32 -filetype=obj < %s \
16 # RUN: llvm-mc -triple=riscv64 -target-abi lp64 -filetype=obj < %s \
19 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64 -filetype=obj < %s \
22 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi lp64 -filetype=obj < %s \
26 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32f -filetype=obj < %s \
29 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi ilp32f -filetype=obj < %s \
32 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64f -filetype=obj < %s \
35 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi lp64f -filetype=obj < %s \
[all …]
/external/mesa3d/src/amd/llvm/
Dac_shader_abi.h71 void (*emit_outputs)(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs);
73 void (*emit_vertex)(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs);
75 void (*emit_primitive)(struct ac_shader_abi *abi, unsigned stream);
77 void (*emit_vertex_with_counter)(struct ac_shader_abi *abi, unsigned stream,
80 LLVMValueRef (*load_inputs)(struct ac_shader_abi *abi,
85 LLVMValueRef (*load_tess_varyings)(struct ac_shader_abi *abi, LLVMTypeRef type,
91 void (*store_tcs_outputs)(struct ac_shader_abi *abi,
96 LLVMValueRef (*load_tess_coord)(struct ac_shader_abi *abi);
98 LLVMValueRef (*load_patch_vertices_in)(struct ac_shader_abi *abi);
100 LLVMValueRef (*load_tess_level)(struct ac_shader_abi *abi, unsigned varying_id,
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc74 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset()
116 const abi::__class_type_info *Base, in isDerivedFromAtOffset()
123 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset()
124 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset()
127 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset()
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset()
138 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset()
140 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset()
155 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset()
[all …]
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cpp74 namespace abi = __cxxabiv1;
117 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset()
118 const abi::__class_type_info *Base, in isDerivedFromAtOffset()
124 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset()
125 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset()
128 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset()
129 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset()
139 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset()
141 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset()
156 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset()
[all …]
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dtarget-abi-invalid.ll1 ; RUN: llc -mtriple=riscv32 -target-abi foo < %s 2>&1 \
3 ; RUN: llc -mtriple=riscv32 -mattr=+f -target-abi ilp32foof < %s 2>&1 \
6 ; RV32I-FOO: 'foo' is not a recognized ABI for this target (ignoring target-abi)
7 ; RV32IF-ILP32FOOF: 'ilp32foof' is not a recognized ABI for this target (ignoring target-abi)
9 ; RUN: llc -mtriple=riscv64 -target-abi ilp32 < %s 2>&1 \
11 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi ilp32f < %s 2>&1 \
13 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi ilp32d < %s 2>&1 \
15 ; RUN: llc -mtriple=riscv64 -target-abi ilp32e < %s 2>&1 \
18 ; RV64I-ILP32: 32-bit ABIs are not supported for 64-bit targets (ignoring target-abi)
19 ; RV64IF-ILP32F: 32-bit ABIs are not supported for 64-bit targets (ignoring target-abi)
[all …]
Dtarget-abi-valid.ll3 ; RUN: llc -mtriple=riscv32 -target-abi ilp32 < %s \
5 ; RUN: llc -mtriple=riscv32 -mattr=+f -target-abi ilp32 < %s \
7 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32 < %s \
11 ; RUN: llc -mtriple=riscv64 -target-abi lp64 < %s \
13 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64 < %s \
15 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64 < %s \
17 ; RUN: llc -mtriple=riscv32 -mattr=+f -target-abi ilp32f < %s 2>&1 \
19 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32f < %s 2>&1 \
21 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32d < %s 2>&1 \
23 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64f < %s 2>&1 \
[all …]
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py213 def get_extension(module, abi, revision, is_public=False, led_provision=None, camera_facing=None): argument
234 if not CONFIG.get('DYNAMIC_TEST_FETCH') and abi:
235 ext_parts += [abi]
244 def get_doc(modules, abi, is_public): argument
252 abi_text = (' using %s ABI' % abi) if abi else ''
266 abi, argument
286 return 'control.%s' % get_extension(module, abi, revision, is_public, led_provision,
294 def get_suites(modules, abi, is_public, camera_facing=None): argument
316 if module in CONFIG['SMOKE'] and (abi == 'arm' or abi == ''):
322 if abi == 'x86':
[all …]
/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp52 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoGetFrameCount() local
54 while (AddOneMoreFrame(abi)) { in DoGetFrameCount()
75 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in AddFirstFrame() local
99 UpdateUnwindPlanForFirstFrameIfInvalid(abi); in AddFirstFrame()
113 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { in GetOneMoreFrame() argument
160 return GetOneMoreFrame(abi); in GetOneMoreFrame()
179 return GetOneMoreFrame(abi); in GetOneMoreFrame()
199 return GetOneMoreFrame(abi); in GetOneMoreFrame()
207 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
219 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
[all …]
/external/angle/scripts/
Dgenerate_android_bp.py315 for abi in abi_targets:
316 for key in bps_for_abis[abi]:
317 if isinstance(bps_for_abis[abi][key], list):
319 for value in bps_for_abis[abi][key]:
338 if key in common_bp['arch'][abi].keys():
339 common_bp['arch'][abi][key].append(value)
341 common_bp['arch'][abi][key] = [value]
344 common_bp[key] = bps_for_abis[abi][key]
352 for abi in abi_targets:
353 if target not in build_info[abi].keys():
[all …]
/external/libffi/src/
Dprep_cif.c109 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument
123 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core()
126 cif->abi = abi; in ffi_prep_cif_core()
136 ffi_prep_types (abi); in ffi_prep_cif_core()
221 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
224 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
228 ffi_abi abi, in ffi_prep_cif_var() argument
234 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets() argument
253 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_get_struct_offsets()
[all …]
/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.sh47 --abi)
48 abi="$2"
65 echo abi=$abi
66 if [[ -z $abi ]]
68 echo No abi provided, so building for all supported abis.
83 if [[ $abi ]]; then
84 …TION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party APP_ABI=$abi -j $cores;
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core()
124 cif->abi = abi; in ffi_prep_cif_core()
132 ffi_prep_types (abi); in ffi_prep_cif_core()
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core()
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core()
178 && cif->abi != FFI_V9)) in ffi_prep_cif_core()
218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
221 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
225 ffi_abi abi, in ffi_prep_cif_var() argument
[all …]
/external/libffi/src/powerpc/
Dffi_linux64.c50 ffi_prep_types_linux64 (ffi_abi abi) in ffi_prep_types_linux64() argument
52 if ((abi & (FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128)) == FFI_LINUX) in ffi_prep_types_linux64()
67 discover_homogeneous_aggregate (ffi_abi abi, in discover_homogeneous_aggregate() argument
76 if ((abi & FFI_LINUX_LONG_DOUBLE_128) == 0) in discover_homogeneous_aggregate()
85 else if ((abi & FFI_LINUX_LONG_DOUBLE_IEEE128) == 0) in discover_homogeneous_aggregate()
104 el_elt = discover_homogeneous_aggregate (abi, *el, &el_elnum); in discover_homogeneous_aggregate()
141 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0 || in ffi_prep_cif_linux64_core()
142 (cif->abi & FFI_LINUX_LONG_DOUBLE_IEEE128) != 0) in ffi_prep_cif_linux64_core()
146 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_IEEE128) != 0) in ffi_prep_cif_linux64_core()
150 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) == 0 && in ffi_prep_cif_linux64_core()
[all …]
/external/oboe/
Dprefab_build.sh39 for abi in ${ABIS[@]}
41 echo "Copying the ${abi} library"
42 cp -v "../${abi}/liboboe.so" "oboe-${version}/prefab/modules/oboe/libs/android.${abi}/"
46 for abi in ${ABIS[@]}
50 --stl c++_shared --ndk-version 21 --abi ${abi} \
54 echo "${abi} package verified"
56 echo "${abi} package verification failed"
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dintrinsics-cc.ll1 ; RUN: llc -mtriple thumbv7-unknown-none-eabi -float-abi soft -filetype asm -o - %s | FileCheck %s
2 ; RUN: llc -mtriple thumbv7-unknown-none-eabi -float-abi hard -filetype asm -o - %s | FileCheck %s
3 ; RUN: llc -mtriple thumbv7-unknown-none-eabihf -float-abi soft -filetype asm -o - %s | FileCheck %s
4 ; RUN: llc -mtriple thumbv7-unknown-none-eabihf -float-abi hard -filetype asm -o - %s | FileCheck %s
6 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabi -float-abi soft -filetype asm -o - %s | FileCheck …
7 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabi -float-abi hard -filetype asm -o - %s | FileCheck …
8 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabihf -float-abi soft -filetype asm -o - %s | FileChec…
9 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabihf -float-abi hard -filetype asm -o - %s | FileChec…
11 ; RUN: llc -mtriple thumbv7-unknown-none-musleabi -float-abi soft -filetype asm -o - %s | FileCheck…
12 ; RUN: llc -mtriple thumbv7-unknown-none-musleabi -float-abi hard -filetype asm -o - %s | FileCheck…
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c58 int cabi = ecif->cif->abi; in ffi_prep_args()
286 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep()
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) in ffi_prep_cif_machdep()
373 switch (cif->abi) in ffi_call()
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
390 unsigned int abi = cif->abi; in ffi_call()
408 if (passed_regs < 2 && abi == FFI_FASTCALL) in ffi_call()
409 abi = FFI_THISCALL; in ffi_call()
410 if (passed_regs < 1 && abi == FFI_THISCALL) in ffi_call()
411 abi = FFI_STDCALL; in ffi_call()
[all …]
/external/python/setuptools/setuptools/
Dpep425tags.py103 abi = '%s%s%s%s%s' % (impl, get_impl_ver(), d, m, u)
105 abi = 'cp' + soabi.split('-')[1]
107 abi = soabi.replace('.', '_').replace('-', '_')
109 abi = None
110 return abi
222 impl=None, abi=None): argument
250 abi = abi or get_abi_tag()
251 if abi:
252 abis[0:0] = [abi]
285 for abi in abis:
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Delf_header.s19 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips1 -target-abi=o32 …
20 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips2 -target-abi=o32 …
21 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips3 -target-abi=o32 …
22 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 -target-abi=o32 …
23 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips5 -target-abi=o32 …
24 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -target-abi=o32 …
25 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 …
26 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 …
27 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r2 -target-abi=o32 …
28 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r3 -target-abi=o32 …
[all …]
/external/libffi/src/mips/
Dffi.c132 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
133 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
136 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
137 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
336 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep_int()
374 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep_int()
429 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep_int()
430 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep_int()
539 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep_int()
624 switch (cif->abi) in ffi_call_int()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv()
64 translate_float (int abi, int type) in translate_float() argument
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float()
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float()
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float()
122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core()
153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core()
179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core()
292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv()
[all …]
/external/libabigail/tests/data/test-abidiff/
Dtest-PR24552-v0.abi1 <abi-corpus-group path='mypath' architecture='elf-arm-aarch64'>
2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
6 …<abi-instr version='1.0' address-size='64' path='file.h' comp-dir-path='common' language='LANG_C89…
9 </abi-instr>
10 </abi-corpus>
11 </abi-corpus-group>
Dtest-PR24552-v1.abi1 <abi-corpus-group path='mypath' architecture='elf-arm-aarch64'>
2 <abi-corpus path='vmlinux' architecture='elf-arm-aarch64'>
6 …<abi-instr version='1.0' address-size='64' path='file.h' comp-dir-path='common' language='LANG_C89…
9 </abi-instr>
10 </abi-corpus>
11 </abi-corpus-group>

12345678910>>...54