Searched refs:getSOImmTwoPartSecond (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h205 /// getSOImmTwoPartSecond - If V is a value that satisfies isSOImmTwoPartVal,
207 static inline unsigned getSOImmTwoPartSecond(unsigned V) { function in namespace:llvm::ARM_AM
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp676 unsigned SOImmValV2 = ARM_AM::getSOImmTwoPartSecond(ImmVal);
H A DARMBaseInstrInfo.cpp2700 SOImmValV2 = (uint32_t)ARM_AM::getSOImmTwoPartSecond(ImmVal);

Completed in 147 milliseconds