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

/art/compiler/dex/quick/
H A Dmir_to_lir.h77 #define REG_USE0 (1ULL << kRegUse0) macro
120 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0)
130 #define REG_USE01 (REG_USE0 | REG_USE1)
131 #define REG_USE02 (REG_USE0 | REG_USE2)

Completed in 58 milliseconds