Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c116 static TCGv cpu_cc_V; variable
403 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src2); in gen_op_addcc_int()
404 tcg_gen_andc_tl(cpu_cc_V, cpu_cc_V, cpu_cc_Z); in gen_op_addcc_int()
435 tcg_gen_or_tl(cpu_cc_V, cpu_cc_V, t); in gen_op_taddcc()
472 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src1); in gen_op_subcc_int()
473 tcg_gen_and_tl(cpu_cc_V, cpu_cc_V, cpu_cc_Z); in gen_op_subcc_int()
500 tcg_gen_or_tl(cpu_cc_V, cpu_cc_V, t); in gen_op_tsubcc()
550 tcg_gen_xor_tl(t0, cpu_cc_N, cpu_cc_V); in gen_op_mulscc()
642 t64 = cpu_cc_V; in gen_op_udivcc()
651 tcg_gen_shri_tl(cpu_cc_V, t64, 32); in gen_op_udivcc()
[all …]