Searched refs:new_pool_l2 (Results 1 – 6 of 6) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 463 new_pool_l2(s, 20, s->code_ptr, 0, (uintptr_t)func, (uintptr_t)cif);
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1215 new_pool_l2(s, R_PPC64_PCREL34, s->code_ptr - 2, 0, val, val); 1233 new_pool_l2(s, rel, s->code_ptr, add, val >> 32, val); 1238 new_pool_l2(s, rel, s->code_ptr, add, val, val);
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1050 new_pool_l2(s, R_AARCH64_CONDBR19, s->code_ptr, 0, v64, v64);
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 3007 new_pool_l2(s, R_ARM_PC11, s->code_ptr, 0, v64, v64 >> 32);
|
/qemu/tcg/ |
H A D | tcg.c | 720 static void new_pool_l2(TCGContext *s, int rtype, tcg_insn_unit *label, in new_pool_l2() function
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1065 new_pool_l2(s, R_386_32, s->code_ptr - 4, 0, arg, arg >> 32);
|