/third_party/ffmpeg/libavcodec/ppc/ |
H A D | asm.S | 43 .macro extfunc name 61 .macro movrel rd, sym, gp 65 .macro get_got rd 78 .macro extfunc name 85 .macro movrel rd, sym, gp 94 .macro get_got rd 108 .macro DEFINE_REG n
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | check_spec_links.py | 47 # These are marked with the code: macro 59 # TODO *text macro checking actually needs fixing for Vulkan 101 def shouldBeRecognized(self, macro, entity_name): 102 """Determine, based on the macro and the name provided, if we should expect to recognize the entity.""" 103 if super().shouldBeRecognized(macro, entity_name): 107 if macro in self._conditionally_recognized and self.likelyRecognizedEntity(entity_name): 125 """Report an appropriate message when we found that the macro used is incorrect. 127 May be overridden depending on each API's behavior regarding macro misuse: 133 group = 'macro' 142 # Non-extension, we found the macro thoug [all...] |
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 49 MY_ASM_START macro
59 MY_PROC macro name:req, numParams:req
74 MY_ENDP macro
160 MY_PUSH_2_REGS macro
165 MY_POP_2_REGS macro
174 MY_PUSH_4_REGS macro
181 MY_POP_4_REGS macro
243 MY_ABI_LINUX_TO_WIN_2 macro
248 MY_ABI_LINUX_TO_WIN_3 macro
254 MY_ABI_LINUX_TO_WIN_4 macro
[all...] |
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | sti.S | 5 * Debugging macro include header 39 .macro addruart, rp, rv, tmp 44 .macro senduart,rd,rx 48 .macro waituartcts,rd,rx 51 .macro waituarttxrdy,rd,rx 57 .macro busyuart,rd,rx
|
H A D | zynq.S | 3 * Debugging macro include header 27 .macro addruart, rp, rv, tmp 32 .macro senduart,rd,rx 36 .macro waituartcts,rd,rx 39 .macro waituarttxrdy,rd,rx 46 .macro busyuart,rd,rx
|
H A D | vf.S | 16 .macro addruart, rp, rv, tmp 22 .macro senduart, rd, rx 26 .macro busyuart, rd, rx 32 .macro waituartcts,rd,rx 35 .macro waituarttxrdy,rd,rx
|
H A D | stm32.S | 21 .macro addruart, rp, rv, tmp 26 .macro senduart,rd,rx 30 .macro waituartcts,rd,rx 33 .macro waituarttxrdy,rd,rx 39 .macro busyuart,rd,rx
|
H A D | at91.S | 5 * Debugging macro include header 13 .macro addruart, rp, rv, tmp 18 .macro senduart,rd,rx 22 .macro waituarttxrdy,rd,rx 28 .macro waituartcts,rd,rx 31 .macro busyuart,rd,rx
|
H A D | renesas-scif.S | 3 * Renesas SCIF(A) debugging macro include header 31 .macro addruart, rp, rv, tmp 36 .macro waituartcts,rd,rx 39 .macro waituarttxrdy, rd, rx 45 .macro senduart, rd, rx 52 .macro busyuart, rd, rx
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | at91.S | 5 * Debugging macro include header 13 .macro addruart, rp, rv, tmp 18 .macro senduart,rd,rx 22 .macro waituarttxrdy,rd,rx 28 .macro waituartcts,rd,rx 31 .macro busyuart,rd,rx
|
H A D | renesas-scif.S | 3 * Renesas SCIF(A) debugging macro include header 31 .macro addruart, rp, rv, tmp 36 .macro waituartcts,rd,rx 39 .macro waituarttxrdy, rd, rx 45 .macro senduart, rd, rx 52 .macro busyuart, rd, rx
|
H A D | stm32.S | 21 .macro addruart, rp, rv, tmp 26 .macro senduart,rd,rx 30 .macro waituartcts,rd,rx 33 .macro waituarttxrdy,rd,rx 39 .macro busyuart,rd,rx
|
H A D | zynq.S | 3 * Debugging macro include header 27 .macro addruart, rp, rv, tmp 32 .macro senduart,rd,rx 36 .macro waituartcts,rd,rx 39 .macro waituarttxrdy,rd,rx 46 .macro busyuart,rd,rx
|
H A D | vf.S | 16 .macro addruart, rp, rv, tmp 22 .macro senduart, rd, rx 26 .macro busyuart, rd, rx 32 .macro waituartcts,rd,rx 35 .macro waituarttxrdy,rd,rx
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neon.S | 18 .macro xts_reload_mask, tmp 23 .macro xts_cts_skip_tw, reg, lbl 28 .macro mul_by_x, out, in, temp, const 36 .macro mul_by_x2, out, in, temp, const 44 .macro prepare, sbox, shiftrows, temp 56 .macro enc_prepare, ignore0, ignore1, temp 60 .macro enc_switch_key, ignore0, ignore1, temp 65 .macro dec_prepare, ignore0, ignore1, temp 70 .macro sub_bytes, in 81 .macro mix_column [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neon.S | 18 .macro xts_reload_mask, tmp 23 .macro xts_cts_skip_tw, reg, lbl 28 .macro mul_by_x, out, in, temp, const 36 .macro mul_by_x2, out, in, temp, const 44 .macro prepare, sbox, shiftrows, temp 56 .macro enc_prepare, ignore0, ignore1, temp 60 .macro enc_switch_key, ignore0, ignore1, temp 65 .macro dec_prepare, ignore0, ignore1, temp 70 .macro sub_bytes, in 81 .macro mix_column [all...] |
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | yuv2rgb_neon.S | 24 .macro load_yoff_ycoeff yoff ycoeff 33 .macro load_args_nv12 45 .macro load_args_nv21 49 .macro load_args_yuv420p 65 .macro load_args_yuv422p 79 .macro load_chroma_nv12 85 .macro load_chroma_nv21 91 .macro load_chroma_yuv420p 98 .macro load_chroma_yuv422p 102 .macro increment_nv1 [all...] |
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | scs.h | 12 .macro scs_load_current 17 .macro scs_save tsk, tmp 21 .macro scs_load_current 24 .macro scs_save tsk, tmp
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/ |
H A D | hyp-entry.S | 18 .macro save_caller_saved_regs_vect 30 .macro restore_caller_saved_regs_vect 125 .macro invalid_vector label, target = __guest_exit_panic 144 .macro check_preamble_length start, end 151 .macro valid_vect target 168 .macro invalid_vect target 203 .macro spectrev2_smccc_wa1_smc 216 .macro hyp_ventry indirect, spectrev2 249 .macro generate_vectors indirect, spectrev2
|
/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | entry_32.S | 57 .macro SWITCH_TO_USER_CR3 scratch_reg:req 66 .macro BUG_IF_WRONG_CR3 no_user_check=0 88 .macro SWITCH_TO_KERNEL_CR3 scratch_reg:req 106 .macro FIXUP_FRAME 166 .macro IRET_FRAME 205 .macro SAVE_ALL pt_regs_ax=%eax switch_stacks=0 skip_gs=0 unwind_espfix=0 239 .macro SAVE_ALL_NMI cr3_reg:req unwind_espfix=0 256 .macro RESTORE_INT_REGS 266 .macro RESTORE_REGS pop=0 283 .macro RESTORE_ALL_NM [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur.asm | 36 %macro MOVSXDIFNIDN 1-* 43 %macro KXNOR 2-* 55 %macro KMOVW 2-4 66 %macro PUSH_MASK 5 84 %macro VMASKMOVPS 4 93 %macro VGATHERDPS 4 101 %macro VSCATTERDPS128 7 120 %macro VSCATTERDPS256 7 132 %macro VSCATTERDPS 8-* 145 %macro INIT_WORD_MAS [all...] |
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 49 .macro INTERRUPT_PROLOGUE 78 .macro EXCEPTION_PROLOGUE_KEEP_AE 107 .macro EXCEPTION_PROLOGUE 118 * This macro saves the registers manually which would normally be autosaved 123 .macro __SAVE_REGFILE_HARD 150 .macro __SAVE_REGFILE_SOFT 188 .macro __RESTORE_REGFILE_SOFT 214 .macro __RESTORE_REGFILE_HARD 235 .macro INTERRUPT_EPILOGUE 256 .macro EXCEPTION_EPILOGU [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | nospec-branch.h | 126 * We define a CPP macro such that it can be used from both .S files and 127 * inline assembly. It's possible to do a .macro and then include that 196 .macro ANNOTATE_RETPOLINE_SAFE 213 .macro VALIDATE_UNRET_END 226 .macro __CS_PREFIX reg:req 243 .macro JMP_NOSPEC reg:req 253 .macro CALL_NOSPEC reg:req 263 * A simpler FILL_RETURN_BUFFER macro. Don't make people use the CPP 266 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS) 291 .macro UNTRAIN_RE [all...] |
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 50 line to start the next macro. Optionally, a macro can be ended with 52 trailing blank lines are included in the macro. You can also end a definition 60 Expansion itself is pretty simple, one macro can invoke another macro, but 61 you cannot nest the invoke of a macro in another macro (i.e. - can't do 74 Within a macro you can use ## to cause things to get joined together after 75 expansion (i.e. - "a##b" within a macro will become "ab"). 91 A macro end [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | unwind_hints.h | 15 .macro UNWIND_HINT_EMPTY 19 .macro UNWIND_HINT_REGS base=ORC_REG_SP offset=0 23 .macro UNWIND_HINT_FUNC offset=0 27 .macro NOT_SIBLING_CALL_HINT
|