Searched refs:tcg_out_addi (Results 1 – 8 of 8) sorted by relevance
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 460 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function 1306 tcg_out_addi(s, TCG_REG_RSP, -stack_addend); in tcg_target_qemu_prologue() 1312 tcg_out_addi(s, TCG_REG_RSP, stack_addend); in tcg_target_qemu_prologue()
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 706 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function 1403 tcg_out_addi(s, TCG_REG_ESP, stack_adjust); in tcg_out_qemu_st() 1936 tcg_out_addi(s, TCG_REG_ESP, -stack_addend); in tcg_target_qemu_prologue() 1944 tcg_out_addi(s, TCG_REG_ESP, stack_addend); in tcg_target_qemu_prologue()
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 427 static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function 777 tcg_out_addi(s, arg1, offsetof(CPUState, in tcg_out_qemu_ld() 989 tcg_out_addi(s, arg1, offsetof(CPUState, in tcg_out_qemu_st()
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 422 static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function 1232 tcg_out_addi(s, TCG_REG_RET0, lo); in tcg_out_exit_tb()
|
/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() 1978 tcg_out_addi(s, TCG_REG_CALL_STACK, STACK_DIR(call_stack_size)); in tcg_reg_alloc_call()
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 971 static void tcg_out_addi (TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 985 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 1821 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi() function
|