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.h470 D_BitShift = 22, enumerator
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp1655 Binary |= ((RegD & 0x10) >> 4) << ARMII::D_BitShift; in encodeVFPRd()
1658 Binary |= (RegD & 0x01) << ARMII::D_BitShift; in encodeVFPRd()
1898 Binary |= ((RegD >> 4) & 1) << ARMII::D_BitShift; in encodeNEONRd()