Home
last modified time | relevance | path

Searched refs:M68000 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td14 /// 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 DM68k.td23 "Is M68000 ISA supported">;
78 def : Proc<"M68000", [ FeatureISA00 ]>;
H A DM68kSchedule.td15 /// first M68000 CPU, other model must override these characteristics
H A DM68kInstrData.td363 // instructions. Plus the original M68000 does not support moves from CCR. So in
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h94 M68000 = 0x20, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp165 CV_ENUM_CLASS_ENT(CPUType, M68000),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp242 RETURN_CASE(CPUType, M68000, "motorola 68000"); in formatMachineType()