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
ecec9b57
Commit
ecec9b57
authored
Dec 13, 2013
by
DJ Delorie
Committed by
DJ Delorie
Dec 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rl78/rl78-expand.md (one_cmplqi2): Make constant signed.
From-SVN: r205981
parent
958d06df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/rl78/rl78-expand.md
+1
-1
No files found.
gcc/ChangeLog
View file @
ecec9b57
2013
-
12
-
13
DJ
Delorie
<
dj
@
redhat
.
com
>
2013
-
12
-
13
DJ
Delorie
<
dj
@
redhat
.
com
>
*
config
/
rl78
/
rl78
-
expand
.
md
(
one_cmplqi2
):
Make
constant
signed
.
*
config
/
msp430
/
msp430
.
md
(
movqi
):
replace
general_operand
with
*
config
/
msp430
/
msp430
.
md
(
movqi
):
replace
general_operand
with
msp_general_operand
and
nonimmediate_operand
with
msp_general_operand
and
nonimmediate_operand
with
msp_nonimmediate_operand
to
allow
volatile
operands
.
msp_nonimmediate_operand
to
allow
volatile
operands
.
gcc/config/rl78/rl78-expand.md
View file @
ecec9b57
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
(define_expand "one_cmplqi2"
(define_expand "one_cmplqi2"
[
(set (match_operand:QI 0 "nonimmediate_operand")
[
(set (match_operand:QI 0 "nonimmediate_operand")
(xor:QI (match_operand:QI 1 "general_operand")
(xor:QI (match_operand:QI 1 "general_operand")
(const_int
255
)))
(const_int
-1
)))
]
]
""
""
"if (rl78_force_nonfar_2 (operands, gen_one_cmplqi2))
"if (rl78_force_nonfar_2 (operands, gen_one_cmplqi2))
...
...
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