Home
last modified time | relevance | path

Searched refs:macro (Results 426 - 450 of 1377) sorted by relevance

1...<<11121314151617181920>>...56

/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S24 #include <mach/entry-macro.S>
34 #include <asm/entry-macro-multi.S>
40 .macro irq_handler
52 .macro pabt_helper
63 .macro dabt_helper
89 .macro inv_entry, reason
147 .macro svc_entry, stack_hole=0, trace=1, uaccess=1
348 .macro usr_entry, trace=1, uaccess=1
401 .macro kuser_cmpxchg_check
803 .macro usr_re
[all...]
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dasmmacro-64.h15 .macro cpu_save_nonscratch thread
29 .macro cpu_restore_nonscratch thread
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H A Dkernel-entry-init.h19 .macro kernel_entry_setup
54 .macro smp_slave_setup
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_slb.S22 .macro LOAD_GUEST_SEGMENTS
90 .macro LOAD_HOST_SEGMENTS
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_slb.S22 .macro LOAD_GUEST_SEGMENTS
90 .macro LOAD_HOST_SEGMENTS
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-version.c42 static void status_print(const char *name, const char *macro, in status_print() argument
47 printf(" # %s\n", macro); in status_print()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-version.c41 static void status_print(const char *name, const char *macro, in status_print() argument
46 printf(" # %s\n", macro); in status_print()
/third_party/jerryscript/targets/curie_bsp/source/
H A Dsetjmp.S16 .macro func _name
21 .macro endfunc _name
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S130 .macro setxdata n
136 .macro club name, id
148 .macro do_aes b, k, key_len
417 .macro do_aes_load val, key_len
421 .macro do_aes_noload val, key_len
427 .macro do_aes_ctrmain key_len
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-core.S93 .macro karatsuba1 X Y
114 .macro karatsuba1_store X Y
134 .macro karatsuba2
156 * This macro computes p(x) mod g(x) where p(x) is in montgomery form and g(x) =
192 .macro montgomery_reduction dest
218 .macro full_stride reduce
266 .macro partial_stride
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S94 .macro setxdata n
100 .macro club name, id
112 .macro do_aes b, k, key_len, xctr
400 .macro do_aes_load val, key_len, xctr
404 .macro do_aes_noload val, key_len, xctr
410 .macro do_aes_ctrmain key_len, xctr
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dsve-test.S24 .macro _sve_ldr_v zt, xn
28 .macro _sve_str_v zt, xn
32 .macro _sve_ldr_p pt, xn
36 .macro _sve_str_p pt, xn
92 .macro _adrz xd, xn, nrtmp
99 .macro _adrp xd, xn, nrtmp
/third_party/ffmpeg/libavcodec/arm/
H A Dsimple_idct_armv6.S53 .macro idct_row shift
94 .macro idct_row4 shift
116 .macro idct_finish
132 .macro idct_finish_shift shift
159 .macro idct_finish_shift_sat shift
351 .macro idct_rows func width
/third_party/elfutils/libdw/
H A Dlibdw.h940 /* Iterate through the macro unit referenced by CUDIE and call
941 CALLBACK for each macro information entry. To start the iteration,
948 if there are no more macro entries.
972 It is not appropriate to obtain macro unit offset by hand from a CU
976 on the CU DIE, and file names referenced in either the macro unit
984 /* Get the source files used by the macro entry. You shouldn't assume
989 extern int dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro,
993 /* Return macro opcode. That's a constant that can be either from
1001 extern int dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep)
1005 extern int dwarf_macro_getparamcnt (Dwarf_Macro *macro, size_
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dflacdsp.asm28 %macro PMACSDQL 5
37 %macro LPC_32 1
90 %macro FLAC_DECORRELATE_16 3-4
135 %macro FLAC_DECORRELATE_32 5
183 %macro FLAC_DECORRELATE_INDEP 4
296 FLAC_DECORRELATE_16 indep2, 0, 1 ; Reuse stereo 16bits macro
H A Dhevc_sao_10bit.asm42 %macro HEVC_SAO_BAND_FILTER_INIT 1
97 %macro HEVC_SAO_BAND_FILTER 3
151 %macro HEVC_SAO_BAND_FILTER_FUNCS 0
196 %macro PMINUW 4
205 %macro HEVC_SAO_EDGE_FILTER_INIT 0
226 %macro HEVC_SAO_EDGE_FILTER 3
H A Dimdct36.asm76 %macro PSHUFD 3
86 %macro BUILDINVHIGHLOW 3
97 %macro ROTLEFT 3
106 %macro INVERTHL 2
115 %macro BUTTERF 3
131 %macro BUTTERF2 3
144 %macro STORE 4
161 %macro LOAD 4
169 %macro LOADA64 2
178 %macro DEFINE_IMDC
[all...]
H A Dvp3dsp.asm52 %macro VP3_LOOP_FILTER 0
94 %macro STORE_4_WORDS 1
145 %macro PAVGB_NO_RND 0
189 %macro BeginIDCT 0
267 %macro RowIDCT 0
288 %macro ColumnIDCT 0
327 ; Following macro does two 4x4 transposes in place.
357 %macro Transpose 0
395 %macro VP3_1D_IDCT_SSE2 0
499 %macro PUT_BLOC
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclarations.cc208 ReportError("cannot redeclare macro ", name, in DeclareMacro()
212 Macro* macro; in DeclareMacro() local
214 macro = in DeclareMacro()
217 macro = CreateTorqueMacro(name, name, accessible_from_csa, signature, body, in DeclareMacro()
221 Declare(name, macro); in DeclareMacro()
227 DeclareOperator(*op, macro); in DeclareMacro()
229 return macro; in DeclareMacro()
/third_party/ffmpeg/libavresample/x86/
H A Daudio_convert.asm67 %macro CONV_S16_TO_FLT 0
98 %macro CONV_S32_TO_S16 0
136 %macro CONV_S32_TO_FLT 0
199 %macro CONV_FLT_TO_S32 0
241 %macro CONV_S16P_TO_S16_2CH 0
287 %macro CONV_S16P_TO_S16_6CH 0
401 %macro CONV_S16P_TO_FLT_2CH 0
450 %macro CONV_S16P_TO_FLT_6CH 0
554 %macro CONV_FLTP_TO_S16_2CH 0
596 %macro CONV_FLTP_TO_S16_6C
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-core.S16 .macro enc_round, state, key
21 .macro dec_round, state, key
26 .macro enc_dround, key1, key2
31 .macro dec_dround, key1, key2
36 .macro enc_fround, key1, key2, key3
42 .macro dec_fround, key1, key2, key3
48 .macro enc_dround_4x, key1, key2
59 .macro dec_dround_4x, key1, key2
70 .macro enc_fround_4x, key1, key2, key3
85 .macro dec_fround_4
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S16 .macro enc_round, state, key
21 .macro dec_round, state, key
26 .macro enc_dround, key1, key2
31 .macro dec_dround, key1, key2
36 .macro enc_fround, key1, key2, key3
42 .macro dec_fround, key1, key2, key3
48 .macro enc_dround_4x, key1, key2
59 .macro dec_dround_4x, key1, key2
70 .macro enc_fround_4x, key1, key2, key3
85 .macro dec_fround_4
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dsve-test.S23 .macro _sve_ldr_v zt, xn
27 .macro _sve_str_v zt, xn
31 .macro _sve_ldr_p pt, xn
35 .macro _sve_str_p pt, xn
82 // Utility macro to print a literal string
84 .macro puts string
227 .macro _adrz xd, xn, nrtmp
234 .macro _adrp xd, xn, nrtmp
/third_party/mbedtls/tests/scripts/
H A Dcheck_names.py17 preprocessed C code, which means no macro parsing. Compiler tools are also not
282 for macro in all_macros[scope]:
283 if macro.name not in identifiers_justname:
284 actual_macros[scope].append(macro)
377 macro_regex = re.compile(r"# *define +(?P<macro>\w+)")
389 for macro in macro_regex.finditer(line):
390 if macro.group("macro").startswith(exclusions):
397 macro.span("macro"),
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9itxfm_neon.S48 .macro dmbutterfly0 out1, out2, in1, in2, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, neg=0
80 .macro dmbutterfly0_h out1, out2, in1, in2, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6
92 .macro dmbutterfly_l out1, out2, out3, out4, in1, in2, coef1, coef2
106 .macro dmbutterfly inout1, inout2, coef1, coef2, tmp1, tmp2, tmp3, tmp4, neg=0
119 .macro dmbutterfly_h1 inout1, inout2, coef1, coef2, tmp1, tmp2, tmp3, tmp4
131 .macro dmbutterfly_h2 inout1, inout2, coef1, coef2, tmp1, tmp2, tmp3, tmp4
144 .macro dsmull_h out1, out2, in, coef
149 .macro drshrn_h out, in1, in2, shift
157 .macro butterfly_8h out1, out2, in1, in2
164 .macro butterfly_8h_
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...56