Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/misc/
H A Dhipe_pack_constants.erl16 -export([pack_constants/1, slim_refs/1, slim_constmap/1,
56 -spec pack_constants([{mfa(),[_],hipe_consttab()}]) ->
59 pack_constants(Data) -> function
60 pack_constants(Data, 0, 1, 0, [], []). % 1 = byte alignment
62 pack_constants([{MFA,_,ConstTab}|Rest], Size, Align, ConstNo, Acc, Refs) -> function
72 pack_constants(Rest, NewSize, NewAlign, NewConstNo, Map, NewRefs);
73 pack_constants([], Size, Align, _, Acc, Refs) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/misc/
H A Dhipe_pack_constants.erl16 -export([pack_constants/1, slim_refs/1, slim_constmap/1,
56 -spec pack_constants([{mfa(),[_],hipe_consttab()}]) ->
59 pack_constants(Data) -> function
60 pack_constants(Data, 0, 1, 0, [], []). % 1 = byte alignment
62 pack_constants([{MFA,_,ConstTab}|Rest], Size, Align, ConstNo, Acc, Refs) -> function
72 pack_constants(Rest, NewSize, NewAlign, NewConstNo, Map, NewRefs);
73 pack_constants([], Size, Align, _, Acc, Refs) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/misc/
H A Dhipe_pack_constants.erl16 -export([pack_constants/1, slim_refs/1, slim_constmap/1,
56 -spec pack_constants([{mfa(),[_],hipe_consttab()}]) ->
59 pack_constants(Data) -> function
60 pack_constants(Data, 0, 1, 0, [], []). % 1 = byte alignment
62 pack_constants([{MFA,_,ConstTab}|Rest], Size, Align, ConstNo, Acc, Refs) -> function
72 pack_constants(Rest, NewSize, NewAlign, NewConstNo, Map, NewRefs);
73 pack_constants([], Size, Align, _, Acc, Refs) -> function
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Dpack.cc136 static void pack_constants(Context *ctx) in pack_constants() function
275 pack_constants(ctx); in pack()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Dhipe_llvm_merge.erl16 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Dhipe_llvm_merge.erl16 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Dhipe_llvm_merge.erl16 hipe_pack_constants:pack_constants(Code),
/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-i915-shader.c2185 pack_constants (const union i915_shader_channel *channel, in pack_constants() function
2253 n_constants += pack_constants (&shader->source, constants + n_constants); in i915_set_shader_constants()
2255 n_constants += pack_constants (&shader->mask, constants + n_constants); in i915_set_shader_constants()
2375 count += pack_constants (&shader->source, buf + count); in i915_shader_needs_update()
2377 count += pack_constants (&shader->mask, buf + count); in i915_shader_needs_update()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-shader.c2185 pack_constants (const union i915_shader_channel *channel, in pack_constants() function
2253 n_constants += pack_constants (&shader->source, constants + n_constants); in i915_set_shader_constants()
2255 n_constants += pack_constants (&shader->mask, constants + n_constants); in i915_set_shader_constants()
2375 count += pack_constants (&shader->source, buf + count); in i915_shader_needs_update()
2377 count += pack_constants (&shader->mask, buf + count); in i915_shader_needs_update()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-shader.c2185 pack_constants (const union i915_shader_channel *channel, in pack_constants() function
2253 n_constants += pack_constants (&shader->source, constants + n_constants); in i915_set_shader_constants()
2255 n_constants += pack_constants (&shader->mask, constants + n_constants); in i915_set_shader_constants()
2375 count += pack_constants (&shader->source, buf + count); in i915_shader_needs_update()
2377 count += pack_constants (&shader->mask, buf + count); in i915_shader_needs_update()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i915-shader.c2185 pack_constants (const union i915_shader_channel *channel, in pack_constants() function
2253 n_constants += pack_constants (&shader->source, constants + n_constants); in i915_set_shader_constants()
2255 n_constants += pack_constants (&shader->mask, constants + n_constants); in i915_set_shader_constants()
2375 count += pack_constants (&shader->source, buf + count); in i915_shader_needs_update()
2377 count += pack_constants (&shader->mask, buf + count); in i915_shader_needs_update()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/arm/
H A Dhipe_arm_assemble.erl34 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/arm/
H A Dhipe_arm_assemble.erl34 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/arm/
H A Dhipe_arm_assemble.erl34 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl35 hipe_pack_constants:pack_constants(Code),
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dpack.cc348 static void pack_constants(Context *ctx) in pack_constants() function
1524 pack_constants(ctx); in pack()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_assemble.erl66 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_assemble.erl66 hipe_pack_constants:pack_constants(Code),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_assemble.erl66 hipe_pack_constants:pack_constants(Code),
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dpack.cc1380 void pack_constants() in pack_constants() function in Ecp5Packer
2948 pack_constants(); in pack()