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

  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 684 #define REG_USE2 (1 << kRegUse2)
701 #define REG_USE012 (REG_USE01 | REG_USE2)
702 #define REG_USE12 (REG_USE1 | REG_USE2)
707 #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...]

Completed in 33 milliseconds