HomeSort by: relevance | last modified time | path
    Searched defs:avx512 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 40 avx512, // AVX-512 instruction set member in class:CPU
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 2115 static const i386_cpu_flags avx512 = CPU_ANY_AVX512F_FLAGS;
2315 /* Dual AVX/AVX512 templates need to retain AVX512* only if we already
8775 cpu = cpu_flags_and (cpu_flags_from_attr (t->cpu), avx512);
11075 /* AVX512-{4FMAPS,4VNNIW} operand 2: N must be a multiple of 4. */
11081 /* AVX512-VP2INTERSECT operand 3: N must be a multiple of 2. */
12557 AVX512-4FMAPS, and AVX512-4VNNIW. */
2114 static const i386_cpu_flags avx512 = CPU_ANY_AVX512F_FLAGS; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2077 static const i386_cpu_flags avx512 = CPU_ANY_AVX512F_FLAGS;
2277 /* Dual AVX/AVX512 templates need to retain AVX512* only if we already
8609 cpu = cpu_flags_and (cpu_flags_from_attr (t->cpu), avx512);
10908 /* AVX512-{4FMAPS,4VNNIW} operand 2: N must be a multiple of 4. */
10914 /* AVX512-VP2INTERSECT operand 3: N must be a multiple of 2. */
12403 AVX512-4FMAPS, and AVX512-4VNNIW. */
2076 static const i386_cpu_flags avx512 = CPU_ANY_AVX512F_FLAGS; variable

Completed in 81 milliseconds