Home
last modified time | relevance | path

Searched defs:reg_lo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.cc223 uint32_t reg_lo = vmap_table.ComputeRegister(spill_mask, vmap_offset_lo, kind_lo); in GetVRegPair() local
334 uint32_t reg_lo = vmap_table.ComputeRegister(spill_mask, vmap_offset_lo, kind_lo); in SetVRegPair() local
/art/compiler/dex/quick/x86/
Dint_x86.cc596 RegLocation X86Mir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg_lo, int lit, bool is_div) { in GenDivRemLit()
747 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, in GenDivRem()