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

/art/compiler/dex/quick/
H A Dmir_to_lir.h59 #define REG_USE1 (1ULL << kRegUse1) macro
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)

Completed in 28 milliseconds