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

  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 530 #define REG_USE2 (1 << kRegUse2)
547 #define REG_USE02 (REG_USE0 | REG_USE2)
548 #define REG_USE012 (REG_USE01 | REG_USE2)
549 #define REG_USE12 (REG_USE1 | REG_USE2)
550 #define REG_USE23 (REG_USE2 | REG_USE3)
554 #define REG_DEF0_USE2 (REG_DEF0 | REG_USE2)
557 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
CodegenCommon.cpp 204 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
253 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
GlobalOptimizations.cpp 171 if ((flags & REG_USE2) &&
Assemble.cpp 233 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE2,
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 686 #define REG_USE2 (1 << kRegUse2)
703 #define REG_USE012 (REG_USE01 | REG_USE2)
704 #define REG_USE12 (REG_USE1 | REG_USE2)
709 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
    [all...]
CodegenCommon.cpp 186 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
245 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
Assemble.cpp     [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 60 #define REG_USE2 (1ULL << kRegUse2)
78 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
83 #define REG_DEF0_USE2 (REG_DEF0 | REG_USE2)
87 #define REG_USE012 (REG_USE01 | REG_USE2)
90 #define REG_USE02 (REG_USE0 | REG_USE2)
91 #define REG_USE12 (REG_USE1 | REG_USE2)
92 #define REG_USE23 (REG_USE2 | REG_USE3)
    [all...]
local_optimizations.cc 93 ((target_flags & (REG_USE0 | REG_USE1 | REG_USE2)) ==
94 (REG_USE0 | REG_USE1 | REG_USE2)) || // Skip wide stores.
mir_to_lir-inl.h 181 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 237 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE2,
    [all...]

Completed in 186 milliseconds