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.c108 cpu_sr_f = tcg_global_mem_new(tcg_env, in openrisc_translate_init()
722 tcg_gen_movi_tl(cpu_sr_f, 0); in trans_l_swa()
939 tcg_gen_setcond_tl(TCG_COND_EQ, cpu_sr_f, in trans_l_sfeq()
946 tcg_gen_setcond_tl(TCG_COND_NE, cpu_sr_f, in trans_l_sfne()
981 tcg_gen_setcond_tl(TCG_COND_GT, cpu_sr_f, in trans_l_sfgts()
988 tcg_gen_setcond_tl(TCG_COND_GE, cpu_sr_f, in trans_l_sfges()
995 tcg_gen_setcond_tl(TCG_COND_LT, cpu_sr_f, in trans_l_sflts()
1147 tcg_gen_xori_tl(cpu_sr_f, cpu_sr_f, 1); in do_fpcmp()
1356 fn(cpu_sr_f, tcg_env, t1, t0); in do_dpcmp()
1358 fn(cpu_sr_f, tcg_env, t0, t1); in do_dpcmp()
[all …]