Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/genxml/
Dcs_builder.h138 #define CS_LABEL_INVALID_POS ~0u macro
605 label->last_forward_ref = CS_LABEL_INVALID_POS; in cs_label_init()
606 label->target = CS_LABEL_INVALID_POS; in cs_label_init()
612 assert(label->target == CS_LABEL_INVALID_POS); in cs_set_label()
616 forward_ref != CS_LABEL_INVALID_POS; forward_ref = next_forward_ref) { in cs_set_label()
629 offset > 0 ? forward_ref - offset : CS_LABEL_INVALID_POS; in cs_set_label()
631 assert(next_forward_ref == CS_LABEL_INVALID_POS || in cs_set_label()
840 if (label->target == CS_LABEL_INVALID_POS) { in cs_branch_label()
850 if (label->last_forward_ref != CS_LABEL_INVALID_POS) { in cs_branch_label()
1634 if (match->next_case_label.last_forward_ref != CS_LABEL_INVALID_POS) { in cs_match_case()
[all …]