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
4ceb4242
Commit
4ceb4242
authored
Sep 19, 2007
by
Bernd Schmidt
Committed by
Bernd Schmidt
Sep 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bfin.md (define_asm_attributes): New.
* config/bfin/bfin.md (define_asm_attributes): New. From-SVN: r128600
parent
980d8882
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+2
-0
gcc/config/bfin/bfin.md
+6
-0
No files found.
gcc/ChangeLog
View file @
4ceb4242
...
...
@@ -12,6 +12,8 @@
(
sh_insn_length_adjustment
):
Pass
template
as
second
argument
to
it
.
*
config
/
bfin
/
bfin
.
h
(
IS_ASM_LOGICAL_LINE_SEPARATOR
):
New
macro
.
*
config
/
bfin
/
bfin
.
md
(
define_asm_attributes
):
New
.
2007
-
09
-
19
Jie
Zhang
<
jie
.
zhang
@
analog
.
com
>
*
config
.
gcc
(
bfin
*-
linux
-
uclibc
*):
Add
./
linux
-
sysroot
-
suffix
.
h
gcc/config/bfin/bfin.md
View file @
4ceb4242
...
...
@@ -330,6 +330,12 @@
(define_attr "seq_insns" "single,multi"
(const_string "single"))
;; Describe a user's asm statement.
(define_asm_attributes
[
(set_attr "type" "misc")
(set_attr "seq_insns" "multi")
(set_attr "length" "4")])
;; Conditional moves
(define_expand "movsicc"
...
...
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