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

  /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...]
  /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)
  /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...]

Completed in 194 milliseconds