Searched defs:REG_USE1 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.h71 #define REG_USE1 (1ULL << kRegUse1) macro
116 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
123 #define REG_USE01 (REG_USE0 | REG_USE1)
125 #define REG_USE12 (REG_USE1 | REG_USE2)
127 #define REG_USE123 (REG_USE1 | REG_USE2 | REG_USE3)

Completed in 9 milliseconds