Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c133 cpu_so = tcg_global_mem_new(tcg_env, in ppc_translate_init()
524 tcg_gen_shli_tl(t0, cpu_so, XER_SO); in spr_read_xer()
1619 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_compute_ov()
1788 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_divw()
1858 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_divd()
2036 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_mullwo()
2098 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_mulldo()
3818 tcg_gen_mov_tl(cr0, cpu_so); in gen_conditional_store()
3901 tcg_gen_mov_tl(cr0, cpu_so); in gen_stqcx_()
4646 tcg_gen_trunc_tl_i32(t0, cpu_so); in gen_mcrxr()
[all …]
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc144 tcg_gen_trunc_tl_i32(cpu_crf[0], cpu_so);