Home
last modified time | relevance | path

Searched refs:printPackedModifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1201 void AMDGPUInstPrinter::printPackedModifier(const MCInst *MI, in printPackedModifier() function in AMDGPUInstPrinter
1294 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel()
1300 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi()
1306 printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O); in printNegLo()
1312 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O); in printNegHi()
H A DAMDGPUInstPrinter.h121 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,