Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dtranslate.c117 static TCGv cpu_icc_Z; variable
133 #define cpu_cc_Z cpu_icc_Z
411 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_addcc_int()
476 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_subcc_int()
652 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_udivcc()
677 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in gen_op_sdivcc()
1132 tcg_gen_ext32u_tl(t1, cpu_icc_Z); in gen_compare()
1146 tcg_gen_andc_tl(t1, xcc ? cpu_cc_Z : cpu_icc_Z, t1); in gen_compare()
1175 tcg_gen_and_tl(t1, t1, cpu_icc_Z); in gen_compare()
3727 tcg_gen_mov_tl(cpu_icc_Z, cpu_cc_N); in do_arith_int()
[all …]