Searched refs:value_ptr (Results 1 – 8 of 8) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | 115 const tcg_insn_unit *value_ptr; member
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 641 off19 = INSN_OFF19(tcg_pcrel_diff(s, l->u.value_ptr)); 693 off16 = INSN_OFF16(tcg_pcrel_diff(s, l->u.value_ptr));
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1998 insn |= reloc_pc24_val(tcg_splitwx_to_rx(s->code_ptr), l->u.value_ptr); 2014 bd = reloc_pc14_val(tcg_splitwx_to_rx(s->code_ptr), l->u.value_ptr);
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1416 tcg_out_goto(s, l->u.value_ptr);
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1139 tcg_out_goto(s, cond, l->u.value_ptr);
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1684 tgen_gotoi(s, cc, l->u.value_ptr);
|
/qemu/tcg/ |
H A D | tcg.c | 363 l->u.value_ptr = tcg_splitwx_to_rx(s->code_ptr); in tcg_out_label()
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1511 val = tcg_pcrel_diff(s, l->u.value_ptr);
|