Home | History | Annotate | Download | only in i386

Lines Matching refs:arg2

266                               int arg1, tcg_target_long arg2)
269 tcg_out_modrm_offset(s, 0x8b, ret, arg1, arg2);
273 int arg1, tcg_target_long arg2)
276 tcg_out_modrm_offset(s, 0x89, arg, arg1, arg2);
345 TCGArg arg1, TCGArg arg2, int const_arg2,
349 if (arg2 == 0) {
353 tgen_arithi(s, ARITH_CMP, arg1, arg2, 0);
356 tcg_out_modrm(s, 0x01 | (ARITH_CMP << 3), arg2, arg1);