Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c59 #define pack_assert(I, cond) \ macro
71 pack_assert(I, lo.type == hi.type); in va_validate_register_pair()
74 pack_assert(I, hi.value & 1); in va_validate_register_pair()
75 pack_assert(I, hi.value == lo.value + 1); in va_validate_register_pair()
78 pack_assert(I, hi.value == (BIR_FAU_IMMEDIATE | 0)); in va_validate_register_pair()
80 pack_assert(I, hi.offset & 1); in va_validate_register_pair()
81 pack_assert(I, hi.offset == lo.offset + 1); in va_validate_register_pair()
88 pack_assert(I, idx.type == BI_INDEX_REGISTER); in va_pack_reg()
89 pack_assert(I, idx.value < 64); in va_pack_reg()
120 pack_assert(I, idx.type == BI_INDEX_FAU); in va_pack_fau_64()
[all …]