Home
last modified time | relevance | path

Searched refs:abi (Results 1 - 25 of 180) sorted by relevance

12345678

/third_party/vixl/test/aarch64/
H A Dtest-abi.cc29 #include "aarch64/abi-aarch64.h"
44 TEST(abi) { in TEST()
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()
54 VIXL_CHECK(abi in TEST()
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_shader_abi.h55 void (*export_vertex)(struct ac_shader_abi *abi);
57 void (*emit_vertex)(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs);
59 void (*emit_primitive)(struct ac_shader_abi *abi, unsigned stream);
61 void (*emit_vertex_with_counter)(struct ac_shader_abi *abi, unsigned stream,
64 LLVMValueRef (*load_inputs)(struct ac_shader_abi *abi,
69 LLVMValueRef (*load_tess_varyings)(struct ac_shader_abi *abi, LLVMTypeRef type,
74 LLVMValueRef (*load_ubo)(struct ac_shader_abi *abi, LLVMValueRef index);
84 LLVMValueRef (*load_ssbo)(struct ac_shader_abi *abi, LLVMValueRef buffer, bool write, bool non_uniform);
97 LLVMValueRef (*load_sampler_desc)(struct ac_shader_abi *abi, unsigned descriptor_set,
102 LLVMValueRef (*load_sample_position)(struct ac_shader_abi *abi, LLVMValueRe
[all...]
H A Dac_nir_to_llvm.h50 void ac_nir_translate(struct ac_llvm_context *ac, struct ac_shader_abi *abi,
53 void ac_handle_shader_output_decl(struct ac_llvm_context *ctx, struct ac_shader_abi *abi,
/third_party/skia/third_party/externals/angle2/scripts/
H A 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]
[all...]
H A Droll_aosp.sh34 for abi in "${abis[@]}"; do
46 "target_cpu = \"$abi\""
89 gn desc ${GN_OUTPUT_DIRECTORY} --format=json "*" > ${GN_OUTPUT_DIRECTORY}/desc.$abi.json
/third_party/python/Modules/_ctypes/libffi_osx/
H A Dffi.c134 ffi_abi abi, in ffi_prep_cif()
146 if (abi <= FFI_FIRST_ABI || abi > FFI_DEFAULT_ABI) in ffi_prep_cif()
149 cif->abi = abi; in ffi_prep_cif()
169 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
206 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
208 && cif->abi != FFI_V9)) in ffi_prep_cif()
132 ffi_prep_cif( ffi_cif* cif, ffi_abi abi, unsigned int nargs, ffi_type* rtype, ffi_type** atypes) ffi_prep_cif() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c46 struct ac_shader_abi abi; member
81 radv_shader_context_from_abi(struct ac_shader_abi *abi) in radv_shader_context_from_abi() argument
83 return container_of(abi, struct radv_shader_context, abi); in radv_shader_context_from_abi()
215 load_sample_position(struct ac_shader_abi *abi, LLVMValueRef sample_id) in load_sample_position() argument
217 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi); in load_sample_position()
235 visit_emit_vertex_with_counter(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef vertexidx, in visit_emit_vertex_with_counter() argument
239 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi); in visit_emit_vertex_with_counter()
277 visit_end_primitive(struct ac_shader_abi *abi, unsigned stream) in visit_end_primitive() argument
279 struct radv_shader_context *ctx = radv_shader_context_from_abi(abi); in visit_end_primitive()
285 radv_load_base_vertex(struct ac_shader_abi *abi, bool non_indexed_is_zero) radv_load_base_vertex() argument
311 radv_load_ubo(struct ac_shader_abi *abi, LLVMValueRef buffer_ptr) radv_load_ubo() argument
318 radv_load_ssbo(struct ac_shader_abi *abi, LLVMValueRef buffer_ptr, bool write, bool non_uniform) radv_load_ssbo() argument
325 radv_get_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, unsigned base_index, unsigned constant_index, LLVMValueRef index, enum ac_descriptor_type desc_type, bool image, bool write, bool bindless) radv_get_sampler_desc() argument
506 radv_load_vs_inputs(struct ac_shader_abi *abi, unsigned driver_location, unsigned component, unsigned num_components, unsigned vertex_index, LLVMTypeRef type) radv_load_vs_inputs() argument
1147 handle_shader_outputs_post(struct ac_shader_abi *abi) handle_shader_outputs_post() argument
1200 radv_llvm_visit_export_vertex(struct ac_shader_abi *abi) radv_llvm_visit_export_vertex() argument
1339 radv_intrinsic_load(struct ac_shader_abi *abi, nir_intrinsic_op op) radv_intrinsic_load() argument
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dtags.py54 def __init__(self, interpreter: str, abi: str, platform: str) -> None:
56 self._abi = abi.lower()
70 def abi(self) -> str: member in Tag
108 for abi in abis.split("."):
110 tags.add(Tag(interpreter, abi, platform_))
183 - cp<python_version>-<abi>-<platform>
213 for abi in abis:
215 yield Tag(interpreter, abi, platform_)
254 abi = "cp" + soabi.split("-")[1]
257 abi
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dmerge_extern_blocks.rs21 abi, in visit_item_mod_mut()
32 extern_block.abi == abi in visit_item_mod_mut()
47 abi, in visit_item_mod_mut()
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py368 for abi in NDKEnv.getKnownAbis():
369 cMakeCachePath = os.path.join(getNativeBuildPath(config, abi), "CMakeCache.txt")
452 def __init__ (self, abi):
453 self.abi = abi
459 log(config, "BuildNativeLibrary: %s" % self.abi)
460 buildNativeLibrary(config, self.abi)
707 def __init__ (self, package, abi):
709 self.buildPath = [NativeBuildPath(abi)]
746 for abi i
[all...]
/third_party/libunwind/libunwind/src/mips/
H A DGcreate_addr_space.c60 as->abi = UNW_MIPS_ABI_O32; in unw_create_addr_space()
62 as->abi = UNW_MIPS_ABI_N32; in unw_create_addr_space()
64 as->abi = UNW_MIPS_ABI_N64; in unw_create_addr_space()
H A DGinit.c64 && unw_local_addr_space->abi == UNW_MIPS_ABI_O32) in tdep_uc_addr()
188 local_addr_space.abi = UNW_MIPS_ABI_O32; in mips_local_addr_space_init()
190 local_addr_space.abi = UNW_MIPS_ABI_N32; in mips_local_addr_space_init()
192 local_addr_space.abi = UNW_MIPS_ABI_N64; in mips_local_addr_space_init()
/third_party/libunwind/libunwind/src/ppc64/
H A DGcreate_addr_space.c62 as->abi = UNW_PPC64_ABI_ELFv2; in unw_create_addr_space()
67 as->abi = UNW_PPC64_ABI_ELFv1; in unw_create_addr_space()
69 as->abi = UNW_PPC64_ABI_ELFv2; in unw_create_addr_space()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs231 let abi = self.to_string(); in to_tokens()
232 tokens.append_all(quote! { #abi }); in to_tokens()
254 Self::Known(abi) => abi.to_tokens(tokens), in to_tokens()
281 abi: ClangAbi,
569 let abi = get_abi(call_conv); in from_ty()
571 if abi.is_unknown() { in from_ty()
581 abi, in from_ty()
596 pub(crate) fn abi(
604 if let Some((abi,
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c92 static LLVMValueRef load_ubo(struct ac_shader_abi *abi, LLVMValueRef index) in load_ubo() argument
94 struct si_shader_context *ctx = si_shader_context_from_abi(abi); in load_ubo()
110 static LLVMValueRef load_ssbo(struct ac_shader_abi *abi, LLVMValueRef index, bool write, bool non_uniform) in load_ssbo() argument
112 struct si_shader_context *ctx = si_shader_context_from_abi(abi); in load_ssbo()
246 static LLVMValueRef si_nir_load_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, in si_nir_load_sampler_desc() argument
252 struct si_shader_context *ctx = si_shader_context_from_abi(abi); in si_nir_load_sampler_desc()
339 ctx->abi.load_ubo = load_ubo; in si_llvm_init_resource_callbacks()
340 ctx->abi.load_ssbo = load_ssbo; in si_llvm_init_resource_callbacks()
341 ctx->abi.load_sampler_desc = si_nir_load_sampler_desc; in si_llvm_init_resource_callbacks()
H A Dsi_shader_llvm.c247 ctx->abi.vertex_id = ac_get_arg(&ctx->ac, ctx->args.vertex_id); in si_llvm_create_main_func()
248 ctx->abi.instance_id = ac_get_arg(&ctx->ac, ctx->args.instance_id); in si_llvm_create_main_func()
250 ctx->abi.persp_centroid = ac_get_arg(&ctx->ac, ctx->args.persp_centroid); in si_llvm_create_main_func()
251 ctx->abi.linear_centroid = ac_get_arg(&ctx->ac, ctx->args.linear_centroid); in si_llvm_create_main_func()
718 static LLVMValueRef si_llvm_load_intrinsic(struct ac_shader_abi *abi, nir_intrinsic_op op) in si_llvm_load_intrinsic() argument
720 struct si_shader_context *ctx = si_shader_context_from_abi(abi); in si_llvm_load_intrinsic()
819 ctx->abi.intrinsic_load = si_llvm_load_intrinsic; in si_llvm_translate_nir()
890 ctx->abi.color0 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); in si_llvm_translate_nir()
899 ctx->abi.color1 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); in si_llvm_translate_nir()
902 ctx->abi in si_llvm_translate_nir()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dx86_64cpuid.pl41 .type OPENSSL_atomic_add,\@abi-omnipotent
58 .type OPENSSL_rdtsc,\@abi-omnipotent
241 .type OPENSSL_cleanse,\@abi-omnipotent
279 .type CRYPTO_memcmp,\@abi-omnipotent
318 .type OPENSSL_wipe_cpu,\@abi-omnipotent
354 .type OPENSSL_wipe_cpu,\@abi-omnipotent
383 .type OPENSSL_instrument_bus,\@abi-omnipotent
418 .type OPENSSL_instrument_bus2,\@abi-omnipotent
474 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
/third_party/openssl/crypto/
H A Dx86_64cpuid.pl41 .type OPENSSL_atomic_add,\@abi-omnipotent
58 .type OPENSSL_rdtsc,\@abi-omnipotent
241 .type OPENSSL_cleanse,\@abi-omnipotent
279 .type CRYPTO_memcmp,\@abi-omnipotent
318 .type OPENSSL_wipe_cpu,\@abi-omnipotent
354 .type OPENSSL_wipe_cpu,\@abi-omnipotent
383 .type OPENSSL_instrument_bus,\@abi-omnipotent
418 .type OPENSSL_instrument_bus2,\@abi-omnipotent
474 .type OPENSSL_ia32_${rdop}_bytes,\@abi-omnipotent
/third_party/alsa-lib/src/topology/
H A Ddecoder.c73 tplg_log(tplg, 'D', pos, "block: abi %d size %d payload size %d", in snd_tplg_decode()
74 hdr->abi, hdr->size, hdr->payload_size); in snd_tplg_decode()
75 if (hdr->abi != SND_SOC_TPLG_ABI_VERSION) { in snd_tplg_decode()
76 SNDERR("unsupported ABI version %d", hdr->abi); in snd_tplg_decode()
/third_party/vixl/examples/aarch64/
H A Dsimulator_interception.cc116 ABI abi; in main()
119 abi.GetNextParameterGenericOperand<uint32_t>()); in main()
121 abi.GetNextParameterGenericOperand<float>()); in main()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dfile.rs34 pub abi: Abi,
111 abi: item.abi, in parse()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dfile.rs34 pub abi: Abi,
111 abi: item.abi, in parse()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dfile.rs34 pub abi: Abi,
111 abi: item.abi, in parse()
/third_party/rust/crates/cxx/syntax/
H A Dfile.rs34 pub abi: Abi,
111 abi: item.abi, in parse()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dfile.rs34 pub abi: Abi,
111 abi: item.abi, in parse()

Completed in 11 milliseconds

12345678