Home
last modified time | relevance | path

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

/external/qemu/tcg/sparc/
Dtcg-target.c481 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP22, label_index, 0); in tcg_out_branch_i32()
498 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP19, label_index, 0); in tcg_out_branch_i64()
/external/qemu/tcg/ppc64/
Dtcg-target.c1177 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL14, label_index, 0); in tcg_out_bc()
1234 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL24, args[0], 0); in tcg_out_op()
/external/qemu/tcg/hppa/
Dtcg-target.c729 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL17F, label_index, 0); in tcg_out_branch()
786 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL12F, label_index, 0); in tcg_out_brcond()
/external/qemu/tcg/arm/
Dtcg-target.c926 tcg_out_reloc(s, s->code_ptr, R_ARM_ABS32, label_index, 31337); in tcg_out_goto_label()
930 tcg_out_reloc(s, s->code_ptr, R_ARM_PC24, label_index, 31337); in tcg_out_goto_label()
/external/qemu/tcg/ppc/
Dtcg-target.c1074 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL14, label_index, 0); in tcg_out_bc()
1326 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL24, args[0], 0); in tcg_out_op()
/external/qemu/tcg/i386/
Dtcg-target.c749 tcg_out_reloc(s, s->code_ptr, R_386_PC8, label_index, -1); in tcg_out_jxx()
757 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); in tcg_out_jxx()
/external/qemu/tcg/x86_64/
Dtcg-target.c497 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); in tcg_out_jxx()
/external/qemu/tcg/
Dtcg.c113 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, in tcg_out_reloc() function