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
6fda0f5b
Commit
6fda0f5b
authored
Jul 30, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jul 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
From-SVN: r28342
parent
59fa4a59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+2
-2
No files found.
gcc/ChangeLog
View file @
6fda0f5b
Fri
Jul
30
03
:
00
:
41
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
c
(
compute_zdepwi_operands
)
:
Renamed
from
compute_zdepi_operands
.
Thu
Jul
29
18
:
37
:
13
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
FIRST_PARM_CALLER_OFFSET
)
:
Delete
.
...
...
gcc/config/pa/pa.c
View file @
6fda0f5b
...
...
@@ -1622,7 +1622,7 @@ singlemove_string (operands)
useful for copying IMM to a register using the zdepi
instructions. Store the immediate value to insert in OP[0]. */
void
compute_zdepi_operands
(
imm
,
op
)
compute_zdep
w
i_operands
(
imm
,
op
)
unsigned
HOST_WIDE_INT
imm
;
unsigned
*
op
;
{
...
...
@@ -3799,7 +3799,7 @@ print_operand (file, x, code)
case
'Z'
:
{
unsigned
op
[
3
];
compute_zdepi_operands
(
INTVAL
(
x
),
op
);
compute_zdep
w
i_operands
(
INTVAL
(
x
),
op
);
fprintf
(
file
,
"%d,%d,%d"
,
op
[
0
],
op
[
1
],
op
[
2
]);
return
;
}
...
...
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