Searched refs:new_pool_alloc (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 675 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, in new_pool_alloc() 714 TCGLabelPoolData *n = new_pool_alloc(s, 1, rtype, label, addend); in new_pool_label() 725 TCGLabelPoolData *n = new_pool_alloc(s, 2, rtype, label, addend); in new_pool_l2() 738 TCGLabelPoolData *n = new_pool_alloc(s, 4, rtype, label, addend); in new_pool_l4() 755 TCGLabelPoolData *n = new_pool_alloc(s, 8, rtype, label, addend); in new_pool_l8() 674 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, new_pool_alloc() function
|