Home
last modified time | relevance | path

Searched refs:cpu_ov32 (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
138 cpu_ov32 = tcg_global_mem_new(tcg_env, in ppc_translate_init()
574 tcg_gen_shli_tl(t0, cpu_ov32, XER_OV32); in spr_read_xer()
589 tcg_gen_extract_tl(cpu_ov32, src, XER_OV32, 1); in spr_write_xer()
1660 tcg_gen_mov_tl(cpu_ov32, cpu_ov); in gen_op_arith_compute_ov()
1664 tcg_gen_extract_tl(cpu_ov32, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1781 tcg_gen_extu_i32_tl(cpu_ov32, t2); in gen_op_arith_divw()
1821 tcg_gen_mov_tl(cpu_ov32, t2); in gen_op_arith_divd()
4032 tcg_gen_or_tl(t0, t0, cpu_ov32); in gen_mcrxrx()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc376 cpu_ov, cpu_ov32, true, true, false, false);
479 tcg_gen_mov_tl(cpu_ov32, cpu_ov);
607 tcg_gen_mov_tl(cpu_ov32, cpu_ov);