Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp799 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift; in emitMOVi2piecesInstruction()
824 Binary |= getARMRegisterNumbering(ARM::PC) << ARMII::RegRnShift; in emitLEApcrelInstruction()
852 Binary |= getARMRegisterNumbering(ARM::PC) << ARMII::RegRnShift; in emitLEApcrelJTInstruction()
1159 Binary |= (getARMRegisterNumbering(ImplicitRn) << ARMII::RegRnShift); in emitDataProcessingInstruction()
1161 Binary |= getMachineOpValue(MI, OpIdx) << ARMII::RegRnShift; in emitDataProcessingInstruction()
1232 Binary |= (getARMRegisterNumbering(ImplicitRn) << ARMII::RegRnShift); in emitLoadStoreInstruction()
1234 Binary |= getMachineOpValue(MI, OpIdx++) << ARMII::RegRnShift; in emitLoadStoreInstruction()
1303 Binary |= (getARMRegisterNumbering(ImplicitRn) << ARMII::RegRnShift); in emitMiscLoadStoreInstruction()
1305 Binary |= getMachineOpValue(MI, OpIdx++) << ARMII::RegRnShift; in emitMiscLoadStoreInstruction()
1378 Binary |= getMachineOpValue(MI, OpIdx++) << ARMII::RegRnShift; in emitLoadStoreMultipleInstruction()
[all …]
DARMJITInfo.cpp296 getARMRegisterNumbering(ARM::PC) << ARMII::RegRnShift; in relocate()
319 getARMRegisterNumbering(ARM::PC) << ARMII::RegRnShift; in relocate()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h466 RegRnShift = 16, enumerator