Home | History | Annotate | Download | only in target-mips

Lines Matching defs:fph

7356             TCGv_i32 fph = tcg_temp_new_i32();
7365 gen_load_fpr32h(fph, fs);
7367 gen_store_fpr32h(fph, fd);
7374 gen_load_fpr32h(fph, ft);
7376 gen_store_fpr32(fph, fd);
7378 gen_load_fpr32h(fph, fs);
7380 gen_store_fpr32(fph, fd);
7385 tcg_temp_free_i32(fph);