Home
last modified time | relevance | path

Searched defs:IS_SIMM16 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/mips/
Dmips_lir.h715 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32766)) macro
/art/compiler/dex/quick/x86/
Dx86_lir.h730 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32767)) macro