/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 19 * The LOCK_PREFIX macro defined here replaces the LOCK and 271 * use this macro(s) if you need more than one output parameter 277 * use this macro if you need clobbers but no inputs in 285 .macro LOCK_PREFIX 293 .macro LOCK_PREFIX 301 .macro ANNOTATE_IGNORE_ALTERNATIVE 314 .macro altinstruction_entry orig alt feature orig_len alt_len 328 .macro ALTERNATIVE oldinstr, newinstr, feature 360 * Same as ALTERNATIVE macro above but for two alternatives. If CPU 364 .macro ALTERNATIVE_ [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_yadif.asm | 33 %macro CHECK 2 59 %macro CHECK1 0 70 %macro CHECK2 0 83 %macro LOAD 2 88 %macro FILTER 3 202 %macro YADIF 0
|
H A D | yadif-10.asm | 33 %macro PMAXUW 2 42 %macro CHECK 2 64 %macro CHECK1 0 75 ; %macro CHECK2 0 91 %macro CHECK2 0 105 %macro LOAD 2 109 %macro FILTER 3 218 %macro YADIF 0
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | entry.S | 32 .macro clear_gp_regs 38 .macro kernel_ventry, el:req, ht:req, regsize:req, label:req 104 .macro tramp_alias, dst, sym 112 * This macro corrupts x0-x3. It is the caller's duty to save/restore 115 .macro apply_ssbd, state, tmp1, tmp2 132 .macro check_mte_async_tcf, tmp, ti_flags, thread_sctlr 155 .macro clear_mte_async_tcf thread_sctlr 167 .macro mte_set_gcr, mte_ctrl, tmp 175 .macro mte_set_kernel_gcr, tmp, tmp2 186 .macro mte_set_user_gc [all...] |
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | aiptek.c | 26 * support of 6000U - 12000U, procfs, and macro key support 125 * BS = Barrel Switch (as in, macro keys) 303 int lastMacro; /* macro key to reset */ 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 649 /* Report 4s come from the macro keys when pressed by stylus in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq() 679 if (aiptek->lastMacro != -1 && aiptek->lastMacro != macro) { in aiptek_irq() 684 if (macro != -1 && macro != aiptek->lastMacro) { in aiptek_irq() 685 input_report_key(inputdev, macroKeyEvents[macro], in aiptek_irq() [all...] |
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | aiptek.c | 26 * support of 6000U - 12000U, procfs, and macro key support 125 * BS = Barrel Switch (as in, macro keys) 303 int lastMacro; /* macro key to reset */ 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 649 /* Report 4s come from the macro keys when pressed by stylus in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq() 679 if (aiptek->lastMacro != -1 && aiptek->lastMacro != macro) { in aiptek_irq() 684 if (macro != -1 && macro != aiptek->lastMacro) { in aiptek_irq() 685 input_report_key(inputdev, macroKeyEvents[macro], in aiptek_irq() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hevcdsp_qpel_neon.S | 26 .macro regshuffle_d8 36 .macro regshuffle_q8 46 .macro vextin8 58 .macro loadin8 77 .macro qpel_filter_1_32b 110 .macro qpel_filter_2_32b 137 .macro qpel_filter_3_32b 168 .macro qpel_filter_1 out=q7 186 .macro qpel_filter_2 out=q7 201 .macro qpel_filter_ [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 51 .macro insert_nops num 58 .macro get_ptl reg 62 /* space_to_prot macro creates a prot id from a space id */ 65 .macro space_to_prot spc prot 69 .macro space_to_prot spc prot 79 * get_stack_use_r30 macro to push a pt_regs structure 83 * get_stack_use_cr30 macro to set up a pointer 100 .macro get_stack_use_cr30 119 .macro get_stack_use_r30 133 .macro rest_stac [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | entry-macro.S | 2 * arch/arm/mach-ebsa110/include/mach/entry-macro.S 15 .macro get_irqnr_preamble, base, tmp 19 .macro get_irqnr_and_base, irqnr, stat, base, tmp
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | asm-uaccess.h | 28 * See the equivalent C-macro version below for clarity. 31 * <error>. This implies that the macro falls through to the next 34 * Note that while this macro can be used independently, we designed 35 * in for optimal use in the access_ok macro below (i.e., we fall 43 * macro on success 49 .macro user_ok aa, as, at, error 58 * equivalent C-macro version below for clarity. 61 * <error>. This implies that the macro falls through to the next 73 * macro on success 79 .macro access_o [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_macro_getsrcfiles.c | 1 /* Find line information for a given macro. 36 dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, in dwarf_macro_getsrcfiles() argument 39 /* macro is declared NN */ in dwarf_macro_getsrcfiles() 40 Dwarf_Macro_Op_Table *const table = macro->table; in dwarf_macro_getsrcfiles() 54 - The macro unit is not bound to a CU. It's an auxiliary in dwarf_macro_getsrcfiles() 58 - The macro unit is bound to a CU, but there's no in dwarf_macro_getsrcfiles() 61 - The macro unit is bound to a CU, but we don't know that, in dwarf_macro_getsrcfiles() 64 one macro unit imports another CU's macro unit, but that is in dwarf_macro_getsrcfiles()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | align.S | 70 .macro __ssa8r r; ssa8l \r; .endm 71 .macro __sh r, s; srl \r, \s; .endm 72 .macro __sl r, s; sll \r, \s; .endm 73 .macro __exth r, s; extui \r, \s, 0, 16; .endm 74 .macro __extl r, s; slli \r, \s, 16; .endm 83 .macro __ssa8r r; ssa8b \r; .endm 84 .macro __sh r, s; sll \r, \s; .endm 85 .macro __sl r, s; srl \r, \s; .endm 86 .macro __exth r, s; slli \r, \s, 16; .endm 87 .macro __ext [all...] |
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | align.S | 76 .macro __ssa8r r; ssa8l \r; .endm 77 .macro __sh r, s; srl \r, \s; .endm 78 .macro __sl r, s; sll \r, \s; .endm 79 .macro __exth r, s; extui \r, \s, 0, 16; .endm 80 .macro __extl r, s; slli \r, \s, 16; .endm 89 .macro __ssa8r r; ssa8b \r; .endm 90 .macro __sh r, s; sll \r, \s; .endm 91 .macro __sl r, s; srl \r, \s; .endm 92 .macro __exth r, s; slli \r, \s, 16; .endm 93 .macro __ext [all...] |
/third_party/python/Lib/distutils/ |
H A D | ccompiler.py | 94 # 'macros': a list of macro definitions (or undefinitions). A 95 # macro definition is a 2-tuple (name, value), where the value is 96 # either a string or None (no explicit value). A macro 168 """Ensures that every element of 'definitions' is a valid macro 177 raise TypeError(("invalid macro definition '%s': " % defn) + \ 185 """Define a preprocessor macro for all compilations driven by this 187 string; if it is not supplied, then the macro will be defined 191 # Delete from the list of macro definitions/undefinitions if 200 """Undefine a preprocessor macro for all compilations driven by 201 this compiler object. If the same macro i [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | implementation_macros.h | 103 #define META_GET_PROPERTY4(macro, propType, intf, type, name, defaultValue, flags) \ 104 macro(propType, intf, name, type, defaultValue, \ 106 #define META_GET_PROPERTY3(macro, propType, intf, type, name, defaultValue) \ 107 macro(propType, intf, name, type, defaultValue, \ 109 #define META_GET_PROPERTY2(macro, propType, intf, type, name) \ 110 macro(propType, intf, name, type, {}, ::META_NS::DEFAULT_PROPERTY_FLAGS | ::META_NS::ObjectFlagBits::NATIVE) 111 #define META_GET_PROPERTY(macro, propType, ...) \ 113 macro, propType, __VA_ARGS__))
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vc1dsp_loopfilter.asm | 31 %macro UNPACK_8TO16 4 37 %macro STORE_4_WORDS 6 62 %macro VC1_LOOP_FILTER_A0 4 76 %macro VC1_FILTER 1 132 %macro VC1_V_LOOP_FILTER 2 165 %macro VC1_H_LOOP_FILTER 1-2 215 %macro START_V_FILTER 0 223 %macro START_H_FILTER 1
|
H A D | h264_deblock.asm | 45 %macro TRANSPOSE4x8_LOAD 11 74 %macro TRANSPOSE8x4B_STORE 8 103 %macro TRANSPOSE4x8B_LOAD 8 107 %macro SBUTTERFLY3 4 114 %macro TRANSPOSE6x8_MEM 9 147 %macro TRANSPOSE8x8_MEM 16 184 %macro DIFF_GT 5 200 %macro DIFF_GT2 5 218 %macro LOAD_MASK 2-3 240 %macro DEBLOCK_P0_Q [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | declaration-visitor.cc | 170 Macro* macro = Declarations::DeclareMacro( in Visit() local 173 macro->SetIdentifierPosition(decl->name->pos); in Visit() 174 macro->SetPosition(decl->pos); in Visit() 176 KytheData::AddFunctionDefinition(macro); in Visit() 189 Macro* macro = Declarations::DeclareMacro( in Visit() local 192 macro->SetIdentifierPosition(decl->name->pos); in Visit() 193 macro->SetPosition(decl->pos); in Visit() 195 KytheData::AddFunctionDefinition(macro); in Visit()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 188 OPC(1, OPC_BALLOT_MACRO, ballot.macro), 189 OPC(1, OPC_ANY_MACRO, any.macro), 190 OPC(1, OPC_ALL_MACRO, all.macro), 191 OPC(1, OPC_ELECT_MACRO, elect.macro), 192 OPC(1, OPC_READ_COND_MACRO, read_cond.macro), 193 OPC(1, OPC_READ_FIRST_MACRO, read_first.macro), 194 OPC(1, OPC_SWZ_SHARED_MACRO, swz_shared.macro), 195 OPC(1, OPC_SCAN_MACRO, scan.macro), 196 OPC(1, OPC_SHPS_MACRO, shps.macro), 320 OPC(5, OPC_DSXPP_MACRO, dsxpp.macro), [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm_suspend.S | 34 .macro wait_mckrdy r_mckid 53 .macro wait_moscrdy 64 .macro wait_moscsels 75 .macro at91_cpu_idle 97 .macro at91_2_5V_reg_set_low_power ena 113 .macro at91_backup_set_lpm reg 129 .macro at91_sramc_self_refresh_ena 218 .macro at91_sramc_self_refresh_dis 340 .macro at91_sramc_self_refresh_ena 426 .macro at91_sramc_self_refresh_di [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 134 %macro RGB24_TO_Y_FN 2-3 216 %macro RGB24_TO_UV_FN 2-3 322 %macro RGB24_FUNCS 2 342 %macro RGB32_TO_Y_FN 5-6 403 %macro RGB32_TO_UV_FN 5-6 500 %macro RGB32_FUNCS 2 531 %macro LOOP_YUYV_TO_Y 2 554 %macro YUYV_TO_Y_FN 2-3 576 %macro LOOP_YUYV_TO_UV 2 610 %macro YUYV_TO_UV_F [all...] |
/kernel/linux/linux-5.10/arch/xtensa/variants/fsf/include/variant/ |
H A D | tie-asm.h | 37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 52 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | abort-macro.S | 13 .macro do_thumb_abort, fsr, pc, psr, tmp 34 .macro teq_ldrd, tmp, insn
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | abort-macro.S | 13 .macro do_thumb_abort, fsr, pc, psr, tmp 34 .macro teq_ldrd, tmp, insn
|
/kernel/linux/linux-6.6/arch/xtensa/variants/fsf/include/variant/ |
H A D | tie-asm.h | 37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 52 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
|