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
5421b3d0
Commit
5421b3d0
authored
May 26, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test TARGET_WINDOWS_NT, not WINDOWS_NT.
From-SVN: r12112
parent
6c882425
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
gcc/config/alpha/alpha.md
+15
-15
No files found.
gcc/config/alpha/alpha.md
View file @
5421b3d0
...
@@ -2963,7 +2963,7 @@
...
@@ -2963,7 +2963,7 @@
(use (match_operand 1 "" ""))]
(use (match_operand 1 "" ""))]
""
""
"
"
{ if (WINDOWS_NT)
{ if (
TARGET_
WINDOWS_NT)
emit_call_insn (gen_call_nt (operands
[
0
]
, operands
[
1
]
));
emit_call_insn (gen_call_nt (operands
[
0
]
, operands
[
1
]
));
else
else
emit_call_insn (gen_call_osf (operands
[
0
]
, operands
[
1
]
));
emit_call_insn (gen_call_osf (operands
[
0
]
, operands
[
1
]
));
...
@@ -3017,7 +3017,7 @@
...
@@ -3017,7 +3017,7 @@
(use (match_operand 2 "" ""))]
(use (match_operand 2 "" ""))]
""
""
"
"
{ if (WINDOWS_NT)
{ if (
TARGET_
WINDOWS_NT)
emit_call_insn (gen_call_value_nt (operands
[
0
]
, operands
[
1
]
, operands
[
2
]
));
emit_call_insn (gen_call_value_nt (operands
[
0
]
, operands
[
1
]
, operands
[
2
]
));
else
else
emit_call_insn (gen_call_value_osf (operands
[
0
]
, operands
[
1
]
,
emit_call_insn (gen_call_value_osf (operands
[
0
]
, operands
[
1
]
,
...
@@ -3072,7 +3072,7 @@
...
@@ -3072,7 +3072,7 @@
(match_operand 1 "" ""))
(match_operand 1 "" ""))
(clobber (reg:DI 27))
(clobber (reg:DI 27))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"! WINDOWS_NT && alpha_tp == ALPHA_TP_INSN"
"!
TARGET_
WINDOWS_NT && alpha_tp == ALPHA_TP_INSN"
"@
"@
jsr $26,($27),0
\;
trapb
\;
ldgp $29,4($26)
jsr $26,($27),0
\;
trapb
\;
ldgp $29,4($26)
bsr $26,%0..ng
\;
trapb
bsr $26,%0..ng
\;
trapb
...
@@ -3084,7 +3084,7 @@
...
@@ -3084,7 +3084,7 @@
(match_operand 1 "" ""))
(match_operand 1 "" ""))
(clobber (reg:DI 27))
(clobber (reg:DI 27))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"! WINDOWS_NT"
"!
TARGET_
WINDOWS_NT"
"@
"@
jsr $26,($27),0
\;
ldgp $29,0($26)
jsr $26,($27),0
\;
ldgp $29,0($26)
bsr $26,%0..ng
bsr $26,%0..ng
...
@@ -3095,7 +3095,7 @@
...
@@ -3095,7 +3095,7 @@
[
(call (mem:DI (match_operand:DI 0 "call_operand" "r,i"))
[
(call (mem:DI (match_operand:DI 0 "call_operand" "r,i"))
(match_operand 1 "" ""))
(match_operand 1 "" ""))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"WINDOWS_NT"
"
TARGET_
WINDOWS_NT"
"@
"@
jsr $26,(%0)
jsr $26,(%0)
bsr $26,%0"
bsr $26,%0"
...
@@ -3107,7 +3107,7 @@
...
@@ -3107,7 +3107,7 @@
(match_operand 2 "" "")))
(match_operand 2 "" "")))
(clobber (reg:DI 27))
(clobber (reg:DI 27))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"! WINDOWS_NT && alpha_tp == ALPHA_TP_INSN"
"!
TARGET_
WINDOWS_NT && alpha_tp == ALPHA_TP_INSN"
"@
"@
jsr $26,($27),0
\;
trapb
\;
ldgp $29,4($26)
jsr $26,($27),0
\;
trapb
\;
ldgp $29,4($26)
bsr $26,%1..ng
\;
trapb
bsr $26,%1..ng
\;
trapb
...
@@ -3120,7 +3120,7 @@
...
@@ -3120,7 +3120,7 @@
(match_operand 2 "" "")))
(match_operand 2 "" "")))
(clobber (reg:DI 27))
(clobber (reg:DI 27))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"! WINDOWS_NT"
"!
TARGET_
WINDOWS_NT"
"@
"@
jsr $26,($27),0
\;
ldgp $29,0($26)
jsr $26,($27),0
\;
ldgp $29,0($26)
bsr $26,%1..ng
bsr $26,%1..ng
...
@@ -3132,7 +3132,7 @@
...
@@ -3132,7 +3132,7 @@
(call (mem:DI (match_operand:DI 1 "call_operand" "r,i"))
(call (mem:DI (match_operand:DI 1 "call_operand" "r,i"))
(match_operand 2 "" "")))
(match_operand 2 "" "")))
(clobber (reg:DI 26))]
(clobber (reg:DI 26))]
"WINDOWS_NT"
"
TARGET_
WINDOWS_NT"
"@
"@
jsr $26,(%1)
jsr $26,(%1)
bsr $26,%1"
bsr $26,%1"
...
@@ -3206,7 +3206,7 @@
...
@@ -3206,7 +3206,7 @@
""
""
"
"
{
{
if (WINDOWS_NT)
if (
TARGET_
WINDOWS_NT)
emit_jump_insn (gen_tablejump_nt (operands
[
0
]
, operands
[
1
]
));
emit_jump_insn (gen_tablejump_nt (operands
[
0
]
, operands
[
1
]
));
else
else
emit_jump_insn (gen_tablejump_osf (operands
[
0
]
, operands
[
1
]
));
emit_jump_insn (gen_tablejump_osf (operands
[
0
]
, operands
[
1
]
));
...
@@ -3240,7 +3240,7 @@
...
@@ -3240,7 +3240,7 @@
(plus:DI (match_operand:DI 0 "register_operand" "r")
(plus:DI (match_operand:DI 0 "register_operand" "r")
(label_ref:DI (match_operand 1 "" ""))))
(label_ref:DI (match_operand 1 "" ""))))
(clobber (match_scratch:DI 2 "=r"))]
(clobber (match_scratch:DI 2 "=r"))]
"! WINDOWS_NT && next_active_insn (insn) != 0
"!
TARGET_
WINDOWS_NT && next_active_insn (insn) != 0
&& GET_CODE (PATTERN (next_active_insn (insn))) == ADDR_DIFF_VEC
&& GET_CODE (PATTERN (next_active_insn (insn))) == ADDR_DIFF_VEC
&& PREV_INSN (next_active_insn (insn)) == operands
[
1
]
"
&& PREV_INSN (next_active_insn (insn)) == operands
[
1
]
"
"
*
"
*
...
@@ -3283,7 +3283,7 @@
...
@@ -3283,7 +3283,7 @@
[
(set (pc)
[
(set (pc)
(match_operand:DI 0 "register_operand" "r"))
(match_operand:DI 0 "register_operand" "r"))
(use (label_ref (match_operand 1 "" "")))]
(use (label_ref (match_operand 1 "" "")))]
"WINDOWS_NT && next_active_insn (insn) != 0
"
TARGET_
WINDOWS_NT && next_active_insn (insn) != 0
&& GET_CODE (PATTERN (next_active_insn (insn))) == ADDR_DIFF_VEC
&& GET_CODE (PATTERN (next_active_insn (insn))) == ADDR_DIFF_VEC
&& PREV_INSN (next_active_insn (insn)) == operands
[
1
]
"
&& PREV_INSN (next_active_insn (insn)) == operands
[
1
]
"
"
*
"
*
...
@@ -3388,8 +3388,8 @@
...
@@ -3388,8 +3388,8 @@
(define_insn ""
(define_insn ""
[
(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,r,r,m,f,f,f,m")
[
(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,r,r,m,f,f,f,m")
(match_operand:SI 1 "input_operand" "r,J,I,K,L,m,rJ,f,J,m,fG"))]
(match_operand:SI 1 "input_operand" "r,J,I,K,L,m,rJ,f,J,m,fG"))]
"! WINDOWS_NT && (register_operand (operands
[
0
]
, SImode)
"!
TARGET_
WINDOWS_NT && (register_operand (operands
[
0
]
, SImode)
|| reg_or_0_operand (operands
[
1
]
, SImode))"
|| reg_or_0_operand (operands
[
1
]
, SImode))"
"@
"@
bis %1,%1,%0
bis %1,%1,%0
bis $31,$31,%0
bis $31,$31,%0
...
@@ -3407,8 +3407,8 @@
...
@@ -3407,8 +3407,8 @@
(define_insn ""
(define_insn ""
[
(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,r,r,r,m,f,f,f,m")
[
(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,r,r,r,m,f,f,f,m")
(match_operand:SI 1 "input_operand" "r,J,I,K,L,s,m,rJ,f,J,m,fG"))]
(match_operand:SI 1 "input_operand" "r,J,I,K,L,s,m,rJ,f,J,m,fG"))]
"WINDOWS_NT && (register_operand (operands
[
0
]
, SImode)
"
TARGET_
WINDOWS_NT && (register_operand (operands
[
0
]
, SImode)
|| reg_or_0_operand (operands
[
1
]
, SImode))"
|| reg_or_0_operand (operands
[
1
]
, SImode))"
"@
"@
bis %1,%1,%0
bis %1,%1,%0
bis $31,$31,%0
bis $31,$31,%0
...
...
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