Home
last modified time | relevance | path

Searched refs:PTA_CX16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
DChangeLog.gcc43432 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
433 for CPUs that have PTA_CX16 set.
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c1765 PTA_CX16 = 512, in override_options() enumerator
1795 | PTA_MMX | PTA_PREFETCH_SSE | PTA_CX16}, in override_options()
1798 | PTA_PREFETCH_SSE | PTA_CX16}, in override_options()
1836 | PTA_ABM | PTA_SSE4A | PTA_CX16}, in override_options()
1840 | PTA_ABM | PTA_SSE4A | PTA_CX16}, in override_options()
2003 if (processor_alias_table[i].flags & PTA_CX16) in override_options()