Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc178 tcg_patch32(code_ptr, value);
2061 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4);
2063 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4);
2083 tcg_patch32(label_ptr[0], s->code_ptr - label_ptr[0] - 4);
2085 tcg_patch32(label_ptr[1], s->code_ptr - label_ptr[1] - 4);
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc241 tcg_patch32(code_ptr, deposit32(*code_ptr, 32 - type, type, diff));
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc481 tcg_patch32(src_rw, pcrel2);
489 tcg_patch32(src_rw, old);
/openbmc/qemu/tcg/
H A Dtcg.c303 static __attribute__((unused)) inline void tcg_patch32(tcg_insn_unit *p, in tcg_patch32() function