Home | History | Annotate | Download | only in aarch64

Lines Matching refs:low64

302           T low64,
306 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2));
307 UpdateValue(high64, low64);
327 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) {
328 VIXL_ASSERT(sizeof(low64) == size_ / 2);
329 memcpy(&low64_, &low64, sizeof(low64));
338 void UpdateValue(T high64, T low64, const Assembler* assembler);
3355 void Literal<T>::UpdateValue(T high64, T low64, const Assembler* assembler) {
3357 low64,