Home
last modified time | relevance | path

Searched refs:M68040 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.td51 "Is M68040 ISA supported",
82 def : Proc<"M68040", [ FeatureISA40 ]>;
H A DM68kInstrData.td675 // FSMOVE and FDMOVE are only available after M68040
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h98 M68040 = 0x24, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp169 CV_ENUM_CLASS_ENT(CPUType, M68040),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp246 RETURN_CASE(CPUType, M68040, "motorola 68040"); in formatMachineType()