Home
last modified time | relevance | path

Searched refs:tcg_out_reloc (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc260 tcg_out_reloc(s, s->code_ptr, 20, l0, 0);
314 tcg_out_reloc(s, s->code_ptr, 20, l1, 0);
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1433 tcg_out_reloc(s, s->code_ptr, R_AARCH64_JUMP26, l, 0);
1484 tcg_out_reloc(s, s->code_ptr, R_AARCH64_CONDBR19, l, 0);
1490 tcg_out_reloc(s, s->code_ptr, R_AARCH64_TSTBR14, l, 0);
1502 tcg_out_reloc(s, s->code_ptr, R_AARCH64_CONDBR19, l, 0);
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc646 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP19, l, 0);
693 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP16, l, 0);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc743 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SK16, l, 0);
1293 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SD10K16, arg_label(a0),
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1591 tcg_out_reloc(s, s->code_ptr, R_390_PC16DBL, l, 2);
1599 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
1609 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc995 tcg_out_reloc(s, s->code_ptr, R_MIPS_PC16, l, 0);
1041 tcg_out_reloc(s, s->code_ptr, R_MIPS_PC16, l, 0);
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1213 tcg_out_reloc(s, s->code_ptr, R_RISCV_BRANCH, l, 0);
1972 tcg_out_reloc(s, s->code_ptr, R_RISCV_JAL, arg_label(a0), 0);
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2088 tcg_out_reloc(s, s->code_ptr, R_PPC_REL14, l, 0);
2966 tcg_out_reloc(s, s->code_ptr, R_PPC_REL24, l, 0);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc1503 tcg_out_reloc(s, s->code_ptr, R_386_PC8, l, -1);
1511 tcg_out_reloc(s, s->code_ptr, R_386_PC32, l, -4);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1180 tcg_out_reloc(s, s->code_ptr, R_ARM_PC24, l, 0);
/openbmc/qemu/tcg/
H A Dtcg.c339 static void tcg_out_reloc(TCGContext *s, tcg_insn_unit *code_ptr, int type, in tcg_out_reloc() function