Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h410 D_BitShift = 22, enumerator
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp1667 Binary |= ((RegD & 0x10) >> 4) << ARMII::D_BitShift; in encodeVFPRd()
1670 Binary |= (RegD & 0x01) << ARMII::D_BitShift; in encodeVFPRd()
1913 Binary |= ((RegD >> 4) & 1) << ARMII::D_BitShift; in encodeNEONRd()