Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1255 void AMDGPUInstPrinter::printPackedModifier(const MCInst *MI, in printPackedModifier() function in AMDGPUInstPrinter
1345 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel()
1351 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi()
1357 printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O); in printNegLo()
1363 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O); in printNegHi()
H A DAMDGPUInstPrinter.h132 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,