OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSOImmTwoPartSecond
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
ARMAddressingModes.h
216
///
getSOImmTwoPartSecond
- If V is a value that satisfies isSOImmTwoPartVal,
218
static inline unsigned
getSOImmTwoPartSecond
(unsigned V) {
ARMCodeEmitter.cpp
768
unsigned V2 = ARM_AM::
getSOImmTwoPartSecond
(MO1.getImm());
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
ARMExpandPseudoInsts.cpp
661
unsigned SOImmValV2 = ARM_AM::
getSOImmTwoPartSecond
(ImmVal);
[
all
...]
Completed in 401 milliseconds