Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h102 typedef struct TCGLabelUse TCGLabelUse; typedef
103 struct TCGLabelUse { struct
104 QSIMPLEQ_ENTRY(TCGLabelUse) next;
117 QSIMPLEQ_HEAD(, TCGLabelUse) branches; argument
/openbmc/qemu/tcg/
H A Dtcg-op.c286 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
H A Dtcg.c3543 TCGLabelUse *use; in remove_label_use()
3547 QSIMPLEQ_REMOVE(&label->branches, use, TCGLabelUse, next); in remove_label_use()
3653 TCGLabelUse *u; in move_label_uses()