Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h38 ArchDefinePwr4 = 1 << 6, enumerator
122 .Case("970", ArchDefineName | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
127 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
129 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
132 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
136 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
139 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
143 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
148 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
153 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
[all …]
H A DPPC.cpp364 if (ArchDefs & ArchDefinePwr4) in getTargetDefines()