Lines Matching refs:addr_reg
751 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_ld() local
757 addr_reg = *args++; in tcg_out_qemu_ld()
767 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS, in tcg_out_qemu_ld()
770 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1), in tcg_out_qemu_ld()
798 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg); in tcg_out_qemu_ld()
880 tcg_out_arith(s, arg0, addr_reg, TCG_REG_I5, ARITH_AND); in tcg_out_qemu_ld()
885 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD); in tcg_out_qemu_ld()
889 arg0 = addr_reg; in tcg_out_qemu_ld()
961 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_st() local
967 addr_reg = *args++; in tcg_out_qemu_st()
978 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS, in tcg_out_qemu_st()
982 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1), in tcg_out_qemu_st()
1010 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg); in tcg_out_qemu_st()
1060 tcg_out_arith(s, arg0, addr_reg, TCG_REG_I5, ARITH_AND); in tcg_out_qemu_st()
1065 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD); in tcg_out_qemu_st()
1069 arg0 = addr_reg; in tcg_out_qemu_st()