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
4ed245f5
Commit
4ed245f5
authored
Aug 24, 2006
by
Michael Beck
Browse files
fixed debug output of unary x87 nodes
parent
92dc34b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_spec.pl
View file @
4ed245f5
...
...
@@ -1445,7 +1445,7 @@ else {
"
rd_constructor
"
=>
"
NONE
",
"
comment
"
=>
"
x87 fp Abs: Abs(a) = |a|
",
"
reg_req
"
=>
{
},
"
emit
"
=>
'
. fabs /* x87 fabs(%
S
1) -> %D1 */
',
"
emit
"
=>
'
. fabs /* x87 fabs(%
A
1) -> %D1 */
',
},
"
fchs
"
=>
{
...
...
@@ -1453,7 +1453,7 @@ else {
"
rd_constructor
"
=>
"
NONE
",
"
comment
"
=>
"
x87 fp Chs: Chs(a) = -a
",
"
reg_req
"
=>
{
},
"
emit
"
=>
'
. fchs /* x87 fchs(%
S
1) -> %D1 */
',
"
emit
"
=>
'
. fchs /* x87 fchs(%
A
1) -> %D1 */
',
},
"
fsin
"
=>
{
...
...
@@ -1461,7 +1461,7 @@ else {
"
rd_constructor
"
=>
"
NONE
",
"
comment
"
=>
"
x87 fp Sin: Sin(a) = sin(a)
",
"
reg_req
"
=>
{
},
"
emit
"
=>
'
. fsin /* x87 sin(%
S
1) -> %D1 */
',
"
emit
"
=>
'
. fsin /* x87 sin(%
A
1) -> %D1 */
',
},
"
fcos
"
=>
{
...
...
@@ -1469,7 +1469,7 @@ else {
"
rd_constructor
"
=>
"
NONE
",
"
comment
"
=>
"
x87 fp Cos: Cos(a) = cos(a)
",
"
reg_req
"
=>
{
},
"
emit
"
=>
'
. fcos /* x87 cos(%
S
1) -> %D1 */
',
"
emit
"
=>
'
. fcos /* x87 cos(%
A
1) -> %D1 */
',
},
"
fsqrt
"
=>
{
...
...
@@ -1477,7 +1477,7 @@ else {
"
rd_constructor
"
=>
"
NONE
",
"
comment
"
=>
"
x87 fp Sqrt: Sqrt(a) = a ^ 0.5
",
"
reg_req
"
=>
{
},
"
emit
"
=>
'
. fsqrt $ /* x87 sqrt(%
S
1) -> %D1 */
',
"
emit
"
=>
'
. fsqrt $ /* x87 sqrt(%
A
1) -> %D1 */
',
},
# x87 Load and Store
...
...
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