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

/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp380 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
394 printIfSet(MI, OpNo, O, "|");
399 printIfSet(MI, OpNo, O, "_SAT");
427 printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
432 printIfSet(MI, OpNo, O, "-");
453 printIfSet(MI, OpNo, O, "+");
458 printIfSet(MI, OpNo, O, "ExecMask,");
463 printIfSet(MI, OpNo, O, "Pred,");
H A DAMDGPUInstPrinter.h62 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O,

Completed in 20 milliseconds