Lines Matching refs:static

27 static void gen_mulhu_i128(TCGv r2, TCGv r3, TCGv al, TCGv ah, TCGv bl, TCGv bh)
50 static void gen_mul_i128(TCGv rl, TCGv rh,
65 static bool trans_mul(DisasContext *ctx, arg_mul *a)
71 static void gen_mulh_i128(TCGv rl, TCGv rh,
90 static void gen_mulh(TCGv ret, TCGv s1, TCGv s2)
97 static void gen_mulh_w(TCGv ret, TCGv s1, TCGv s2)
103 static bool trans_mulh(DisasContext *ctx, arg_mulh *a)
110 static void gen_mulhsu_i128(TCGv rl, TCGv rh,
124 static void gen_mulhsu(TCGv ret, TCGv arg1, TCGv arg2)
136 static void gen_mulhsu_w(TCGv ret, TCGv arg1, TCGv arg2)
147 static bool trans_mulhsu(DisasContext *ctx, arg_mulhsu *a)
154 static void gen_mulhu(TCGv ret, TCGv s1, TCGv s2)
161 static bool trans_mulhu(DisasContext *ctx, arg_mulhu *a)
169 static void gen_div_i128(TCGv rdl, TCGv rdh,
176 static void gen_div(TCGv ret, TCGv source1, TCGv source2)
206 static bool trans_div(DisasContext *ctx, arg_div *a)
212 static void gen_divu_i128(TCGv rdl, TCGv rdh,
219 static void gen_divu(TCGv ret, TCGv source1, TCGv source2)
238 static bool trans_divu(DisasContext *ctx, arg_divu *a)
244 static void gen_rem_i128(TCGv rdl, TCGv rdh,
251 static void gen_rem(TCGv ret, TCGv source1, TCGv source2)
283 static bool trans_rem(DisasContext *ctx, arg_rem *a)
289 static void gen_remu_i128(TCGv rdl, TCGv rdh,
296 static void gen_remu(TCGv ret, TCGv source1, TCGv source2)
316 static bool trans_remu(DisasContext *ctx, arg_remu *a)
322 static bool trans_mulw(DisasContext *ctx, arg_mulw *a)
330 static bool trans_divw(DisasContext *ctx, arg_divw *a)
338 static bool trans_divuw(DisasContext *ctx, arg_divuw *a)
346 static bool trans_remw(DisasContext *ctx, arg_remw *a)
354 static bool trans_remuw(DisasContext *ctx, arg_remuw *a)
362 static bool trans_muld(DisasContext *ctx, arg_muld *a)
370 static bool trans_divd(DisasContext *ctx, arg_divd *a)
378 static bool trans_divud(DisasContext *ctx, arg_divud *a)
386 static bool trans_remd(DisasContext *ctx, arg_remd *a)
394 static bool trans_remud(DisasContext *ctx, arg_remud *a)