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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1007 void AMDGPUInstPrinter::printPackedModifier(const MCInst *MI, function in class:AMDGPUInstPrinter
1066 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O);
1072 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O);
1078 printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O);
1084 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O);
H A DAMDGPUInstPrinter.h151 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,

Completed in 110 milliseconds