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

  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 226 if (flags & REG_USE_LIST1) {
MipsLIR.h 535 #define REG_USE_LIST1 (1 << kRegUseList1)
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 691 #define REG_USE_LIST1 (1 << kRegUseList1)
    [all...]
CodegenCommon.cpp 208 if (flags & REG_USE_LIST1) {
Assemble.cpp 344 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE,
539 IS_BINARY_OP | REG_DEF0_USE0 | REG_USE_LIST1 | IS_STORE,
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 343 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE,
539 IS_BINARY_OP | REG_DEF0_USE0 | REG_USE_LIST1 | IS_STORE,
    [all...]
target_arm.cc 167 if (flags & REG_USE_LIST1) {
  /art/compiler/dex/quick/
mir_to_lir.h 69 #define REG_USE_LIST1 (1ULL << kRegUseList1)
    [all...]

Completed in 733 milliseconds