Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dtranslate.c109 cpu_sr_f = tcg_global_mem_new(tcg_env, in openrisc_translate_init()
723 tcg_gen_movi_tl(cpu_sr_f, 0); in trans_l_swa()
940 tcg_gen_setcond_tl(TCG_COND_EQ, cpu_sr_f, in trans_l_sfeq()
947 tcg_gen_setcond_tl(TCG_COND_NE, cpu_sr_f, in trans_l_sfne()
982 tcg_gen_setcond_tl(TCG_COND_GT, cpu_sr_f, in trans_l_sfgts()
989 tcg_gen_setcond_tl(TCG_COND_GE, cpu_sr_f, in trans_l_sfges()
996 tcg_gen_setcond_tl(TCG_COND_LT, cpu_sr_f, in trans_l_sflts()
1148 tcg_gen_xori_tl(cpu_sr_f, cpu_sr_f, 1); in do_fpcmp()
1357 fn(cpu_sr_f, tcg_env, t1, t0); in do_dpcmp()
1359 fn(cpu_sr_f, tcg_env, t0, t1); in do_dpcmp()
[all …]