@@ -100,21 +100,6 @@ void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo,
100
100
}
101
101
}
102
102
103
- void AMDGPUInstPrinter::printOffen (const MCInst *MI, unsigned OpNo,
104
- raw_ostream &O) {
105
- printNamedBit (MI, OpNo, O, " offen" );
106
- }
107
-
108
- void AMDGPUInstPrinter::printIdxen (const MCInst *MI, unsigned OpNo,
109
- raw_ostream &O) {
110
- printNamedBit (MI, OpNo, O, " idxen" );
111
- }
112
-
113
- void AMDGPUInstPrinter::printAddr64 (const MCInst *MI, unsigned OpNo,
114
- raw_ostream &O) {
115
- printNamedBit (MI, OpNo, O, " addr64" );
116
- }
117
-
118
103
void AMDGPUInstPrinter::printOffset (const MCInst *MI, unsigned OpNo,
119
104
const MCSubtargetInfo &STI,
120
105
raw_ostream &O) {
@@ -186,11 +171,6 @@ void AMDGPUInstPrinter::printSMRDLiteralOffset(const MCInst *MI, unsigned OpNo,
186
171
printU32ImmOperand (MI, OpNo, STI, O);
187
172
}
188
173
189
- void AMDGPUInstPrinter::printGDS (const MCInst *MI, unsigned OpNo,
190
- const MCSubtargetInfo &STI, raw_ostream &O) {
191
- printNamedBit (MI, OpNo, O, " gds" );
192
- }
193
-
194
174
void AMDGPUInstPrinter::printCPol (const MCInst *MI, unsigned OpNo,
195
175
const MCSubtargetInfo &STI, raw_ostream &O) {
196
176
auto Imm = MI->getOperand (OpNo).getImm ();
@@ -208,11 +188,6 @@ void AMDGPUInstPrinter::printCPol(const MCInst *MI, unsigned OpNo,
208
188
O << " /* unexpected cache policy bit */" ;
209
189
}
210
190
211
- void AMDGPUInstPrinter::printTFE (const MCInst *MI, unsigned OpNo,
212
- const MCSubtargetInfo &STI, raw_ostream &O) {
213
- printNamedBit (MI, OpNo, O, " tfe" );
214
- }
215
-
216
191
void AMDGPUInstPrinter::printDMask (const MCInst *MI, unsigned OpNo,
217
192
const MCSubtargetInfo &STI, raw_ostream &O) {
218
193
if (MI->getOperand (OpNo).getImm ()) {
@@ -233,16 +208,6 @@ void AMDGPUInstPrinter::printDim(const MCInst *MI, unsigned OpNo,
233
208
O << Dim;
234
209
}
235
210
236
- void AMDGPUInstPrinter::printUNorm (const MCInst *MI, unsigned OpNo,
237
- const MCSubtargetInfo &STI, raw_ostream &O) {
238
- printNamedBit (MI, OpNo, O, " unorm" );
239
- }
240
-
241
- void AMDGPUInstPrinter::printDA (const MCInst *MI, unsigned OpNo,
242
- const MCSubtargetInfo &STI, raw_ostream &O) {
243
- printNamedBit (MI, OpNo, O, " da" );
244
- }
245
-
246
211
void AMDGPUInstPrinter::printR128A16 (const MCInst *MI, unsigned OpNo,
247
212
const MCSubtargetInfo &STI, raw_ostream &O) {
248
213
if (STI.hasFeature (AMDGPU::FeatureR128A16))
@@ -251,33 +216,6 @@ void AMDGPUInstPrinter::printR128A16(const MCInst *MI, unsigned OpNo,
251
216
printNamedBit (MI, OpNo, O, " r128" );
252
217
}
253
218
254
- void AMDGPUInstPrinter::printA16 (const MCInst *MI, unsigned OpNo,
255
- const MCSubtargetInfo &STI, raw_ostream &O) {
256
- printNamedBit (MI, OpNo, O, " a16" );
257
- }
258
-
259
- void AMDGPUInstPrinter::printLWE (const MCInst *MI, unsigned OpNo,
260
- const MCSubtargetInfo &STI, raw_ostream &O) {
261
- printNamedBit (MI, OpNo, O, " lwe" );
262
- }
263
-
264
- void AMDGPUInstPrinter::printD16 (const MCInst *MI, unsigned OpNo,
265
- const MCSubtargetInfo &STI, raw_ostream &O) {
266
- printNamedBit (MI, OpNo, O, " d16" );
267
- }
268
-
269
- void AMDGPUInstPrinter::printExpCompr (const MCInst *MI, unsigned OpNo,
270
- const MCSubtargetInfo &STI,
271
- raw_ostream &O) {
272
- printNamedBit (MI, OpNo, O, " compr" );
273
- }
274
-
275
- void AMDGPUInstPrinter::printExpVM (const MCInst *MI, unsigned OpNo,
276
- const MCSubtargetInfo &STI,
277
- raw_ostream &O) {
278
- printNamedBit (MI, OpNo, O, " vm" );
279
- }
280
-
281
219
void AMDGPUInstPrinter::printFORMAT (const MCInst *MI, unsigned OpNo,
282
220
const MCSubtargetInfo &STI,
283
221
raw_ostream &O) {
@@ -1324,18 +1262,6 @@ void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo,
1324
1262
O << Asm;
1325
1263
}
1326
1264
1327
- void AMDGPUInstPrinter::printHigh (const MCInst *MI, unsigned OpNo,
1328
- const MCSubtargetInfo &STI,
1329
- raw_ostream &O) {
1330
- printNamedBit (MI, OpNo, O, " high" );
1331
- }
1332
-
1333
- void AMDGPUInstPrinter::printClampSI (const MCInst *MI, unsigned OpNo,
1334
- const MCSubtargetInfo &STI,
1335
- raw_ostream &O) {
1336
- printNamedBit (MI, OpNo, O, " clamp" );
1337
- }
1338
-
1339
1265
void AMDGPUInstPrinter::printOModSI (const MCInst *MI, unsigned OpNo,
1340
1266
const MCSubtargetInfo &STI,
1341
1267
raw_ostream &O) {
0 commit comments