/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | xip_fixup.h | 11 .macro XIP_FIXUP_OFFSET reg 15 .macro XIP_FIXUP_FLASH_OFFSET reg 25 .macro XIP_FIXUP_OFFSET reg 27 .macro XIP_FIXUP_FLASH_OFFSET reg
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel_10bit.asm | 50 %macro AVG_MOV 2 55 %macro ADDW 3 64 %macro FILT_H 4 74 %macro PRELOAD_V 0 86 %macro FILT_V 8 98 %macro MC 1 112 %macro MCAxA_OP 7 154 %macro cglobal_mc 6 172 %macro COPY4 0 183 %macro MC0 [all...] |
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
H A D | mcount.S | 27 .macro mcount_enter 37 .macro mcount_exit 49 .macro mcount_enter_regs 56 .macro mcount_exit_regs 67 .macro save_return_regs 75 .macro restore_return_regs 84 .macro nop32_stub
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | nospec-branch.h | 30 * We define a CPP macro such that it can be used from both .S files and 31 * inline assembly. It's possible to do a .macro and then include that 97 .macro ANNOTATE_RETPOLINE_SAFE 114 .macro ANNOTATE_UNRET_END 126 .macro JMP_NOSPEC reg:req 136 .macro CALL_NOSPEC reg:req 147 * A simpler FILL_RETURN_BUFFER macro. Don't make people use the CPP 150 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS) 175 .macro UNTRAIN_RET 192 .macro CLEAR_CPU_BUFFER [all...] |
H A D | inst.h | 17 .macro R32_NUM opd r32 71 .macro R64_NUM opd r64 125 .macro REG_TYPE type reg 137 .macro PFX_REX opd1 opd2 W=0 143 .macro MODRM mod opd1 opd2 147 .macro RDPID opd
|
/kernel/linux/linux-6.6/arch/csky/abiv2/ |
H A D | mcount.S | 27 .macro mcount_enter 37 .macro mcount_exit 49 .macro mcount_enter_regs 56 .macro mcount_exit_regs 67 .macro save_return_regs 75 .macro restore_return_regs 84 .macro nop32_stub
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.h | 43 bool pushMacro(std::shared_ptr<Macro> macro, const Token &identifier); 46 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements); 49 bool collectMacroArgs(const Macro ¯o, 53 void replaceMacroParams(const Macro ¯o, 65 std::shared_ptr<Macro> macro; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.h | 46 bool pushMacro(std::shared_ptr<Macro> macro, const Token &identifier); 49 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements); 52 bool collectMacroArgs(const Macro ¯o, 56 void replaceMacroParams(const Macro ¯o, 68 std::shared_ptr<Macro> macro; member
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_ptrauth.h | 26 .macro ptrauth_save_state base, reg1, reg2 44 .macro ptrauth_restore_state base, reg1, reg2 69 .macro ptrauth_switch_to_guest g_ctxt, reg1, reg2, reg3 81 .macro ptrauth_switch_to_hyp g_ctxt, h_ctxt, reg1, reg2, reg3 97 .macro ptrauth_switch_to_guest g_ctxt, reg1, reg2, reg3 99 .macro ptrauth_switch_to_hyp g_ctxt, h_ctxt, reg1, reg2, reg3
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vfpmacros.h | 12 .macro VFPFMRX, rd, sysreg, cond 16 .macro VFPFMXR, sysreg, rd, cond 21 .macro VFPFMRX, rd, sysreg, cond 25 .macro VFPFMXR, sysreg, rd, cond 31 .macro VFPFLDMIA, base, tmp 57 .macro VFPFSTMIA, base, tmp
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_ptrauth.h | 26 .macro ptrauth_save_state base, reg1, reg2 44 .macro ptrauth_restore_state base, reg1, reg2 69 .macro ptrauth_switch_to_guest g_ctxt, reg1, reg2, reg3 81 .macro ptrauth_switch_to_hyp g_ctxt, h_ctxt, reg1, reg2, reg3 97 .macro ptrauth_switch_to_guest g_ctxt, reg1, reg2, reg3 99 .macro ptrauth_switch_to_hyp g_ctxt, h_ctxt, reg1, reg2, reg3
|
H A D | scs.h | 13 .macro scs_load_current 18 .macro scs_save tsk 22 .macro scs_load_current 25 .macro scs_save tsk
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | vfpmacros.h | 12 .macro VFPFMRX, rd, sysreg, cond 16 .macro VFPFMXR, sysreg, rd, cond 21 .macro VFPFMRX, rd, sysreg, cond 25 .macro VFPFMXR, sysreg, rd, cond 31 .macro VFPFLDMIA, base, tmp 57 .macro VFPFSTMIA, base, tmp
|
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 9 When the macro name does not begin with an underscore, 125 macro = line + "\n" 130 macro += line + "\n" 131 if re.match(type_pattern, macro, re.DOTALL): 133 report(fname, nr + 1, macro) 137 def report(fname, nr, macro): 140 print(macro, file=f)
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/ |
H A D | hyp-entry.S | 17 .macro save_caller_saved_regs_vect 29 .macro restore_caller_saved_regs_vect 123 .macro invalid_vector label, target = __guest_exit_panic 143 .macro check_preamble_length start, end 150 .macro valid_vect target 161 .macro invalid_vect target 194 .macro hyp_ventry 227 .macro generate_vectors
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | entry.S | 30 .macro SHLL2 reg 34 .macro SHLR2 reg 38 .macro SAVEREGS 44 .macro RESTOREREGS 48 .macro SAVEEXR 50 .macro RESTOREEXR 58 .macro SHLL2 reg 61 .macro SHLR2 reg 64 .macro SAVEREGS 67 .macro RESTOREREG [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-v7m.S | 22 .macro v7m_cache_read, rt, reg 28 .macro v7m_cacheop, rt, tmp, op, c = al 35 .macro read_ccsidr, rt 39 .macro read_clidr, rt 43 .macro write_csselr, rt, tmp 50 .macro dcisw, rt, tmp 57 .macro dccisw, rt, tmp 65 .macro dccimvac\c, rt, tmp 74 .macro dcimvac\c, rt, tmp 82 .macro dccmva [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7m.S | 24 .macro v7m_cache_read, rt, reg 30 .macro v7m_cacheop, rt, tmp, op, c = al 37 .macro read_ccsidr, rt 41 .macro read_clidr, rt 45 .macro write_csselr, rt, tmp 52 .macro dcisw, rt, tmp 59 .macro dccisw, rt, tmp 67 .macro dccimvac\c, rt, tmp 76 .macro dcimvac\c, rt, tmp 84 .macro dccmva [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 34 .macro STBEAR address 38 .macro LBEAR address 42 .macro LPSWEY address,lpswe 46 .macro MBEAR reg 50 .macro CHECK_STACK savearea 58 .macro CHECK_VMAP_STACK savearea,oklabel 81 * The TSTMSK macro generates a test-under-mask instruction by 83 * Mask value can be any constant. The macro shifts the mask 87 .macro TSTMSK addr, mask, size=8, bytepos=0 102 .macro BPOF [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 59 r'\b(?P<macro>[fs](text|link)):(?P<entity_name>[\w*]+)::$') 99 # error: Definition of link target {} with macro etext (used for category enums) does not exist. (-Wwrong_macro) 113 # warning: Definition of link target {} with macro ename (used for category enums) does not exist. (-Wbad_enumerant) 205 """Determine if an entity name appears to use placeholders, wildcards, etc. and thus merits use of a *text macro. 361 Eventually populates self.match, self.entity, self.macro, 368 self.macro = None 527 # because of the missing macro 532 # Look for things that seem like a missing macro. 553 ['Seems like a "{}" macro was omitted for this reference to a known entity in category "{}".'.format(data.macro, dat [all...] |
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 50 .macro INTERRUPT_PROLOGUE 75 .macro EXCEPTION_PROLOGUE 104 * This macro saves the registers manually which would normally be autosaved 109 .macro __SAVE_REGFILE_HARD 136 .macro __SAVE_REGFILE_SOFT 174 .macro __RESTORE_REGFILE_SOFT 204 .macro __RESTORE_REGFILE_HARD 225 .macro INTERRUPT_EPILOGUE 246 .macro EXCEPTION_EPILOGUE 265 .macro FAKE_RET_FROM_EXCP [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-ftrace.S | 31 .macro mcount_adjust_addr rd, rn 36 .macro __mcount suffix 65 .macro __ftrace_regs_caller 114 .macro __ftrace_graph_regs_caller 139 .macro __ftrace_caller suffix 165 .macro __ftrace_graph_caller 189 .macro mcount_enter 199 .macro mcount_get_lr reg 203 .macro mcount_exit 278 .macro init_tram [all...] |
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 82 MY_SHA_INSTR macro cmd, a1, a2
90 MY_sha256rnds2 macro a1, a2
94 MY_sha256msg1 macro a1, a2
98 MY_sha256msg2 macro a1, a2
102 MY_PROLOG macro
129 MY_EPILOG macro
167 LOAD_MASK macro
171 LOAD_W macro k:req
183 RND4 macro k
209 REVERSE_STATE macro
[all...] |
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | asmmacro.h | 13 .macro cpu_save_nonscratch thread 27 .macro cpu_restore_nonscratch thread 42 .macro fpu_save_csr thread tmp 58 .macro fpu_restore_csr thread tmp0 tmp1 91 .macro fpu_save_cc thread tmp0 tmp1 111 .macro fpu_restore_cc thread tmp0 tmp1 131 .macro fpu_save_double thread tmp 168 .macro fpu_restore_double thread tmp 205 .macro lsx_save_data thread tmp 242 .macro lsx_restore_dat [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 51 const char *macro, 57 const char *macro, 133 /* Perform macro expansion in-place on the given list. */ 238 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 243 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 306 * (pre-defined) macro name. 314 * By convention, all macro names containing two consecutive 319 * multiple definitions of the same name. All macro names 460 macro_t *macro = entry ? entry->data : NULL; 461 _glcpp_parser_skip_stack_push_if (parser, & @1, macro ! [all...] |