Home
last modified time | relevance | path

Searched refs:TCG_REG_CALL_STACK (Results 1 – 10 of 10) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.h43 #define TCG_REG_CALL_STACK TCG_REG_ESP macro
/external/qemu/tcg/x86_64/
Dtcg-target.h54 #define TCG_REG_CALL_STACK TCG_REG_RSP macro
/external/qemu/tcg/arm/
Dtcg-target.h58 #define TCG_REG_CALL_STACK TCG_REG_R13 macro
Dtcg-target.c1530 tcg_regset_set_reg(s->reserved_regs, TCG_REG_CALL_STACK); in tcg_target_init()
/external/qemu/tcg/ppc/
Dtcg-target.h66 #define TCG_REG_CALL_STACK TCG_REG_R1 macro
/external/qemu/tcg/ppc64/
Dtcg-target.h66 #define TCG_REG_CALL_STACK TCG_REG_R1 macro
/external/qemu/tcg/sparc/
Dtcg-target.c578 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()
Dtcg-target.h75 #define TCG_REG_CALL_STACK TCG_REG_I6 macro
/external/qemu/tcg/hppa/
Dtcg-target.h73 #define TCG_REG_CALL_STACK TCG_REG_SP macro
/external/qemu/tcg/
Dtcg.c1690 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()