Lines Matching full:arg1
959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1,
962 tcg_out_ldst (s, ret, arg1, arg2, LWZ, LWZX);
965 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1,
968 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
1051 tcg_out32 (s, op | RA (arg1) | (arg2 & 0xffff));
1055 tcg_out32 (s, op | RA (arg1) | RB (0));
1058 tcg_out32 (s, op | RA (arg1) | RB (arg2));
1123 TCGArg arg1, TCGArg arg2, int const_arg2)
1131 arg = arg1;
1136 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1140 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1146 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1162 arg = arg1;
1167 tcg_out32 (s, XORI | RS (arg1) | RA (0) | arg2);
1171 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1177 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1180 if (arg == arg1 && arg1 == arg0) {
1213 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7);
1247 TCGArg arg1, TCGArg arg2, int const_arg2,
1250 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7);