Home
last modified time | relevance | path

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

12

/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_arm_aapcs_pe_armasm.asm48 ; first arg of make_fcontext() == top of context-stack
60 ; second arg of make_fcontext() == size of context-stack
68 ; third arg of make_fcontext() == address of context-function
H A Djump_i386_ms_pe_masm.asm28 ; fourth arg of jump_fcontext() == flag indicating preserving FPU
74 ; first arg of jump_fcontext() == context jumping from
80 ; second arg of jump_fcontext() == context jumping to
83 ; third arg of jump_fcontext() == value to be returned after jump
136 ; use value in EAX as first arg in context function
H A Djump_arm_aapcs_elf_gas.S84 @ use third arg as return value after jump
85 @ and as first arg in context function
H A Dmake_ppc64_sysv_xcoff_gas.S10 # first arg of make_fcontext() == top address of context-function
18 # third arg of make_fcontext() == address of context-function
H A Dmake_ppc32_sysv_xcoff_gas.S12 # first arg of make_fcontext() == top address of context-function
20 # third arg of make_fcontext() == address of context-function
H A Djump_arm_aapcs_macho_gas.S98 @ use third arg as return value after jump
99 @ and as first arg in context function
H A Dmake_ppc64_sysv_macho_gas.S97 ; first arg of make_fcontext() == top address of context-function
105 ; third arg of make_fcontext() == address of context-function
H A Dmake_ppc32_sysv_elf_gas.S77 # first arg of make_fcontext() == top address of context-function
85 # third arg of make_fcontext() == address of context-function
H A Dmake_ppc32_sysv_macho_gas.S76 ; first arg of make_fcontext() == top address of context-function
84 ; third arg of make_fcontext() == address of context-function
H A Djump_mips32_o32_elf_gas.S107 # use third arg as return value after jump
109 # use third arg as first arg in context function
H A Dmake_mips32_o32_elf_gas.S45 # first arg of make_fcontext() == top address of context-stack
57 # third arg of make_fcontext() == address of context-function
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
46 ; first arg of make_fcontext() == top of context-stack
50 ; second arg of make_fcontext() == size of context-stack
61 ; third arg of make_fcontext() == address of context-function
H A Djump_ppc32_sysv_xcoff_gas.S133 # use third arg as return value after jump
134 # use third arg as first arg in context function
H A Djump_ppc64_sysv_xcoff_gas.S129 # use third arg as return value after jump
130 # use third arg as first arg in context function
H A Djump_arm64_aapcs_macho_gas.S110 ; use third arg as return value after jump
111 ; and as first arg in context function
H A Djump_arm64_aapcs_elf_gas.S118 # use third arg as return value after jump
119 # and as first arg in context function
H A Dmake_arm_aapcs_macho_gas.S51 @ third arg of make_fcontext() == address of context-function
H A Dmake_ppc64_sysv_elf_gas.S123 # first arg of make_fcontext() == top address of context-stack
131 # third arg of make_fcontext() == address of context-function
H A Dmake_arm_aapcs_elf_gas.S52 @ third arg of make_fcontext() == address of context-function
H A Djump_x86_64_ms_pe_masm.asm208 ; use third arg as return-value after jump
210 ; use third arg as first arg in context function
H A Dmake_arm64_aapcs_elf_gas.S66 # third arg of make_fcontext() == address of context-function
H A Dmake_arm64_aapcs_macho_gas.S60 ; third arg of make_fcontext() == address of context-function
H A Djump_ppc32_sysv_elf_gas.S199 # use third arg as return value after jump
200 # use third arg as first arg in context function
/TaskScheduler/ThirdParty/Squish/
H A Dsimd_ve.h45 Vec4( Vec4 const& arg ) : m_v( arg.m_v ) {} in Vec4() argument
47 Vec4& operator=( Vec4 const& arg )
49 m_v = arg.m_v;
H A Dsimd_sse.h53 Vec4( Vec4 const& arg ) : m_v( arg.m_v ) {} in Vec4() argument
55 Vec4& operator=( Vec4 const& arg )
57 m_v = arg.m_v;

12