Searched refs:cpu_NF (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-vfp.c | 352 tcg_gen_ext_i32_i64(nf, cpu_NF); 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 D | translate-sve.c | 527 tcg_gen_mov_i32(cpu_NF, t); in do_pred_flags() 1718 tcg_gen_movi_i32(cpu_NF, -(word != 0)); in do_predset() 1721 tcg_gen_mov_i32(cpu_ZF, cpu_NF); in do_predset() 3390 tcg_gen_extrl_i64_i32(cpu_NF, cmp); in trans_CTERM() 3393 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM() 3397 tcg_gen_neg_i32(cpu_NF, cpu_NF); in trans_CTERM()
|