Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c74 static TCGv cpu_xer, cpu_so, cpu_ov, cpu_ca, cpu_ov32, cpu_ca32; variable
139 cpu_ov32 = tcg_global_mem_new(tcg_env, in ppc_translate_init()
531 tcg_gen_shli_tl(t0, cpu_ov32, XER_OV32); in spr_read_xer()
546 tcg_gen_extract_tl(cpu_ov32, src, XER_OV32, 1); in spr_write_xer()
1611 tcg_gen_mov_tl(cpu_ov32, cpu_ov); in gen_op_arith_compute_ov()
1615 tcg_gen_extract_tl(cpu_ov32, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1786 tcg_gen_extu_i32_tl(cpu_ov32, t2); in gen_op_arith_divw()
1856 tcg_gen_mov_tl(cpu_ov32, t2); in gen_op_arith_divd()
2034 tcg_gen_mov_tl(cpu_ov32, cpu_ov); in gen_mullwo()
2096 tcg_gen_mov_tl(cpu_ov32, cpu_ov); in gen_mulldo()
[all …]