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

  /art/compiler/dex/quick/
local_optimizations.cc 44 (flags & REG_DEF_LIST0) || \
mir_to_lir.h 66 #define REG_DEF_LIST0 (1ULL << kRegDefList0)
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 171 if ((flags & (REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0 | REG_DEF_LIST1 |
182 if (flags & REG_DEF_LIST0) {
    [all...]
assemble_arm.cc 326 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
    [all...]

Completed in 174 milliseconds