Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc224 uint32_t reg_hi = vmap_table.ComputeRegister(spill_mask, vmap_offset_hi, kind_hi); in GetVRegPair() local
335 uint32_t reg_hi = vmap_table.ComputeRegister(spill_mask, vmap_offset_hi, kind_hi); in SetVRegPair() local
/art/compiler/dex/quick/x86/
Dint_x86.cc747 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, in GenDivRem()