Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h224 uint32_t lo32 = lo; in GetTwoWordSuccessValue() local
226 return ((hi64 << 32) | lo32); in GetTwoWordSuccessValue()