Home
last modified time | relevance | path

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

/external/qemu/tcg/ppc64/
Dtcg-target.h66 #define TCG_REG_CALL_STACK TCG_REG_R1 macro
/external/qemu/tcg/x86_64/
Dtcg-target.h54 #define TCG_REG_CALL_STACK TCG_REG_RSP macro
/external/qemu/tcg/arm/
Dtcg-target.h55 #define TCG_REG_CALL_STACK TCG_REG_R13 macro
Dtcg-target.c1802 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/hppa/
Dtcg-target.h80 #define TCG_REG_CALL_STACK TCG_REG_SP macro
/external/qemu/tcg/i386/
Dtcg-target.h73 #define TCG_REG_CALL_STACK TCG_REG_ESP macro
/external/qemu/tcg/sparc/
Dtcg-target.h75 #define TCG_REG_CALL_STACK TCG_REG_I6 macro
Dtcg-target.c811 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_ld()
814 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_ld()
1026 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_st()
1029 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_qemu_st()
1159 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_op()
1162 tcg_out_ldst(s, TCG_AREG0, TCG_REG_CALL_STACK, in tcg_out_op()
/external/qemu/tcg/
Dtcg.c1857 tcg_out_addi(s, TCG_REG_CALL_STACK, -STACK_DIR(call_stack_size)); in tcg_reg_alloc_call()
1869 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call()
1875 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call()
1881 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call()
1978 tcg_out_addi(s, TCG_REG_CALL_STACK, STACK_DIR(call_stack_size)); in tcg_reg_alloc_call()