Searched refs:new_pool_alloc (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 674 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, in new_pool_alloc() function 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() 754 TCGLabelPoolData *n = new_pool_alloc(s, 8, rtype, label, addend); in new_pool_l8()
|