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

  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 683 #define REG_USE1 (1 << kRegUse1)
700 #define REG_USE01 (REG_USE0 | REG_USE1)
702 #define REG_USE12 (REG_USE1 | REG_USE2)
704 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
    [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...]

Completed in 48 milliseconds