Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c123 static TCGv cpu_icc_C; variable
139 #define cpu_cc_C cpu_icc_C
392 tcg_gen_extract_tl(t, cpu_icc_C, 32, 1); in gen_carry32()
395 return cpu_icc_C; in gen_carry32()
416 tcg_gen_xor_tl(cpu_icc_C, cpu_cc_Z, cpu_cc_N); in gen_op_addcc_int()
481 tcg_gen_xor_tl(cpu_icc_C, cpu_cc_Z, cpu_cc_N); in gen_op_subcc_int()
659 tcg_gen_movi_tl(cpu_icc_C, 0); in gen_op_udivcc()
684 tcg_gen_movi_tl(cpu_icc_C, 0); in gen_op_sdivcc()
1179 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
1191 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
[all …]