Home | History | Annotate | Download | only in i386

Lines Matching refs:arg2

566                               int arg1, tcg_target_long arg2)
569 tcg_out_modrm_offset(s, opc, ret, arg1, arg2);
573 int arg1, tcg_target_long arg2)
576 tcg_out_modrm_offset(s, opc, arg, arg1, arg2);
762 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2,
766 if (arg2 == 0) {
770 tgen_arithi(s, ARITH_CMP + rexw, arg1, arg2, 0);
773 tgen_arithr(s, ARITH_CMP + rexw, arg1, arg2);
778 TCGArg arg1, TCGArg arg2, int const_arg2,
781 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
787 TCGArg arg1, TCGArg arg2, int const_arg2,
790 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REXW);
878 TCGArg arg1, TCGArg arg2, int const_arg2)
880 tcg_out_cmp(s, arg1, arg2, const_arg2, 0);
887 TCGArg arg1, TCGArg arg2, int const_arg2)
889 tcg_out_cmp(s, arg1, arg2, const_arg2, P_REXW);