Searched refs:cpu_so (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 74 static TCGv cpu_xer, cpu_so, cpu_ov, cpu_ca, cpu_ov32, cpu_ca32; variable 133 cpu_so = tcg_global_mem_new(tcg_env, in ppc_translate_init() 570 tcg_gen_shli_tl(t0, cpu_so, XER_SO); in spr_read_xer() 601 tcg_gen_extract_tl(cpu_so, src, XER_SO, 1); in spr_read_lr() 1644 tcg_gen_trunc_tl_i32(cpu_crf[crf], cpu_so); in gen_op_cmp32() 1709 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_compute_ca32() 1823 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov); in gen_op_arith_divd() 1863 tcg_gen_or_tl(cpu_so, cpu_s in gen_op_arith_modw() [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);
|