/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 65 TCG_REG_SP, enumerator 69 TCG_REG_CALL_STACK = TCG_REG_SP,
|
H A D | tcg-target.c.inc | 2408 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE); 2411 tcg_out_opc_imm(s, ALIAS_PADDI, TCG_REG_SP, TCG_REG_SP, -FRAME_SIZE); 2414 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2451 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2456 tcg_out_opc_imm(s, ALIAS_PADDI, TCG_REG_SP, TCG_REG_SP, FRAME_SIZE); 2618 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); /* stack pointer */ 2647 12, TCG_REG_SP, /* DW_CFA_def_cfa sp, ... */
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 43 TCG_REG_SP, enumerator 91 #define TCG_REG_CALL_STACK TCG_REG_SP
|
H A D | tcg-target.c.inc | 2421 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE); 2424 tcg_out_opc_addi_d(s, TCG_REG_SP, TCG_REG_SP, -FRAME_SIZE); 2427 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2447 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2450 tcg_out_opc_addi_d(s, TCG_REG_SP, TCG_REG_SP, FRAME_SIZE); 2505 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); 2531 12, TCG_REG_SP, /* DW_CFA_def_cfa sp, ... */
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.h | 32 TCG_REG_SP = 31, enumerator 53 #define TCG_REG_CALL_STACK TCG_REG_SP
|
H A D | tcg-target.c.inc | 3183 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); 3216 TCG_REG_SP, -PUSH_SIZE, 1, 1); 3219 tcg_out_movr_sp(s, TCG_TYPE_I64, TCG_REG_FP, TCG_REG_SP); 3224 tcg_out_insn(s, 3314, STP, r, r + 1, TCG_REG_SP, ofs, 1, 0); 3228 tcg_out_insn(s, 3401, SUBI, TCG_TYPE_I64, TCG_REG_SP, TCG_REG_SP, 3232 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, 3262 tcg_out_insn(s, 3401, ADDI, TCG_TYPE_I64, TCG_REG_SP, TCG_REG_SP, 3268 tcg_out_insn(s, 3314, LDP, r, r + 1, TCG_REG_SP, ofs, 1, 0); 3273 TCG_REG_SP, PUSH_SIZE, 0, 1); 3310 12, TCG_REG_SP, /* DW_CFA_def_cfa sp, ... */
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 35 TCG_REG_ZERO, TCG_REG_RA, TCG_REG_SP, TCG_REG_GP, enumerator 63 #define TCG_REG_CALL_STACK TCG_REG_SP
|
H A D | tcg-target.c.inc | 2801 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE); 2804 tcg_out_opc_imm(s, OPC_ADDI, TCG_REG_SP, TCG_REG_SP, -FRAME_SIZE); 2807 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2827 TCG_REG_SP, SAVE_OFS + i * REG_SIZE); 2830 tcg_out_opc_imm(s, OPC_ADDI, TCG_REG_SP, TCG_REG_SP, FRAME_SIZE); 2921 tcg_regset_set_reg(s->reserved_regs, TCG_REG_SP); 2972 12, TCG_REG_SP, /* DW_CFA_def_cfa sp, ... */
|