Searched refs:cpu_so (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 73 static TCGv cpu_xer, cpu_so, cpu_ov, cpu_ca, cpu_ov32, cpu_ca32; variable 132 cpu_so = tcg_global_mem_new(tcg_env, in ppc_translate_init() 567 tcg_gen_shli_tl(t0, cpu_so, XER_SO); in spr_read_xer() 591 tcg_gen_extract_tl(cpu_so, src, XER_SO, 1); in spr_write_xer() 1600 tcg_gen_trunc_tl_i32(cpu_crf[crf], cpu_so); in gen_op_cmp() 1665 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_compute_ov() 1780 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_divw() 1820 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_divd() 3175 tcg_gen_mov_tl(cr0, cpu_so); in gen_conditional_store() 3258 tcg_gen_mov_tl(cr0, cpu_so); in gen_stqcx_() [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | storage-ctrl-impl.c.inc | 144 tcg_gen_trunc_tl_i32(cpu_crf[0], cpu_so);
|
H A D | fixedpoint-impl.c.inc | 481 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); 609 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov);
|