OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_LO16
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp
39
case ARMII::
MO_LO16
:
ARMExpandPseudoInsts.cpp
[
all
...]
ARMAsmPrinter.cpp
197
if (TF == ARMII::
MO_LO16
)
209
if (TF & ARMII::
MO_LO16
)
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
52
case HexagonII::
MO_LO16
:
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h
227
MO_LO16
, MO_HI16,
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h
284
///
MO_LO16
- On a symbol operand, this represents a relocation containing
286
MO_LO16
= 0x1,
308
/// combined with
MO_LO16
, MO_HI16 or MO_NO_FLAG (in a constant-pool, for
Completed in 393 milliseconds