Searched refs:TCG_REG_CALL_STACK (Results 1 – 10 of 10) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.h | 43 #define TCG_REG_CALL_STACK TCG_REG_ESP macro
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.h | 54 #define TCG_REG_CALL_STACK TCG_REG_RSP macro
|
/external/qemu/tcg/arm/ |
D | tcg-target.h | 58 #define TCG_REG_CALL_STACK TCG_REG_R13 macro
|
D | tcg-target.c | 1530 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK); in tcg_target_init()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.h | 66 #define TCG_REG_CALL_STACK TCG_REG_R1 macro
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.h | 66 #define TCG_REG_CALL_STACK TCG_REG_R1 macro
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 578 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_ld() 580 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_ld() 781 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_st() 783 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_st() 905 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_op() 907 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_op()
|
D | tcg-target.h | 75 #define TCG_REG_CALL_STACK TCG_REG_I6 macro
|
/external/qemu/tcg/hppa/ |
D | tcg-target.h | 73 #define TCG_REG_CALL_STACK TCG_REG_SP macro
|
/external/qemu/tcg/ |
D | tcg.c | 1690 tcg_out_addi(s, TCG_REG_CALL_STACK, -STACK_DIR(call_stack_size)); in tcg_reg_alloc_call() 1702 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1708 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1714 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1809 tcg_out_addi(s, TCG_REG_CALL_STACK, STACK_DIR(call_stack_size)); in tcg_reg_alloc_call()
|