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

  /art/compiler/dex/quick/
mir_to_lir.h 59 #define REG_USE1 (1ULL << kRegUse1)
82 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
89 #define REG_USE01 (REG_USE0 | REG_USE1)
91 #define REG_USE12 (REG_USE1 | REG_USE2)
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 529 #define REG_USE1 (1 << kRegUse1)
546 #define REG_USE01 (REG_USE0 | REG_USE1)
549 #define REG_USE12 (REG_USE1 | REG_USE2)
553 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 685 #define REG_USE1 (1 << kRegUse1)
702 #define REG_USE01 (REG_USE0 | REG_USE1)
704 #define REG_USE12 (REG_USE1 | REG_USE2)
706 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
    [all...]

Completed in 72 milliseconds