Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a7ddca6b
Commit
a7ddca6b
authored
Nov 11, 2013
by
Matthias Braun
Browse files
improve documentation on mode_b
parent
110872ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irmode.h
View file @
a7ddca6b
...
...
@@ -228,7 +228,15 @@ FIRM_API ir_mode *mode_P_data; /**< A pointer mode that is set by the client of
represents the pointer size of the target machine data addresses. Is initialized
to mode_P. */
FIRM_API
ir_mode
*
mode_b
;
/**< internal boolean */
/**
* This mode represents (parts of) the processor status flag queried in
* conditional jumps or predicated code.
*
* Do not confuse this with boolean variables found in some languages. You
* cannot perform any operations like And, Or, Not, Phi, etc. on mode_b
* values (although some of these constructs can be legalized by lower_mode_b().
*/
FIRM_API
ir_mode
*
mode_b
;
FIRM_API
ir_mode
*
mode_X
;
/**< execution */
FIRM_API
ir_mode
*
mode_BB
;
/**< block */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment