Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc118 Register low_even = calling_convention.GetRegisterAt(gp_index); in GetNextLocation() local
120 DCHECK_EQ(low_even + 1, high_odd); in GetNextLocation()
121 next_location = Location::RegisterPairLocation(low_even, high_odd); in GetNextLocation()