Searched refs:TCG_REG_CALL_STACK (Results 1 – 10 of 10) sorted by relevance
/external/qemu/tcg/ppc64/ |
D | tcg-target.h | 66 #define TCG_REG_CALL_STACK TCG_REG_R1 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 | 55 #define TCG_REG_CALL_STACK TCG_REG_R13 macro
|
D | tcg-target.c | 1802 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/hppa/ |
D | tcg-target.h | 80 #define TCG_REG_CALL_STACK TCG_REG_SP macro
|
/external/qemu/tcg/i386/ |
D | tcg-target.h | 73 #define TCG_REG_CALL_STACK TCG_REG_ESP macro
|
/external/qemu/tcg/sparc/ |
D | tcg-target.h | 75 #define TCG_REG_CALL_STACK TCG_REG_I6 macro
|
D | tcg-target.c | 811 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/ |
D | tcg.c | 1857 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()
|