Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c353 tcg_gen_ext_i32_i64(vf, cpu_VF); in trans_VSEL()
393 tcg_gen_movcond_i32(TCG_COND_LT, dest, cpu_VF, zero, frn, frm); in trans_VSEL()
397 tcg_gen_xor_i32(tmp, cpu_VF, cpu_NF); in trans_VSEL()
403 tcg_gen_xor_i32(tmp, cpu_VF, cpu_NF); in trans_VSEL()
H A Dtranslate-sve.c530 tcg_gen_movi_i32(cpu_VF, 0); in do_pred_flags()
1720 tcg_gen_movi_i32(cpu_VF, 0); in do_predset()
3393 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
3394 tcg_gen_andc_i32(cpu_VF, cpu_VF, cpu_CF); in trans_CTERM()
3398 tcg_gen_neg_i32(cpu_VF, cpu_VF); in trans_CTERM()