Searched refs:gen_load_fpr32h (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 1366 static void gen_load_fpr32h(DisasContext *ctx, TCGv_i32 t, int reg) in gen_load_fpr32h() function 8262 gen_load_fpr32h(ctx, fp0, rt); in gen_mftr() 9087 gen_load_fpr32h(ctx, fp0, fs); in gen_cp1() 9197 gen_load_fpr32h(ctx, t0, fs); in gen_movcf_ps() 10440 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10484 gen_load_fpr32h(ctx, fp1, ft); in gen_farith() 10495 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10507 gen_load_fpr32h(ctx, fp0, fs); in gen_farith() 10508 gen_load_fpr32h(ctx, fp1, ft); in gen_farith() 10636 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith() [all …]
|