Home
last modified time | relevance | path

Searched refs:fph (Results 1 – 1 of 1) sorted by relevance

/qemu/target/mips/tcg/
H A Dtranslate.c10628 TCGv_i32 fph = tcg_temp_new_i32(); in gen_flt3_arith() local
10637 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith()
10639 gen_store_fpr32h(ctx, fph, fd); in gen_flt3_arith()
10645 gen_load_fpr32h(ctx, fph, ft); in gen_flt3_arith()
10647 gen_store_fpr32(ctx, fph, fd); in gen_flt3_arith()
10649 gen_load_fpr32h(ctx, fph, fs); in gen_flt3_arith()
10651 gen_store_fpr32(ctx, fph, fd); in gen_flt3_arith()