Searched refs:tcg_pcrel_diff (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/include/tcg/ |
| H A D | tcg.h | 884 static inline ptrdiff_t tcg_pcrel_diff(TCGContext *s, const void *target) in tcg_pcrel_diff() function
|
| /openbmc/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)); 946 ptrdiff_t disp = tcg_pcrel_diff(s, dest);
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 807 ptrdiff_t offset = tcg_pcrel_diff(s, arg); 848 intptr_t diff = tcg_pcrel_diff(s, (void *)offset); 1331 intptr_t i_disp = tcg_pcrel_diff(s, (void *)i_addr);
|
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 808 tmp = tcg_pcrel_diff(s, (void *)val); 934 intptr_t diff = tcg_pcrel_diff(s, (void *)offset); 1561 ptrdiff_t offset = tcg_pcrel_diff(s, arg);
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 967 pc_off = tcg_pcrel_diff(s, (void *)sval) >> 1; 1670 ptrdiff_t off = tcg_pcrel_diff(s, dest) >> 1; 1790 ptrdiff_t off = tcg_pcrel_diff(s, dest) >> 1;
|