Lines Matching defs:low64
321 T low64,
325 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2));
326 UpdateValue(high64, low64);
346 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) {
347 VIXL_ASSERT(sizeof(low64) == size_ / 2);
348 memcpy(&low64_, &low64, sizeof(low64));
357 void UpdateValue(T high64, T low64, const Assembler* assembler);
8332 void Literal<T>::UpdateValue(T high64, T low64, const Assembler* assembler) {
8334 low64,