Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c122 static TCGv cpu_icc_Z; variable
138 #define cpu_cc_Z cpu_icc_Z
417 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_addcc_int()
482 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_subcc_int()
658 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_udivcc()
683 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_sdivcc()
1138 tcg_gen_ext32u_tl(t1, cpu_icc_Z); in gen_compare()
1152 tcg_gen_andc_tl(t1, xcc ? cpu_cc_Z : cpu_icc_Z, t1); in gen_compare()
1181 tcg_gen_and_tl(t1, t1, cpu_icc_Z); in gen_compare()
3698 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in do_arith_int()
[all …]