Searched refs:tcg_patch32 (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 195 tcg_patch32(code_ptr, value); 2084 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4); 2086 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4); 2106 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4); 2108 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4);
|
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 105 tcg_patch32(code_ptr, deposit32(*code_ptr, 32 - type, type, diff));
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 493 tcg_patch32(src_rw, pcrel2); 501 tcg_patch32(src_rw, old);
|
/qemu/tcg/ |
H A D | tcg.c | 312 static __attribute__((unused)) inline void tcg_patch32(tcg_insn_unit *p, in tcg_patch32() function
|