Searched refs:TCGLabelPoolData (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 665 typedef struct TCGLabelPoolData { struct 666 struct TCGLabelPoolData *next; argument 672 } TCGLabelPoolData; typedef 674 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, in new_pool_alloc() 677 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc() 687 static void new_pool_insert(TCGContext *s, TCGLabelPoolData *n) in new_pool_insert() 689 TCGLabelPoolData *i, **pp; in new_pool_insert() 713 TCGLabelPoolData *n = new_pool_alloc(s, 1, rtype, label, addend); in new_pool_label() 724 TCGLabelPoolData *n = new_pool_alloc(s, 2, rtype, label, addend); in new_pool_l2() 737 TCGLabelPoolData *n = new_pool_alloc(s, 4, rtype, label, addend); in new_pool_l4() [all …]
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg.h | 402 struct TCGLabelPoolData *pool_labels;
|