Searched refs:fph (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.c | 10642 TCGv_i32 fph = tcg_temp_new_i32(); in gen_flt3_arith() local 10651 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith() 10653 gen_store_fpr32h(ctx, fph, fd); in gen_flt3_arith() 10659 gen_load_fpr32h(ctx, fph, ft); in gen_flt3_arith() 10661 gen_store_fpr32(ctx, fph, fd); in gen_flt3_arith() 10663 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith() 10665 gen_store_fpr32(ctx, fph, fd); in gen_flt3_arith()
|