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
7c3abc73
Commit
7c3abc73
authored
Jun 28, 2002
by
Aldy Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok, this is the right version ;-)
From-SVN: r55071
parent
14b32f4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/config/rs6000/rs6000.c
+8
-8
No files found.
gcc/config/rs6000/rs6000.c
View file @
7c3abc73
...
...
@@ -3903,7 +3903,7 @@ altivec_expand_ld_builtin (exp, target, expandedp)
unsigned
int
fcode
=
DECL_FUNCTION_CODE
(
fndecl
);
tree
arg0
;
enum
machine_mode
tmode
,
mode0
;
rtx
pat
,
target
,
op0
;
rtx
pat
,
op0
;
enum
insn_code
icode
;
switch
(
fcode
)
...
...
@@ -3951,7 +3951,7 @@ altivec_expand_ld_builtin (exp, target, expandedp)
static
rtx
altivec_expand_st_builtin
(
exp
,
target
,
expandedp
)
tree
exp
;
rtx
target
;
rtx
target
ATTRIBUTE_UNUSED
;
bool
*
expandedp
;
{
tree
fndecl
=
TREE_OPERAND
(
TREE_OPERAND
(
exp
,
0
),
0
);
...
...
@@ -3959,7 +3959,7 @@ altivec_expand_st_builtin (exp, target, expandedp)
unsigned
int
fcode
=
DECL_FUNCTION_CODE
(
fndecl
);
tree
arg0
,
arg1
;
enum
machine_mode
mode0
,
mode1
;
rtx
pat
,
target
,
op0
,
op1
;
rtx
pat
,
op0
,
op1
;
enum
insn_code
icode
;
switch
(
fcode
)
...
...
@@ -4005,7 +4005,7 @@ altivec_expand_st_builtin (exp, target, expandedp)
static
rtx
altivec_expand_dst_builtin
(
exp
,
target
,
expandedp
)
tree
exp
;
rtx
target
;
rtx
target
ATTRIBUTE_UNUSED
;
bool
*
expandedp
;
{
tree
fndecl
=
TREE_OPERAND
(
TREE_OPERAND
(
exp
,
0
),
0
);
...
...
@@ -4013,7 +4013,7 @@ altivec_expand_dst_builtin (exp, target, expandedp)
unsigned
int
fcode
=
DECL_FUNCTION_CODE
(
fndecl
);
tree
arg0
,
arg1
,
arg2
;
enum
machine_mode
mode0
,
mode1
,
mode2
;
rtx
pat
,
target
,
op0
,
op1
,
op2
;
rtx
pat
,
op0
,
op1
,
op2
;
struct
builtin_description
*
d
;
int
i
;
...
...
@@ -4077,9 +4077,9 @@ altivec_expand_builtin (exp, target, expandedp)
enum
insn_code
icode
;
tree
fndecl
=
TREE_OPERAND
(
TREE_OPERAND
(
exp
,
0
),
0
);
tree
arglist
=
TREE_OPERAND
(
exp
,
1
);
tree
arg0
,
arg1
,
arg2
;
rtx
op0
,
op1
,
op2
,
pat
;
enum
machine_mode
tmode
,
mode0
,
mode1
,
mode2
;
tree
arg0
;
rtx
op0
,
pat
;
enum
machine_mode
tmode
,
mode0
;
unsigned
int
fcode
=
DECL_FUNCTION_CODE
(
fndecl
);
target
=
altivec_expand_ld_builtin
(
exp
,
target
,
expandedp
);
...
...
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