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
/art/compiler/dex/quick/mips/
utility_mips.cc
486
short_form =
IS_SIMM16_2WORD
(displacement);
597
short_form =
IS_SIMM16_2WORD
(displacement);
mips_lir.h
513
#define
IS_SIMM16_2WORD
(v) ((-32764 <= (v)) && ((v) <= 32763)) // 2 offsets must fit.
Completed in 61 milliseconds