Searched refs:value_long (Results 1 – 1 of 1) sorted by relevance
178 int64_t value_long = static_cast<int64_t>(ptr_val); in GetVReg() local180 ptr_val = static_cast<uintptr_t>(value_long & 0xFFFFFFFF); in GetVReg()182 ptr_val = static_cast<uintptr_t>(value_long >> 32); in GetVReg()