Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
923c4cf2
Commit
923c4cf2
authored
Jul 08, 2003
by
Roger Sayle
Committed by
Roger Sayle
Jul 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.md: Correct check-in of incorrect version.
From-SVN: r69062
parent
75b6f3fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+4
-4
No files found.
gcc/ChangeLog
View file @
923c4cf2
2003-07-07 Roger Sayle <roger@eyesopen.com>
* config/i386/i386.md: Correct check-in of incorrect version.
2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
...
...
gcc/config/i386/i386.md
View file @
923c4cf2
...
...
@@ -15605,7 +15605,7 @@
emit_move_insn (copy, operands
[
1
]
);
emit_insn (gen_atan2df3_1 (operands
[
0
]
, copy, operands
[
2
]
));
DONE;
}
}
)
(define_insn "atan2sf3_1"
[
(parallel
[
(set (match_operand:SF 0 "register_operand" "=f")
...
...
@@ -15630,7 +15630,7 @@
emit_move_insn (copy, operands
[
1
]
);
emit_insn (gen_atan2sf3_1 (operands
[
0
]
, copy, operands
[
2
]
));
DONE;
}
}
)
(define_insn "atan2xf3_1"
[
(parallel
[
(set (match_operand:XF 0 "register_operand" "=f")
...
...
@@ -15655,7 +15655,7 @@
emit_move_insn (copy, operands
[
1
]
);
emit_insn (gen_atan2xf3_1 (operands
[
0
]
, copy, operands
[
2
]
));
DONE;
}
}
)
(define_insn "atan2tf3_1"
[
(parallel
[
(set (match_operand:TF 0 "register_operand" "=f")
...
...
@@ -15680,7 +15680,7 @@
emit_move_insn (copy, operands
[
1
]
);
emit_insn (gen_atan2tf3_1 (operands
[
0
]
, copy, operands
[
2
]
));
DONE;
}
}
)
(define_insn "
*
fyl2x_sfxf3"
[
(parallel
[
(set (match_operand:SF 0 "register_operand" "=f")
...
...
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