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
2347f5c9
Commit
2347f5c9
authored
Sep 11, 2005
by
Richard Earnshaw
Committed by
Richard Earnshaw
Sep 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm/predicates.md (alignable_memory_operand): Delete.
From-SVN: r104138
parent
c6fbca45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
gcc/ChangeLog
+4
-0
gcc/config/arm/predicates.md
+0
-20
No files found.
gcc/ChangeLog
View file @
2347f5c9
2005
-
09
-
11
Richard
Earnshaw
<
richard
.
earnshaw
@arm
.
com
>
*
arm
/
predicates
.
md
(
alignable_memory_operand
)
:
Delete
.
2005
-
09
-
10
Richard
Henderson
<
rth
@redhat
.
com
>
2005
-
09
-
10
Richard
Henderson
<
rth
@redhat
.
com
>
PR
debug
/
23806
PR
debug
/
23806
...
...
gcc/config/arm/predicates.md
View file @
2347f5c9
...
@@ -110,26 +110,6 @@
...
@@ -110,26 +110,6 @@
"offsettable_address_p (reload_completed | reload_in_progress,
"offsettable_address_p (reload_completed | reload_in_progress,
mode, XEXP (op, 0))")))
mode, XEXP (op, 0))")))
;; True if the operand is a memory reference which is, or can be made,
;; word aligned by adjusting the offset.
(define_predicate "alignable_memory_operand"
(match_code "mem")
{
rtx reg;
op = XEXP (op, 0);
return ((GET_CODE (reg = op) == REG
|| (GET_CODE (op) == SUBREG
&& GET_CODE (reg = SUBREG_REG (op)) == REG)
|| (GET_CODE (op) == PLUS
&& GET_CODE (XEXP (op, 1)) == CONST_INT
&& (GET_CODE (reg = XEXP (op, 0)) == REG
|| (GET_CODE (XEXP (op, 0)) == SUBREG
&& GET_CODE (reg = SUBREG_REG (XEXP (op, 0))) == REG))))
&& REGNO_POINTER_ALIGN (REGNO (reg)) >= 32);
})
(define_predicate "arm_reload_memory_operand"
(define_predicate "arm_reload_memory_operand"
(and (match_code "mem,reg,subreg")
(and (match_code "mem,reg,subreg")
(match_test "(!CONSTANT_P (op)
(match_test "(!CONSTANT_P (op)
...
...
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