Home
last modified time | relevance | path

Searched refs:tcg_splitwx_to_rx (Results 1 – 15 of 15) sorted by relevance

/qemu/include/tcg/
H A Dtcg.h475 const void *tcg_splitwx_to_rx(void *rw);
478 static inline const void *tcg_splitwx_to_rx(void *rw) in tcg_splitwx_to_rx() function
886 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_ptr)); in tcg_pcrel_diff()
899 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_buf)); in tcg_tbrel_diff()
/qemu/accel/tcg/
H A Dtranslate-all.c300 tb->tc.ptr = tcg_splitwx_to_rx(gen_code_buf); in tb_gen_code()
397 perf_report_code(s.pc, tb, tcg_splitwx_to_rx(gen_code_buf)); in tb_gen_code()
409 rx_data_gen_ptr = tcg_splitwx_to_rx(tcg_ctx->data_gen_ptr); in tb_gen_code()
H A Dcpu-exec.c606 const TranslationBlock *c_tb = tcg_splitwx_to_rx(tb); in tb_set_jmp_target()
/qemu/tcg/mips/
H A Dtcg-target.c.inc161 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
474 uintptr_t from = (uintptr_t)tcg_splitwx_to_rx(s->code_ptr) + 4;
1092 const tcg_insn_unit *tgt_rx = tcg_splitwx_to_rx(s->code_ptr);
1121 const tcg_insn_unit *tgt_rx = tcg_splitwx_to_rx(s->code_ptr);
1409 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1438 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1532 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1561 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2609 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
2613 tb_ret_addr = tcg_splitwx_to_rx(s->code_ptr);
[all …]
/qemu/tcg/
H A Dregion.c110 const void *tcg_splitwx_to_rx(void *rw) in tcg_splitwx_to_rx() function
870 tcg_register_jit(tcg_splitwx_to_rx(region.after_prologue), in tcg_region_prologue_set()
H A Dtcg.c363 l->u.value_ptr = tcg_splitwx_to_rx(s->code_ptr); in tcg_out_label()
422 return (uintptr_t)tcg_splitwx_to_rx(&s->gen_tb->jmp_target_addr[which]); in get_jmp_target_addr()
827 value = (uintptr_t)tcg_splitwx_to_rx(a) - size; in tcg_out_pool_finalize()
1897 tcg_qemu_tb_exec = (tcg_prologue_fn *)tcg_splitwx_to_rx(s->code_ptr); in tcg_prologue_init()
1916 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_prologue_init()
7052 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_gen_code()
H A Dtcg-op.c3229 uintptr_t val = (uintptr_t)tcg_splitwx_to_rx((void *)tb) + idx; in tcg_gen_exit_tb()
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc254 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
270 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
407 src_rx = (intptr_t)tcg_splitwx_to_rx(s->code_ptr);
996 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1011 if (!reloc_br_sk16(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1182 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1227 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1279 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2642 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
2646 tb_ret_addr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc95 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
109 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
121 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1145 intptr_t src_rx = (intptr_t)tcg_splitwx_to_rx(s->code_ptr);
1610 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1625 if (!reloc_pc19(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1817 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1838 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1929 reloc_pc19(branch, tcg_splitwx_to_rx(s->code_ptr));
1945 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
[all …]
/qemu/tcg/riscv/
H A Dtcg-target.c.inc611 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
625 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
639 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1636 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1654 if (!reloc_sbimm12(l->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1848 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1897 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2967 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
2971 tb_ret_addr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/arm/
H A Dtcg-target.c.inc272 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
284 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
303 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
322 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1354 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1370 if (!reloc_pc24(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
1614 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1648 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1733 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1763 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
[all …]
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc301 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1009 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
1038 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 0)) {
1059 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 0)) {
1228 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1267 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc242 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
262 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
274 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1998 insn |= reloc_pc24_val(tcg_splitwx_to_rx(s->code_ptr), l->u.value_ptr);
2014 bd = reloc_pc14_val(tcg_splitwx_to_rx(s->code_ptr), l->u.value_ptr);
2340 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
2356 if (!reloc_pc14(lb->label_ptr[0], tcg_splitwx_to_rx(s->code_ptr))) {
2597 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2639 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2694 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
[all …]
/qemu/tcg/s390x/
H A Dtcg-target.c.inc477 const tcg_insn_unit *src_rx = tcg_splitwx_to_rx(src_rw);
1942 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 2)) {
1959 (intptr_t)tcg_splitwx_to_rx(s->code_ptr), 2)) {
2096 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2117 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2196 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
3814 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
3818 tb_ret_addr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/i386/
H A Dtcg-target.c.inc189 value -= (uintptr_t)tcg_splitwx_to_rx(code_ptr);
198 value -= (uintptr_t)tcg_splitwx_to_rx(code_ptr);
2436 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2458 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2590 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2620 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
4740 tcg_code_gen_epilogue = tcg_splitwx_to_rx(s->code_ptr);
4744 tb_ret_addr = tcg_splitwx_to_rx(s->code_ptr);