OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_SIMM16_2WORD
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
638
#define
IS_SIMM16_2WORD
(v) ((-32764 <= (v)) && ((v) <= 32763)) /* 2 offsets must fit */
/dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp
628
shortForm =
IS_SIMM16_2WORD
(displacement);
746
shortForm =
IS_SIMM16_2WORD
(displacement);
Completed in 70 milliseconds