Home
last modified time | relevance | path

Searched refs:M68030 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.td37 "Is M68030 ISA supported",
81 def : Proc<"M68030", [ FeatureISA30 ]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h97 M68030 = 0x23, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp168 CV_ENUM_CLASS_ENT(CPUType, M68030),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp245 RETURN_CASE(CPUType, M68030, "motorola 68030"); in formatMachineType()