Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.c9930 TCGv_i32 fp32_0 = tcg_temp_new_i32(); in gen_farith() local
9933 gen_load_fpr32(ctx, fp32_0, fs); in gen_farith()
9935 tcg_gen_concat_i32_i64(fp64, fp32_1, fp32_0); in gen_farith()