Lines Matching refs:arg1
368 int arg1, tcg_target_long arg2) in tcg_out_ld() argument
371 tcg_out_ldst(s, ret, arg1, arg2, LDUW); in tcg_out_ld()
373 tcg_out_ldst(s, ret, arg1, arg2, LDX); in tcg_out_ld()
377 int arg1, tcg_target_long arg2) in tcg_out_st() argument
380 tcg_out_ldst(s, arg, arg1, arg2, STW); in tcg_out_st()
382 tcg_out_ldst(s, arg, arg1, arg2, STX); in tcg_out_st()
451 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond() argument
456 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC); in tcg_out_brcond()
459 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC); in tcg_out_brcond()
520 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_ld() local
531 arg1 = TCG_REG_O1; in tcg_out_qemu_ld()
536 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS, in tcg_out_qemu_ld()
543 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS); in tcg_out_qemu_ld()
546 tcg_out_addi(s, arg1, offsetof(CPUState, in tcg_out_qemu_ld()
550 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD); in tcg_out_qemu_ld()
553 tcg_out32(s, TARGET_LD_OP | INSN_RD(arg2) | INSN_RS1(arg1) | in tcg_out_qemu_ld()
568 tcg_out_movi(s, TCG_TYPE_I32, arg1, mem_index); in tcg_out_qemu_ld()
631 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_ld()
639 tcg_out_arith(s, arg0, arg0, arg1, ARITH_ADD); in tcg_out_qemu_ld()
642 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD); in tcg_out_qemu_ld()
718 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_st() local
730 arg1 = TCG_REG_O1; in tcg_out_qemu_st()
735 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS, in tcg_out_qemu_st()
743 tcg_out_andi(s, arg1, (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS); in tcg_out_qemu_st()
746 tcg_out_addi(s, arg1, offsetof(CPUState, in tcg_out_qemu_st()
750 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD); in tcg_out_qemu_st()
753 tcg_out32(s, TARGET_LD_OP | INSN_RD(arg2) | INSN_RS1(arg1) | in tcg_out_qemu_st()
768 tcg_out_mov(s, arg1, data_reg); in tcg_out_qemu_st()
800 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_st()
808 tcg_out_arith(s, arg0, arg0, arg1, ARITH_ADD); in tcg_out_qemu_st()
811 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD); in tcg_out_qemu_st()