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

  /art/compiler/dex/quick/
mir_to_lir-inl.h 239 if (flags & REG_USE3) {
mir_to_lir.h 73 #define REG_USE3 (1ULL << kRegUse3)
126 #define REG_USE23 (REG_USE2 | REG_USE3)
127 #define REG_USE123 (REG_USE1 | REG_USE2 | REG_USE3)
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]

Completed in 47 milliseconds