Searched refs:TCG_REG_RET0 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 65 TCG_REG_RET0, 77 TCG_REG_RET0, 1061 tcg_out_andi(s, datalo_reg, TCG_REG_RET0, 0xff); in tcg_out_qemu_ld() 1064 tcg_out_ext8s(s, datalo_reg, TCG_REG_RET0); in tcg_out_qemu_ld() 1067 tcg_out_andi(s, datalo_reg, TCG_REG_RET0, 0xffff); in tcg_out_qemu_ld() 1070 tcg_out_ext16s(s, datalo_reg, TCG_REG_RET0); in tcg_out_qemu_ld() 1074 tcg_out_mov(s, TCG_TYPE_I32, datalo_reg, TCG_REG_RET0); in tcg_out_qemu_ld() 1077 tcg_out_mov(s, TCG_TYPE_I32, datahi_reg, TCG_REG_RET0); in tcg_out_qemu_ld() 1230 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_RET0, hi); in tcg_out_exit_tb() 1232 tcg_out_addi(s, TCG_REG_RET0, lo); in tcg_out_exit_tb() [all …]
|
D | tcg-target.h | 66 TCG_REG_RET0, enumerator
|