Lines Matching refs:arg2
400 int arg1, tcg_target_long arg2)
403 tcg_out_ldst(s, ret, arg1, arg2, LDUW);
405 tcg_out_ldst(s, ret, arg1, arg2, LDX);
409 int arg1, tcg_target_long arg2)
412 tcg_out_ldst(s, arg, arg1, arg2, STW);
414 tcg_out_ldst(s, arg, arg1, arg2, STX);
524 TCGArg arg1, TCGArg arg2, int const_arg2,
527 tcg_out_cmp(s, arg1, arg2, const_arg2);
534 TCGArg arg1, TCGArg arg2
537 tcg_out_cmp(s, arg1, arg2, const_arg2);
751 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits;
763 arg2 = TCG_REG_O2;
783 /* ld [arg1], arg2 */
784 tcg_out32(s, TARGET_LD_OP | INSN_RD(arg2) | INSN_RS1(arg1) |
787 /* subcc arg0, arg2, %g0 */
788 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC);
961 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits;
974 arg2 = TCG_REG_O2;
995 /* ld [arg1], arg2 */
996 tcg_out32(s, TARGET_LD_OP | INSN_RD(arg2) | INSN_RS1(arg1) |
999 /* subcc arg0, arg2, %g0 */
1000 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC);
1016 tcg_out_movi(s, TCG_TYPE_I32, arg2, mem_index);
1019 /* qemu_st_helper[s_bits](arg0, arg1, arg2) */