HomeSort by relevance Sort by last modified time
    Searched defs:IS_SIMM16 (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/mips/
mips_lir.h 427 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32766))
  /art/compiler/dex/quick/x86/
x86_lir.h 435 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32767))
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 637 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32766))

Completed in 2213 milliseconds