GCC Middle and Back End API Reference
|
Go to the source code of this file.
Data Structures | |
struct | CC_STATUS |
Variables | |
CC_STATUS | cc_prev_status |
CC_STATUS | cc_status |
CC_STATUS cc_prev_status |
While outputting an insn as assembler code, this is the status BEFORE that insn.
During output of an insn, this contains a copy of cc_status from before the insn.
CC_STATUS cc_status |
While outputting an insn as assembler code, this is being altered to the status AFTER that insn.
This variable contains machine-dependent flags (defined in tm.h) set and examined by output routines that describe how to interpret the condition codes properly.