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

  /art/compiler/dex/quick/
local_optimizations.cc 45 (flags & REG_DEF_LIST1) || \
mir_to_lir.h 67 #define REG_DEF_LIST1 (1ULL << kRegDefList1)
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 171 if ((flags & (REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0 | REG_DEF_LIST1 |
186 if (flags & REG_DEF_LIST1) {
    [all...]
assemble_arm.cc 219 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD,
568 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD,
    [all...]

Completed in 948 milliseconds