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
1778d171
Commit
1778d171
authored
Oct 21, 2014
by
Christoph Mallon
Browse files
doc: Replace remaining Psis by Mux.
parent
5b90b282
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/bearch_arm.c
View file @
1778d171
...
...
@@ -277,7 +277,7 @@ static void arm_end_codegeneration(void *self)
}
/**
* Allows or disallows the creation of
Psi
nodes for the given Phi nodes.
* Allows or disallows the creation of
Mux
nodes for the given Phi nodes.
* @return 1 if allowed, 0 otherwise
*/
static
int
arm_is_mux_allowed
(
ir_node
*
sel
,
ir_node
*
mux_false
,
...
...
ir/lower/lower_mode_b.h
View file @
1778d171
...
...
@@ -25,9 +25,9 @@
/**
* Lowers mode_b operations to integer arithmetic. After the lowering the only
* operations with mode_b are the Projs of Cmps; the only nodes with mode_b
* inputs are Cond and
Psi
nodes.
* inputs are Cond and
Mux
nodes.
*
* Example:
Psi
(a < 0,
1
,
0
) => a >> 31
* Example:
Mux
(a < 0,
0
,
1
) => a >> 31
*
* @param irg the firm graph to lower
* @param lowered_mode mode that is used to transport 0/1 values
...
...
Write
Preview
Supports
Markdown
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