Searched refs:M68000 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 14 /// 00 M68000 Dn or An r any register 15 /// 01 M68000 Dn d data register direct 16 /// 02 M68000 An a address register direct 17 /// 03 M68000 (An) j address register indirect 18 /// 04 M68000 (An)+ o address register indirect with postincrement 19 /// 05 M68000 -(An) e address register indirect with predecrement 20 /// 06 M68000 (d16,An) p address register indirect with displacement 21 /// 10 M68000 (d8,An,Xn.L) f address register indirect with index and scale = 1 22 /// 07 M68000 (d8,An,Xn.W) F address register indirect with index and scale = 1 29 /// 20 M68000 ab [all...] |
H A D | M68k.td | 23 "Is M68000 ISA supported">; 78 def : Proc<"M68000", [ FeatureISA00 ]>;
|
H A D | M68kSchedule.td | 15 /// first M68000 CPU, other model must override these characteristics
|
H A D | M68kInstrData.td | 363 // instructions. Plus the original M68000 does not support moves from CCR. So in
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 94 M68000 = 0x20, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 165 CV_ENUM_CLASS_ENT(CPUType, M68000),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 242 RETURN_CASE(CPUType, M68000, "motorola 68000"); in formatMachineType()
|