We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc3af0 commit 5b6f9b4Copy full SHA for 5b6f9b4
llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
@@ -48,6 +48,8 @@ class NVPTXInstPrinter : public MCInstPrinter {
48
raw_ostream &O, const char *Modifier = nullptr);
49
void printOffseti32imm(const MCInst *MI, int OpNum, raw_ostream &O,
50
const char *Modifier = nullptr);
51
+ void printHexu32imm(const MCInst *MI, int OpNum, raw_ostream &O,
52
+ const char *Modifier = nullptr);
53
void printProtoIdent(const MCInst *MI, int OpNum,
54
55
void printPrmtMode(const MCInst *MI, int OpNum, raw_ostream &O,
0 commit comments