Home
last modified time | relevance | path

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

/external/curl/lib/
DMakefile.vxworks51 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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h109 PPC604 = 0x42, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp156 CV_ENUM_CLASS_ENT(CPUType, PPC604),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp187 CV_ENUM_CLASS_ENT(CPUType, PPC604),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp245 RETURN_CASE(CPUType, PPC604, "powerpc 604"); in formatMachineType()