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
7a360cce
Commit
7a360cce
authored
Oct 24, 2002
by
Igor Shevlyakov
Committed by
Richard Henderson
Oct 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (struct rtx_const): Array size 16 for V16QImode.
From-SVN: r58509
parent
fcbe3b89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/varasm.c
+2
-2
No files found.
gcc/ChangeLog
View file @
7a360cce
2002
-
10
-
24
Igor
Shevlyakov
<
igor
@microunity
.
com
>
*
varasm
.
c
(
struct
rtx_const
)
:
Array
size
16
for
V16QImode
.
2002
-
10
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
2002
-
10
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
i386
/
i386
.
c
(
x86_output_mi_thunk
)
:
Fix
x86_64
pic
jump
.
*
config
/
i386
/
i386
.
c
(
x86_output_mi_thunk
)
:
Fix
x86_64
pic
jump
.
...
...
gcc/varasm.c
View file @
7a360cce
...
@@ -2169,12 +2169,12 @@ struct rtx_const GTY(())
...
@@ -2169,12 +2169,12 @@ struct rtx_const GTY(())
HOST_WIDE_INT
low
;
HOST_WIDE_INT
low
;
}
GTY
((
tag
(
"0"
)))
di
;
}
GTY
((
tag
(
"0"
)))
di
;
/* The max vector size we have is
8
wide; two variants for
/* The max vector size we have is
16
wide; two variants for
integral and floating point vectors. */
integral and floating point vectors. */
struct
rtx_const_int_vec
{
struct
rtx_const_int_vec
{
HOST_WIDE_INT
high
;
HOST_WIDE_INT
high
;
HOST_WIDE_INT
low
;
HOST_WIDE_INT
low
;
}
GTY
((
tag
(
"2"
)))
int_vec
[
8
];
}
GTY
((
tag
(
"2"
)))
int_vec
[
16
];
REAL_VALUE_TYPE
GTY
((
tag
(
"3"
)))
fp_vec
[
8
];
REAL_VALUE_TYPE
GTY
((
tag
(
"3"
)))
fp_vec
[
8
];
...
...
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