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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp114 /// getRegBinaryCode - Returns the hardware encoding for a register
115 unsigned getRegBinaryCode(unsigned reg) const;
144 return getRegBinaryCode(MO.getReg());
163 unsigned regCode = getRegBinaryCode(MI.getOperand(OpNo).getReg());
293 unsigned SIMCCodeEmitter::getRegBinaryCode(unsigned reg) const { function in class:SIMCCodeEmitter
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp114 /// getRegBinaryCode - Returns the hardware encoding for a register
115 unsigned getRegBinaryCode(unsigned reg) const;
144 return getRegBinaryCode(MO.getReg());
163 unsigned regCode = getRegBinaryCode(MI.getOperand(OpNo).getReg());
293 unsigned SIMCCodeEmitter::getRegBinaryCode(unsigned reg) const { function in class:SIMCCodeEmitter

Completed in 212 milliseconds