Searched refs:printPackedModifier (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1320 void AMDGPUInstPrinter::printPackedModifier(const MCInst *MI, in printPackedModifier() function in AMDGPUInstPrinter 1410 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel() 1416 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi() 1422 printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O); in printNegLo() 1428 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O); in printNegHi()
|
H A D | AMDGPUInstPrinter.h | 134 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,
|