Home
last modified time | relevance | path

Searched refs:tcg_patch32 (Results 1 – 4 of 4) sorted by relevance

/qemu/tcg/i386/
H A Dtcg-target.c.inc195 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 Dtcg-target.c.inc105 tcg_patch32(code_ptr, deposit32(*code_ptr, 32 - type, type, diff));
/qemu/tcg/s390x/
H A Dtcg-target.c.inc493 tcg_patch32(src_rw, pcrel2);
501 tcg_patch32(src_rw, old);
/qemu/tcg/
H A Dtcg.c312 static __attribute__((unused)) inline void tcg_patch32(tcg_insn_unit *p, in tcg_patch32() function