Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dassembler-aarch64.h206 return low64_; in GetRawValue128Low64()
223 return low64_; in GetRawValue64()
232 VIXL_ASSERT(IsUint32(low64_) || IsInt32(low64_)); in GetRawValue32()
233 return static_cast<uint32_t>(low64_); in GetRawValue32()
279 uint64_t low64_; variable
321 memcpy(&low64_, &new_value, sizeof(new_value));
330 memcpy(&low64_, &low64, sizeof(low64));
Dassembler-aarch64.cc41 low64_(0), in RawLiteral()