| H A D | translate.c | 842 static DisasCond do_cond(DisasContext *ctx, unsigned cf, bool d, in do_cond() 864 switch (cf >> 1) { in do_cond() 909 if (cf & 1) { 920 static DisasCond do_sub_cond(DisasContext *ctx, unsigned cf, bool d, in do_sub_cond() 927 switch (cf >> 1) { in do_sub_cond() 949 return do_cond(ctx, cf, d, res, NULL, sv); in do_sub_cond() 952 if (cf & 1) { in do_sub_cond() 980 static DisasCond do_log_cond(DisasContext *ctx, unsigned cf, bool d, in do_log_cond() 986 switch (cf >> 1) { in do_log_cond() 991 return cf in do_log_cond() 836 do_cond(DisasContext * ctx,unsigned cf,bool d,TCGv_i64 res,TCGv_i64 uv,TCGv_i64 sv) do_cond() argument 914 do_sub_cond(DisasContext * ctx,unsigned cf,bool d,TCGv_i64 res,TCGv_i64 in1,TCGv_i64 in2,TCGv_i64 sv) do_sub_cond() argument 974 do_log_cond(DisasContext * ctx,unsigned cf,bool d,TCGv_i64 res) do_log_cond() argument 1035 do_unit_zero_cond(unsigned cf,bool d,TCGv_i64 res) do_unit_zero_cond() argument 1190 do_add(DisasContext * ctx,unsigned rt,TCGv_i64 orig_in1,TCGv_i64 in2,unsigned shift,bool is_l,bool is_tsv,bool is_tc,bool is_c,unsigned cf,bool d) do_add() argument 1297 do_sub(DisasContext * ctx,unsigned rt,TCGv_i64 in1,TCGv_i64 in2,bool is_tsv,bool is_b,bool is_tc,unsigned cf,bool d) do_sub() argument 1383 do_cmpclr(DisasContext * ctx,unsigned rt,TCGv_i64 in1,TCGv_i64 in2,unsigned cf,bool d) do_cmpclr() argument 1409 do_log(DisasContext * ctx,unsigned rt,TCGv_i64 in1,TCGv_i64 in2,unsigned cf,bool d,void (* fn)(TCGv_i64,TCGv_i64,TCGv_i64)) do_log() argument 1437 do_unit_addsub(DisasContext * ctx,unsigned rt,TCGv_i64 in1,TCGv_i64 in2,unsigned cf,bool d,bool is_tc,bool is_add) do_unit_addsub() argument [all...] |