Searched refs:Expcnt (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp416 unsigned Expcnt = (SImm16 >> 4) & 0xF; local
420 if (Expcnt != 0x7)
421 O << "expcnt(" << Expcnt << ") "; local

Completed in 200 milliseconds