Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c9714 TCGv_i32 fp32_1 = tcg_temp_new_i32(); in gen_farith() local
9717 gen_load_fpr32(ctx, fp32_1, ft); in gen_farith()
9718 tcg_gen_concat_i32_i64(fp64, fp32_1, fp32_0); in gen_farith()