HomeSort by relevance Sort by last modified time
    Searched refs:GPRAlign (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 83 /// GPRAlign - Encode a sequence of registers with the correct alignment.
84 unsigned GPRAlign(const MCInst &MI, unsigned OpNo, unsigned shift) const;
161 unsigned SIMCCodeEmitter::GPRAlign(const MCInst &MI, unsigned OpNo,
170 return GPRAlign(MI, OpNo, 1);
176 return GPRAlign(MI, OpNo, 2);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 83 /// GPRAlign - Encode a sequence of registers with the correct alignment.
84 unsigned GPRAlign(const MCInst &MI, unsigned OpNo, unsigned shift) const;
161 unsigned SIMCCodeEmitter::GPRAlign(const MCInst &MI, unsigned OpNo,
170 return GPRAlign(MI, OpNo, 1);
176 return GPRAlign(MI, OpNo, 2);

Completed in 50 milliseconds