Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp233 for (unsigned opIdx = 1; opIdx < numSrcOps + 1; opIdx++) { in VOPPostEncode() local
234 const MCOperand &MO = MI.getOperand(opIdx); in VOPPostEncode()
236 unsigned reg = MI.getOperand(opIdx).getReg(); in VOPPostEncode()
239 Value |= (VGPR_BIT(opIdx)) << vgprBitOffset; in VOPPostEncode()