Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c73 static TCGv cpu_xer, cpu_so, cpu_ov, cpu_ca, cpu_ov32, cpu_ca32; variable
134 cpu_ov = tcg_global_mem_new(tcg_env, in ppc_translate_init()
568 tcg_gen_shli_tl(t1, cpu_ov, XER_OV); in spr_read_xer()
592 tcg_gen_extract_tl(cpu_ov, src, XER_OV, 1); in spr_write_xer()
1647 tcg_gen_xor_tl(cpu_ov, arg0, arg2); in gen_op_arith_compute_ov()
1650 tcg_gen_and_tl(cpu_ov, cpu_ov, t0); in gen_op_arith_compute_ov()
1652 tcg_gen_andc_tl(cpu_ov, cpu_ov, t0); in gen_op_arith_compute_ov()
1655 tcg_gen_extract_tl(cpu_ov, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1657 tcg_gen_mov_tl(cpu_ov32, cpu_ov); in gen_op_arith_compute_ov()
1661 tcg_gen_extract_tl(cpu_ov32, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
[all …]
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc376 cpu_ov, cpu_ov32, true, true, false, false);
477 tcg_gen_setcond_tl(TCG_COND_NE, cpu_ov, t0, t1);
479 tcg_gen_mov_tl(cpu_ov32, cpu_ov);
481 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov);
605 tcg_gen_setcond_i64(TCG_COND_NE, cpu_ov, t0, t1);
607 tcg_gen_mov_tl(cpu_ov32, cpu_ov);
609 tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov);