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
304f705f
Commit
304f705f
authored
Sep 13, 1992
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up indentation.
From-SVN: r2116
parent
0e7f4c19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
40 deletions
+40
-40
gcc/config/arm/arm.md
+40
-40
No files found.
gcc/config/arm/arm.md
View file @
304f705f
...
@@ -945,8 +945,8 @@
...
@@ -945,8 +945,8 @@
(define_insn "beq"
(define_insn "beq"
[
(set (pc)
[
(set (pc)
(if_then_else (eq (cc0) (const_int 0))
(if_then_else (eq (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
beq
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
beq
\\
t%l0
\"
, operands));
...
@@ -955,8 +955,8 @@
...
@@ -955,8 +955,8 @@
(define_insn "bne"
(define_insn "bne"
[
(set (pc)
[
(set (pc)
(if_then_else (ne (cc0) (const_int 0))
(if_then_else (ne (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bne
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bne
\\
t%l0
\"
, operands));
...
@@ -965,8 +965,8 @@
...
@@ -965,8 +965,8 @@
(define_insn "bgt"
(define_insn "bgt"
[
(set (pc)
[
(set (pc)
(if_then_else (gt (cc0) (const_int 0))
(if_then_else (gt (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bgt
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bgt
\\
t%l0
\"
, operands));
...
@@ -975,8 +975,8 @@
...
@@ -975,8 +975,8 @@
(define_insn "ble"
(define_insn "ble"
[
(set (pc)
[
(set (pc)
(if_then_else (le (cc0) (const_int 0))
(if_then_else (le (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
ble
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
ble
\\
t%l0
\"
, operands));
...
@@ -985,8 +985,8 @@
...
@@ -985,8 +985,8 @@
(define_insn "bge"
(define_insn "bge"
[
(set (pc)
[
(set (pc)
(if_then_else (ge (cc0) (const_int 0))
(if_then_else (ge (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bge
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bge
\\
t%l0
\"
, operands));
...
@@ -995,8 +995,8 @@
...
@@ -995,8 +995,8 @@
(define_insn "blt"
(define_insn "blt"
[
(set (pc)
[
(set (pc)
(if_then_else (lt (cc0) (const_int 0))
(if_then_else (lt (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
blt
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
blt
\\
t%l0
\"
, operands));
...
@@ -1005,8 +1005,8 @@
...
@@ -1005,8 +1005,8 @@
(define_insn "bgtu"
(define_insn "bgtu"
[
(set (pc)
[
(set (pc)
(if_then_else (gtu (cc0) (const_int 0))
(if_then_else (gtu (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bhi
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bhi
\\
t%l0
\"
, operands));
...
@@ -1015,8 +1015,8 @@
...
@@ -1015,8 +1015,8 @@
(define_insn "bleu"
(define_insn "bleu"
[
(set (pc)
[
(set (pc)
(if_then_else (leu (cc0) (const_int 0))
(if_then_else (leu (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bls
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bls
\\
t%l0
\"
, operands));
...
@@ -1025,8 +1025,8 @@
...
@@ -1025,8 +1025,8 @@
(define_insn "bgeu"
(define_insn "bgeu"
[
(set (pc)
[
(set (pc)
(if_then_else (geu (cc0) (const_int 0))
(if_then_else (geu (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bhs
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bhs
\\
t%l0
\"
, operands));
...
@@ -1035,8 +1035,8 @@
...
@@ -1035,8 +1035,8 @@
(define_insn "bltu"
(define_insn "bltu"
[
(set (pc)
[
(set (pc)
(if_then_else (ltu (cc0) (const_int 0))
(if_then_else (ltu (cc0) (const_int 0))
(label_ref (match_operand 0 "" ""))
(label_ref (match_operand 0 "" ""))
(pc)))]
(pc)))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
blo
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
blo
\\
t%l0
\"
, operands));
...
@@ -1047,8 +1047,8 @@
...
@@ -1047,8 +1047,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (eq (cc0) (const_int 0))
(if_then_else (eq (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bne
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bne
\\
t%l0
\"
, operands));
...
@@ -1057,8 +1057,8 @@
...
@@ -1057,8 +1057,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (ne (cc0) (const_int 0))
(if_then_else (ne (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
beq
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
beq
\\
t%l0
\"
, operands));
...
@@ -1067,8 +1067,8 @@
...
@@ -1067,8 +1067,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (gt (cc0) (const_int 0))
(if_then_else (gt (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
ble
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
ble
\\
t%l0
\"
, operands));
...
@@ -1077,8 +1077,8 @@
...
@@ -1077,8 +1077,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (le (cc0) (const_int 0))
(if_then_else (le (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bgt
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bgt
\\
t%l0
\"
, operands));
...
@@ -1087,8 +1087,8 @@
...
@@ -1087,8 +1087,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (ge (cc0) (const_int 0))
(if_then_else (ge (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
blt
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
blt
\\
t%l0
\"
, operands));
...
@@ -1097,8 +1097,8 @@
...
@@ -1097,8 +1097,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (lt (cc0) (const_int 0))
(if_then_else (lt (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bge
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bge
\\
t%l0
\"
, operands));
...
@@ -1107,8 +1107,8 @@
...
@@ -1107,8 +1107,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (gtu (cc0) (const_int 0))
(if_then_else (gtu (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bls
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bls
\\
t%l0
\"
, operands));
...
@@ -1117,8 +1117,8 @@
...
@@ -1117,8 +1117,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (leu (cc0) (const_int 0))
(if_then_else (leu (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bhi
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bhi
\\
t%l0
\"
, operands));
...
@@ -1127,8 +1127,8 @@
...
@@ -1127,8 +1127,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (geu (cc0) (const_int 0))
(if_then_else (geu (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
blo
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
blo
\\
t%l0
\"
, operands));
...
@@ -1137,8 +1137,8 @@
...
@@ -1137,8 +1137,8 @@
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
(if_then_else (ltu (cc0) (const_int 0))
(if_then_else (ltu (cc0) (const_int 0))
(pc)
(pc)
(label_ref (match_operand 0 "" ""))))]
(label_ref (match_operand 0 "" ""))))]
""
""
"
*
"
*
return (arm_output_asm_insn (
\"
bhs
\\
t%l0
\"
, operands));
return (arm_output_asm_insn (
\"
bhs
\\
t%l0
\"
, operands));
...
...
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