Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h206 typedef struct TCGLabelUse TCGLabelUse; typedef
207 struct TCGLabelUse { struct
208 QSIMPLEQ_ENTRY(TCGLabelUse) next;
221 QSIMPLEQ_HEAD(, TCGLabelUse) branches; argument
/openbmc/qemu/tcg/
H A Dtcg-op.c291 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
H A Dtcg.c3158 TCGLabelUse *use; in remove_label_use()
3162 QSIMPLEQ_REMOVE(&label->branches, use, TCGLabelUse, next); in remove_label_use()
3265 TCGLabelUse *u; in move_label_uses()