Searched refs:kAVX (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | cpu.c | 155 if (feature == kAVX) { in x86CPUInfo() 163 if (x86CPUInfo(kAVX) && max_cpuid_value >= 7) { in x86CPUInfo()
|
D | dsp.h | 213 kAVX, enumerator
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 2145 Emit(kAVX##Type##ReplaceLane, g.DefineAsRegister(node), operand0, \ in SIMD_INT_TYPES() 2159 VisitRRISimd(this, node, kAVX##Opcode, kSSE##Opcode); \ 2186 InstructionCode opcode = IsSupported(AVX) ? kAVX##Opcode : kSSE##Opcode; \ 2217 VisitRROFloat(this, node, kAVX##Opcode, kSSE##Opcode); \
|