Searched refs:gen_load_fpr32h (Results 1 – 1 of 1) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 1367 static void gen_load_fpr32h(DisasContext *ctx, TCGv_i32 t, int reg) in gen_load_fpr32h() function 8263 gen_load_fpr32h(ctx, fp0, rt); in gen_mftr() 9088 gen_load_fpr32h(ctx, fp0, fs); in gen_cp1() 9198 gen_load_fpr32h(ctx, t0, fs); in gen_movcf_ps() 10441 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10485 gen_load_fpr32h(ctx, fp1, ft); in gen_farith() 10496 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10508 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10509 gen_load_fpr32h(ctx, fp1, ft); in gen_farith() 10637 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith() [all …]
|