Searched refs:tcg_tbrel_diff (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 436 test = tcg_tbrel_diff(s, (void *)arg); 465 tcg_tbrel_diff(s, NULL)); 1241 intptr_t tb_diff = tcg_tbrel_diff(s, (void *)a0); 1256 ptrdiff_t off = tcg_tbrel_diff(s, (void *)get_jmp_target_addr(s, which));
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 941 static inline ptrdiff_t tcg_tbrel_diff(TCGContext *s, const void *target) in tcg_tbrel_diff() function
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 555 new_pool_label(s, arg, R_MIPS_16, s->code_ptr, tcg_tbrel_diff(s, NULL)); 576 tmp = tcg_tbrel_diff(s, (void *)arg); 1613 ofs = tcg_tbrel_diff(s, (void *)a0); 1646 ofs = tcg_tbrel_diff(s, (void *)ofs);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 225 return tcg_tbrel_diff(s, target) - 4;
|