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
bfca295f
Commit
bfca295f
authored
Oct 12, 1998
by
Nick Clifton
Committed by
Nick Clifton
Oct 12, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace (reg 24) with (reg:CC 24)
From-SVN: r23028
parent
1b06d1bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
20 deletions
+22
-20
gcc/ChangeLog
+2
-0
gcc/config/arm/arm.md
+20
-20
No files found.
gcc/ChangeLog
View file @
bfca295f
...
...
@@ -13,6 +13,8 @@ Mon Oct 12 12:10:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
Mon
Oct
12
10
:
50
:
44
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
arm
.
md
:
Replace
(
reg
24
)
with
(
reg
:
CC
24
).
*
config
/
arm
/
thumb
.
c
(
thumb_override_options
)
:
Add
warning
about
PIC
code
not
being
supported
just
yet
.
...
...
gcc/config/arm/arm.md
View file @
bfca295f
...
...
@@ -1871,7 +1871,7 @@
(define_insn "abssi2"
[
(set (match_operand:SI 0 "s_register_operand" "=r,&r")
(abs:SI (match_operand:SI 1 "s_register_operand" "0,r")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"@
cmp
\\
t%0, #0
\;
rsblt
\\
t%0, %0, #0
...
...
@@ -1882,7 +1882,7 @@
(define_insn "
*
neg_abssi2"
[
(set (match_operand:SI 0 "s_register_operand" "=r,&r")
(neg:SI (abs:SI (match_operand:SI 1 "s_register_operand" "0,r"))))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"@
cmp
\\
t%0, #0
\;
rsbgt
\\
t%0, %0, #0
...
...
@@ -4650,7 +4650,7 @@
(match_operator 1 "comparison_operator"
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_add_operand" "rI,L")]))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
if (GET_CODE (operands
[
1
]
) == LT && operands
[
3
]
== const0_rtx)
...
...
@@ -4708,7 +4708,7 @@
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_rhs_operand" "rI,rI")])
(match_operand:SI 1 "s_register_operand" "0,?r")]))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
if (GET_CODE (operands
[
4
]
) == LT && operands
[
3
]
== const0_rtx)
...
...
@@ -4732,7 +4732,7 @@
(match_operator:SI 4 "comparison_operator"
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_rhs_operand" "rI,rI")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
output_asm_insn (
\"
cmp
\\
t%2, %3
\"
, operands);
...
...
@@ -4813,7 +4813,7 @@
(neg:SI (match_operator 3 "comparison_operator"
[
(match_operand:SI 1 "s_register_operand" "r")
(match_operand:SI 2 "arm_rhs_operand" "rI")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
if (GET_CODE (operands
[
3
]
) == LT && operands
[
3
]
== const0_rtx)
...
...
@@ -4840,7 +4840,7 @@
(match_operand:SI 4 "arm_add_operand" "rIL,rIL,rIL")])
(match_operand:SI 1 "arm_rhs_operand" "0,rI,?rI")
(match_operand:SI 2 "arm_rhs_operand" "rI,0,rI")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
if (GET_CODE (operands
[
5
]
) == LT
...
...
@@ -4903,7 +4903,7 @@
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_add_operand" "rIL,rIL"))
(match_operand:SI 1 "arm_rhsm_operand" "0,?rIm")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -4939,7 +4939,7 @@
(plus:SI
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_add_operand" "rIL,rIL"))))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -4977,7 +4977,7 @@
(match_operator:SI 7 "shiftable_operator"
[
(match_operand:SI 3 "s_register_operand" "r")
(match_operand:SI 4 "arm_rhs_operand" "rI")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5007,7 +5007,7 @@
[
(match_operand:SI 4 "s_register_operand" "r,r")
(match_operand:SI 5 "arm_rhs_operand" "rI,rI")])
(match_operand:SI 1 "arm_rhsm_operand" "0,?rIm")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
/
*
If we have an operation where (op x 0) is the identity operation and
...
...
@@ -5069,7 +5069,7 @@
(match_operator:SI 7 "shiftable_operator"
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_rhs_operand" "rI,rI")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"
*
/
*
If we have an operation where (op x 0) is the identity operation and
...
...
@@ -5133,7 +5133,7 @@
(match_operand:SI 1 "arm_not_operand" "0,?rIK")
(not:SI
(match_operand:SI 2 "s_register_operand" "r,r"))))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5163,7 +5163,7 @@
(not:SI
(match_operand:SI 2 "s_register_operand" "r,r"))
(match_operand:SI 1 "arm_not_operand" "0,?rIK")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5194,7 +5194,7 @@
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_rhs_operand" "rM,rM")])
(match_operand:SI 1 "arm_not_operand" "0,?rIK")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5227,7 +5227,7 @@
(match_operator:SI 7 "shift_operator"
[
(match_operand:SI 2 "s_register_operand" "r,r")
(match_operand:SI 3 "arm_rhs_operand" "rM,rM")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5262,7 +5262,7 @@
(match_operator:SI 9 "shift_operator"
[
(match_operand:SI 3 "s_register_operand" "r")
(match_operand:SI 4 "arm_rhs_operand" "rM")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5294,7 +5294,7 @@
(match_operator:SI 7 "shiftable_operator"
[
(match_operand:SI 2 "s_register_operand" "r")
(match_operand:SI 3 "arm_rhs_operand" "rI")])))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -5324,7 +5324,7 @@
[
(match_operand:SI 2 "s_register_operand" "r")
(match_operand:SI 3 "arm_rhs_operand" "rI")])
(not:SI (match_operand:SI 1 "s_register_operand" "r"))))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
""
"#"
[
(set_attr "conds" "clob")
...
...
@@ -6118,7 +6118,7 @@
[
(match_operand 2 "" "") (match_operand 3 "" "")
]
)
(match_operand 4 "" "")
(match_operand 5 "" "")))
(clobber (reg 24))]
(clobber (reg
:CC
24))]
"reload_completed"
[
(set (match_dup 6) (match_dup 7))
(set (match_dup 0)
...
...
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