Home
last modified time | relevance | path

Searched refs:tcg_regset_set_reg (Results 76 – 100 of 128) sorted by relevance

123456

/dports/emulators/qemu60/qemu-6.0.0/tcg/s390/
H A Dtcg-target.c.inc2448 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R0);
2449 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R1);
2450 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2);
2451 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R3);
2452 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R4);
2453 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R5);
2456 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R6);
2461 tcg_regset_set_reg(s->reserved_regs, TCG_TMP0);
2463 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R0);
2464 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK);
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/aarch64/
H A Dtcg-target.c1737 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
1738 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
1739 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
1740 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
1789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/aarch64/
H A Dtcg-target.c1737 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
1738 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
1739 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
1740 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
1789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu5/qemu-5.2.0/tcg/i386/
H A Dtcg-target.c.inc211 tcg_regset_set_reg(ct->regs, TCG_REG_EAX);
214 tcg_regset_set_reg(ct->regs, TCG_REG_EBX);
217 tcg_regset_set_reg(ct->regs, TCG_REG_ECX);
220 tcg_regset_set_reg(ct->regs, TCG_REG_EDX);
223 tcg_regset_set_reg(ct->regs, TCG_REG_ESI);
226 tcg_regset_set_reg(ct->regs, TCG_REG_EDI);
3913 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EAX);
3914 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EDX);
3915 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_ECX);
3921 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R8);
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tcg/arm/
H A Dtcg-target.c.inc2148 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R0);
2149 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R1);
2150 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2);
2151 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R3);
2152 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R12);
2153 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R14);
2156 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK);
2157 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP);
2158 tcg_regset_set_reg(s->reserved_regs, TCG_REG_PC);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Dtcg.c864 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2571 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3477 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3550 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3717 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3766 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3830 tcg_regset_set_reg(allocated_regs, itsl->reg); in tcg_reg_alloc_dup2()
3833 tcg_regset_set_reg(allocated_regs, itsh->reg); in tcg_reg_alloc_dup2()
3981 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3985 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Dtcg.c865 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2572 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3484 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3557 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3724 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3773 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3837 tcg_regset_set_reg(allocated_regs, itsl->reg); in tcg_reg_alloc_dup2()
3840 tcg_regset_set_reg(allocated_regs, itsh->reg); in tcg_reg_alloc_dup2()
3988 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3992 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/aarch64/
H A Dtcg-target.inc.c2461 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
2462 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
2463 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
2464 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
2465 tcg_regset_set_reg(s->reserved_regs, TCG_VEC_TMP); in tcg_target_init()
2512 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu5/qemu-5.2.0/tcg/arm/
H A Dtcg-target.c.inc2214 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R0);
2215 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R1);
2216 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R2);
2217 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R3);
2218 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R12);
2219 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R14);
2222 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK);
2223 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP);
2224 tcg_regset_set_reg(s->reserved_regs, TCG_REG_PC);
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/
H A Dtcg.h60 #define tcg_regset_set_reg(d, r) (d) |= 1L << (r) macro
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Dtcg.c1373 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
3021 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3905 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3978 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
4145 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
4194 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
4258 tcg_regset_set_reg(allocated_regs, itsl->reg); in tcg_reg_alloc_dup2()
4261 tcg_regset_set_reg(allocated_regs, itsh->reg); in tcg_reg_alloc_dup2()
4407 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
4411 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/aarch64/
H A Dtcg-target.inc.c2789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
2790 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
2791 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
2792 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
2793 tcg_regset_set_reg(s->reserved_regs, TCG_VEC_TMP); in tcg_target_init()
2840 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/aarch64/
H A Dtcg-target.inc.c2789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
2790 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
2791 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
2792 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
2793 tcg_regset_set_reg(s->reserved_regs, TCG_VEC_TMP); in tcg_target_init()
2840 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu42/qemu-4.2.1/tcg/aarch64/
H A Dtcg-target.inc.c2789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
2790 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
2791 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
2792 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
2793 tcg_regset_set_reg(s->reserved_regs, TCG_VEC_TMP); in tcg_target_init()
2840 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/aarch64/
H A Dtcg-target.inc.c2789 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); in tcg_target_init()
2790 tcg_regset_set_reg(s->reserved_regs, TCG_REG_FP); in tcg_target_init()
2791 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP); in tcg_target_init()
2792 tcg_regset_set_reg(s->reserved_regs, TCG_REG_X18); /* platform register */ in tcg_target_init()
2793 tcg_regset_set_reg(s->reserved_regs, TCG_VEC_TMP); in tcg_target_init()
2840 tcg_regset_set_reg(s->reserved_regs, TCG_REG_GUEST_BASE); in tcg_target_qemu_prologue()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg.c1178 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2648 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3432 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3505 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3676 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3724 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3845 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3849 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Dtcg.c1184 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2685 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3530 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3603 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3773 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3822 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3943 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3947 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Dtcg.c1178 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2656 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3440 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3513 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3684 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3732 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3853 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3857 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg.c1178 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2648 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3432 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3505 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3676 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3724 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3845 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3849 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg.c1181 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2659 tcg_regset_set_reg(*la_temp_pref(ts), in liveness_pass_1()
3443 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
3516 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
3687 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
3735 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
3856 tcg_regset_set_reg(arg_set, reg); in tcg_reg_alloc_call()
3860 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c446 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2175 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
2269 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_op()
2315 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_op()
2453 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c446 tcg_regset_set_reg(s->reserved_regs, reg); in tcg_global_reg_new_internal()
2175 tcg_regset_set_reg(allocated_regs, ts->reg); in tcg_reg_alloc_mov()
2269 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_op()
2315 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_op()
2453 tcg_regset_set_reg(allocated_regs, reg); in tcg_reg_alloc_call()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/arm/
H A Dtcg-target.c1652 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R14); in tcg_target_init()
1654 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK); in tcg_target_init()
1655 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R8); in tcg_target_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/i386/
H A Dtcg-target.c.inc3710 tcg_regset_set_reg(s->reserved_regs, x86_guest_base_index);
3809 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EAX);
3810 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EDX);
3811 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_ECX);
3814 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RDI);
3815 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RSI);
3817 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R8);
3818 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R9);
3819 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R10);
3820 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R11);
[all …]
/dports/emulators/qemu/qemu-6.2.0/tcg/i386/
H A Dtcg-target.c.inc3710 tcg_regset_set_reg(s->reserved_regs, x86_guest_base_index);
3809 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EAX);
3810 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EDX);
3811 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_ECX);
3814 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RDI);
3815 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_RSI);
3817 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R8);
3818 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R9);
3819 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R10);
3820 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R11);
[all …]

123456