Searched refs:tcg_patch32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 178 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 D | tcg-target.c.inc | 241 tcg_patch32(code_ptr, deposit32(*code_ptr, 32 - type, type, diff));
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 481 tcg_patch32(src_rw, pcrel2); 489 tcg_patch32(src_rw, old);
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 303 static __attribute__((unused)) inline void tcg_patch32(tcg_insn_unit *p, in tcg_patch32() function
|