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

  /art/compiler/dex/quick/mips/
mips_lir.h 512 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32766))
  /art/compiler/dex/quick/x86/
x86_lir.h     [all...]

Completed in 50 milliseconds