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

  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 222 if (flags & REG_USE_LIST0) {
MipsLIR.h 534 #define REG_USE_LIST0 (1 << kRegUseList0)
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 690 #define REG_USE_LIST0 (1 << kRegUseList0)
    [all...]
CodegenCommon.cpp 204 if (flags & REG_USE_LIST0) {
Assemble.cpp 329 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 163 if (flags & REG_USE_LIST0) {
assemble_arm.cc 328 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 68 #define REG_USE_LIST0 (1ULL << kRegUseList0)
    [all...]

Completed in 354 milliseconds