HomeSort by: relevance | last modified time | path
    Searched refs:printPackedModifier (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.cpp 1065 void AMDGPUInstPrinter::printPackedModifier(const MCInst *MI,
1124 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O);
1130 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O);
1136 printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O);
1142 printPackedModifier(MI, " neg_hi:[", SISrcMods::NEG_HI, O);
AMDGPUInstPrinter.h 148 void printPackedModifier(const MCInst *MI, StringRef Name, unsigned Mod,

Completed in 14 milliseconds