Searched refs:tcg_out_reloc (Results 1 – 8 of 8) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 481 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/ |
D | tcg-target.c | 1177 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/ |
D | tcg-target.c | 729 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/ |
D | tcg-target.c | 926 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/ |
D | tcg-target.c | 1074 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/ |
D | tcg-target.c | 749 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/ |
D | tcg-target.c | 497 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); in tcg_out_jxx()
|
/external/qemu/tcg/ |
D | tcg.c | 113 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, in tcg_out_reloc() function
|