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

  /art/compiler/dex/quick/mips/
utility_mips.cc 209 if (IS_SIMM16(value)) {
217 if (IS_SIMM16((-value))) {
469 bool short_form = IS_SIMM16(displacement);
580 bool short_form = IS_SIMM16(displacement);
mips_lir.h 512 #define IS_SIMM16(v) ((-32768 <= (v)) && ((v) <= 32766))
  /art/compiler/dex/quick/x86/
x86_lir.h     [all...]
assemble_x86.cc     [all...]

Completed in 2030 milliseconds