OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSOImmTwoPartVal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
186
///
isSOImmTwoPartVal
- Return true if the specified value can be obtained by
188
static inline bool
isSOImmTwoPartVal
(unsigned V) {
199
/// getSOImmTwoPartFirst - If V is a value that satisfies
isSOImmTwoPartVal
,
205
/// getSOImmTwoPartSecond - If V is a value that satisfies
isSOImmTwoPartVal
,
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
782
assert(MO1.isImm() && ARM_AM::
isSOImmTwoPartVal
(MO1.getImm()) &&
[
all
...]
ARMISelDAGToDAG.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 833 milliseconds