Home
last modified time | relevance | path

Searched refs:ssa_reg_high (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc385 int ssa_reg_high = AddNewSReg(compiler_temp->v_reg + 1); in GetNewCompilerTemp() local
390 << compiler_temp->v_reg + 1 << " and s" << ssa_reg_high << "."; in GetNewCompilerTemp()
394 reg_location_[ssa_reg_high] = temp_loc; in GetNewCompilerTemp()
395 reg_location_[ssa_reg_high].high_word = true; in GetNewCompilerTemp()
396 reg_location_[ssa_reg_high].s_reg_low = ssa_reg_low; in GetNewCompilerTemp()
397 reg_location_[ssa_reg_high].wide = true; in GetNewCompilerTemp()