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

/art/compiler/dex/quick/
H A Dmir_to_lir.h48 #define REG_DEF0 (1ULL << kRegDef0) macro
77 #define REG_DEF01 (REG_DEF0 | REG_DEF1)
78 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
79 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01)
80 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0)
81 #define REG_DEF0_USE12 (REG_DEF0 | REG_USE12)
82 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
83 #define REG_DEF0_USE2 (REG_DEF0 | REG_USE2)

Completed in 8 milliseconds