25 #define GET_INSTRINFO_MC_DESC
26 #include "SystemZGenInstrInfo.inc"
28 #define GET_SUBTARGETINFO_MC_DESC
29 #include "SystemZGenSubtargetInfo.inc"
31 #define GET_REGINFO_MC_DESC
32 #include "SystemZGenRegisterInfo.inc"
35 SystemZ::R0L, SystemZ::R1L, SystemZ::R2L, SystemZ::R3L,
36 SystemZ::R4L, SystemZ::R5L, SystemZ::R6L, SystemZ::R7L,
37 SystemZ::R8L, SystemZ::R9L, SystemZ::R10L, SystemZ::R11L,
38 SystemZ::R12L, SystemZ::R13L, SystemZ::R14L, SystemZ::R15L
42 SystemZ::R0H, SystemZ::R1H, SystemZ::R2H, SystemZ::R3H,
43 SystemZ::R4H, SystemZ::R5H, SystemZ::R6H, SystemZ::R7H,
44 SystemZ::R8H, SystemZ::R9H, SystemZ::R10H, SystemZ::R11H,
45 SystemZ::R12H, SystemZ::R13H, SystemZ::R14H, SystemZ::R15H
49 SystemZ::R0D, SystemZ::R1D, SystemZ::R2D, SystemZ::R3D,
50 SystemZ::R4D, SystemZ::R5D, SystemZ::R6D, SystemZ::R7D,
51 SystemZ::R8D, SystemZ::R9D, SystemZ::R10D, SystemZ::R11D,
52 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D
56 SystemZ::R0Q, 0, SystemZ::R2Q, 0,
57 SystemZ::R4Q, 0, SystemZ::R6Q, 0,
58 SystemZ::R8Q, 0, SystemZ::R10Q, 0,
59 SystemZ::R12Q, 0, SystemZ::R14Q, 0
63 SystemZ::F0S, SystemZ::F1S, SystemZ::F2S, SystemZ::F3S,
64 SystemZ::F4S, SystemZ::F5S, SystemZ::F6S, SystemZ::F7S,
65 SystemZ::F8S, SystemZ::F9S, SystemZ::F10S, SystemZ::F11S,
66 SystemZ::F12S, SystemZ::F13S, SystemZ::F14S, SystemZ::F15S
70 SystemZ::F0D, SystemZ::F1D, SystemZ::F2D, SystemZ::F3D,
71 SystemZ::F4D, SystemZ::F5D, SystemZ::F6D, SystemZ::F7D,
72 SystemZ::F8D, SystemZ::F9D, SystemZ::F10D, SystemZ::F11D,
73 SystemZ::F12D, SystemZ::F13D, SystemZ::F14D, SystemZ::F15D
77 SystemZ::F0Q, SystemZ::F1Q, 0, 0,
78 SystemZ::F4Q, SystemZ::F5Q, 0, 0,
79 SystemZ::F8Q, SystemZ::F9Q, 0, 0,
80 SystemZ::F12Q, SystemZ::F13Q, 0, 0
84 SystemZ::F0S, SystemZ::F1S, SystemZ::F2S, SystemZ::F3S,
85 SystemZ::F4S, SystemZ::F5S, SystemZ::F6S, SystemZ::F7S,
86 SystemZ::F8S, SystemZ::F9S, SystemZ::F10S, SystemZ::F11S,
87 SystemZ::F12S, SystemZ::F13S, SystemZ::F14S, SystemZ::F15S,
88 SystemZ::F16S, SystemZ::F17S, SystemZ::F18S, SystemZ::F19S,
89 SystemZ::F20S, SystemZ::F21S, SystemZ::F22S, SystemZ::F23S,
90 SystemZ::F24S, SystemZ::F25S, SystemZ::F26S, SystemZ::F27S,
91 SystemZ::F28S, SystemZ::F29S, SystemZ::F30S, SystemZ::F31S
95 SystemZ::F0D, SystemZ::F1D, SystemZ::F2D, SystemZ::F3D,
96 SystemZ::F4D, SystemZ::F5D, SystemZ::F6D, SystemZ::F7D,
97 SystemZ::F8D, SystemZ::F9D, SystemZ::F10D, SystemZ::F11D,
98 SystemZ::F12D, SystemZ::F13D, SystemZ::F14D, SystemZ::F15D,
99 SystemZ::F16D, SystemZ::F17D, SystemZ::F18D, SystemZ::F19D,
100 SystemZ::F20D, SystemZ::F21D, SystemZ::F22D, SystemZ::F23D,
101 SystemZ::F24D, SystemZ::F25D, SystemZ::F26D, SystemZ::F27D,
102 SystemZ::F28D, SystemZ::F29D, SystemZ::F30D, SystemZ::F31D
106 SystemZ::V0, SystemZ::V1,
SystemZ::V2, SystemZ::V3,
107 SystemZ::V4, SystemZ::V5, SystemZ::V6, SystemZ::V7,
108 SystemZ::V8, SystemZ::V9, SystemZ::V10, SystemZ::V11,
109 SystemZ::V12, SystemZ::V13, SystemZ::V14, SystemZ::V15,
110 SystemZ::V16, SystemZ::V17, SystemZ::V18, SystemZ::V19,
111 SystemZ::V20, SystemZ::V21, SystemZ::V22, SystemZ::V23,
112 SystemZ::V24, SystemZ::V25, SystemZ::V26, SystemZ::V27,
113 SystemZ::V28, SystemZ::V29, SystemZ::V30, SystemZ::V31
117 SystemZ::A0, SystemZ::A1, SystemZ::A2, SystemZ::A3,
118 SystemZ::A4, SystemZ::A5, SystemZ::A6, SystemZ::A7,
119 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,
120 SystemZ::A12, SystemZ::A13, SystemZ::A14, SystemZ::A15
124 SystemZ::C0,
SystemZ::C1, SystemZ::C2, SystemZ::C3,
125 SystemZ::C4, SystemZ::C5, SystemZ::C6, SystemZ::C7,
126 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
127 SystemZ::C12, SystemZ::C13, SystemZ::C14, SystemZ::C15
131 static unsigned Map[SystemZ::NUM_TARGET_REGS];
132 static bool Initialized =
false;
134 for (
unsigned I = 0;
I < 16; ++
I) {
142 for (
unsigned I = 0;
I < 32; ++
I) {
160 nullptr,
MRI.getDwarfRegNum(SystemZ::R15D,
true),
168 InitSystemZMCInstrInfo(
X);
174 InitSystemZMCRegisterInfo(
X, SystemZ::R14D);
180 return createSystemZMCSubtargetInfoImpl(TT, CPU, CPU,
FS);
184 unsigned SyntaxVariant,
213 void emitMachine(
StringRef CPU)
override {
214 OS <<
"\t.machine " << CPU <<
"\n";
221 void emitMachine(
StringRef CPU)
override {}
230 return new SystemZTargetAsmStreamer(
S, OS);
235 return new SystemZTargetELFStreamer(
S);