Lines Matching refs:name
161 #define AVX_OP(macro_name, name) \
165 .template emit<&Assembler::v##name, &Assembler::name>(dst, arg, \
176 // prefix. If we require the full AVX instruction name and the caller
188 #define AVX_OP_SSE3(macro_name, name) \
192 .template emit<&Assembler::v##name, &Assembler::name>(dst, arg, \
196 #define AVX_OP_SSSE3(macro_name, name) \
200 .template emit<&Assembler::v##name, &Assembler::name>(dst, arg, \
204 #define AVX_OP_SSE4_1(macro_name, name) \
208 .template emit<&Assembler::v##name, &Assembler::name>(dst, arg, \
212 #define AVX_OP_SSE4_2(macro_name, name) \
216 .template emit<&Assembler::v##name, &Assembler::name>(dst, arg, \
220 // Keep this list sorted by required extension, then instruction name.