Home
last modified time | relevance | path

Searched refs:__gen_unpack_uint (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h156 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint() function
173 int64_t val = __gen_unpack_uint(cl, start, end); in __gen_unpack_sint()
191 int32_t bits = __gen_unpack_uint(cl, start, end); in __gen_unpack_ufixed()
Dv3d_decoder.c663 if (subid && (__gen_unpack_uint(p, subid->start, subid->end) != in v3d_spec_find_instruction()
798 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next()
807 __gen_unpack_uint(iter->p, s, e) ? in v3d_field_iterator_next()
818 __gen_unpack_uint(iter->p, s, e) << (31 - (e - s))); in v3d_field_iterator_next()
840 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next()
/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c33 #define __gen_unpack_address(cl, s, e) (__gen_unpack_uint(cl, s, e) << (31 - (e - s)))