Searched refs:cpu_cc_V (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 121 static TCGv cpu_cc_V; variable 409 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src2); in gen_op_addcc_int() 410 tcg_gen_andc_tl(cpu_cc_V, cpu_cc_V, cpu_cc_Z); in gen_op_addcc_int() 441 tcg_gen_or_tl(cpu_cc_V, cpu_cc_V, t); in gen_op_taddcc() 478 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src1); in gen_op_subcc_int() 479 tcg_gen_and_tl(cpu_cc_V, cpu_cc_V, cpu_cc_Z); in gen_op_subcc_int() 506 tcg_gen_or_tl(cpu_cc_V, cpu_cc_V, t); in gen_op_tsubcc() 556 tcg_gen_xor_tl(t0, cpu_cc_N, cpu_cc_V); in gen_op_mulscc() 648 t64 = cpu_cc_V; in gen_op_udivcc() 657 tcg_gen_shri_tl(cpu_cc_V, t64, 32); in gen_op_udivcc() [all …]
|