Searched refs:cc_status (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dconditions.h25 /* The variable cc_status says how to interpret the condition code.
29 cc_status contains two components named `value1' and `value2'
37 cc_status.flags contains flags which say that the condition codes
43 cc_status also contains a machine-dependent component `mdep'
63 extern CC_STATUS cc_status;
111 /* This is how to initialize the variable cc_status.
115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
H A Dfinal.c165 CC_STATUS cc_status; variable
167 /* During output of an insn, this contains a copy of cc_status
1882 /* Disabled because some insns set cc_status in the C output code
1992 cc_prev_status = cc_status;
2225 if ((cc_status.value1 != 0
2226 && rtx_equal_p (SET_SRC (set), cc_status.value1))
2227 || (cc_status.value2 != 0
2228 && rtx_equal_p (SET_SRC (set), cc_status.value2)))
2250 if (cc_status.flags != 0
2259 and clear some of the cc_status
[all...]

Completed in 58 milliseconds