Searched refs:dword_size (Results 1 – 3 of 3) sorted by relevance
146 const size_t dword_size = 8; in __clear_cache()149 const uintptr_t mask = ~(dword_size - 1); in __clear_cache()151 const uintptr_t end_dword = ((uintptr_t)start + len + dword_size - 1) & mask; in __clear_cache()153 for (uintptr_t dword = start_dword; dword < end_dword; dword += dword_size) in __clear_cache()
80 int dword_size = pJbig2Context->m_height * pJbig2Context->m_dest_pitch / 4; in Decode() local82 for (int i = 0; i < dword_size; i++) in Decode()
3863 unsigned dword_size = elem_size_bytes / 4; in create_vec_from_array() local3866 dst = bld.tmp(RegClass(reg_type, cnt * dword_size)); in create_vec_from_array()3874 assert(arr[i].size() == dword_size); in create_vec_from_array()3878 … Temp zero = bld.copy(bld.def(RegClass(reg_type, dword_size)), Operand(0u, dword_size == 2)); in create_vec_from_array()