Home
last modified time | relevance | path

Searched refs:PPC604 (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
DMakefile.vxworks72 CFLAGS := -D__GNUC__ -D__ppc__ -msoft-float -fno-builtin -mcpu=604 -mlongcall -DCPU=PPC604 -D_GNU_T…
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h105 PPC604 = 0x42, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h108 PPC604 = 0x42, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h108 PPC604 = 0x42, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp187 CV_ENUM_CLASS_ENT(CPUType, PPC604),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp174 CV_ENUM_CLASS_ENT(CPUType, PPC604),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp166 CV_ENUM_CLASS_ENT(CPUType, PPC604),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp245 RETURN_CASE(CPUType, PPC604, "powerpc 604"); in formatMachineType()