Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c50 TCGv_i32 cpu_CF, cpu_NF, cpu_VF, cpu_ZF; variable
70 cpu_NF = tcg_global_mem_new_i32(tcg_env, offsetof(CPUARMState, NF), "NF"); in arm_translate_init()
460 tcg_gen_mov_i32(cpu_NF, var); in gen_logic_CC()
484 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, t1, tmp); in gen_add_CC()
485 tcg_gen_mov_i32(cpu_ZF, cpu_NF); in gen_add_CC()
486 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_add_CC()
489 tcg_gen_mov_i32(dest, cpu_NF); in gen_add_CC()
498 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, cpu_CF, tmp); in gen_adc_CC()
499 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1, tmp); in gen_adc_CC()
508 tcg_gen_extr_i64_i32(cpu_NF, cpu_CF, q0); in gen_adc_CC()
[all …]
H A Dtranslate-a64.c775 tcg_gen_extr_i64_i32(cpu_ZF, cpu_NF, result); in gen_set_NZ64()
776 tcg_gen_or_i32(cpu_ZF, cpu_ZF, cpu_NF); in gen_set_NZ64()
786 tcg_gen_mov_i32(cpu_NF, cpu_ZF); in gen_logic_CC()
824 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, tmp, t1_32, tmp); in gen_add32_CC()
825 tcg_gen_mov_i32(cpu_ZF, cpu_NF); in gen_add32_CC()
826 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_add32_CC()
829 tcg_gen_extu_i32_i64(dest, cpu_NF); in gen_add32_CC()
873 tcg_gen_sub_i32(cpu_NF, t0_32, t1_32); in gen_sub32_CC()
874 tcg_gen_mov_i32(cpu_ZF, cpu_NF); in gen_sub32_CC()
876 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_sub32_CC()
[all …]
H A Dtranslate-vfp.c352 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 Dtranslate.h180 extern TCGv_i32 cpu_NF, cpu_ZF, cpu_CF, cpu_VF;
H A Dtranslate-sve.c512 tcg_gen_mov_i32(cpu_NF, t); in do_pred_flags()
1667 tcg_gen_movi_i32(cpu_NF, -(word != 0)); in do_predset()
1670 tcg_gen_mov_i32(cpu_ZF, cpu_NF); in do_predset()
3077 tcg_gen_extrl_i64_i32(cpu_NF, cmp); in trans_CTERM()
3080 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
3084 tcg_gen_neg_i32(cpu_NF, cpu_NF); in trans_CTERM()