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

  /art/compiler/optimizing/
register_allocator.cc 35 static bool IsLowRegister(int reg) { return (reg & 1) == 0; }
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h     [all...]

Completed in 491 milliseconds