Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
d0a28900
Commit
d0a28900
authored
11 years ago
by
Zoran Jovanovic
Browse files
Options
Downloads
Patches
Plain Diff
Revert revision 202518 because of wrong commit message.
llvm-svn: 202521
parent
b4b14753
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/lib/Target/Mips/MicroMipsInstrFormats.td
+1
-1
1 addition, 1 deletion
llvm/lib/Target/Mips/MicroMipsInstrFormats.td
llvm/test/MC/Mips/micromips-control-instructions.s
+5
-5
5 additions, 5 deletions
llvm/test/MC/Mips/micromips-control-instructions.s
with
6 additions
and
6 deletions
llvm/lib/Target/Mips/MicroMipsInstrFormats.td
+
1
−
1
View file @
d0a28900
...
@@ -303,7 +303,7 @@ class SYS_FM_MM : MMArch {
...
@@ -303,7 +303,7 @@ class SYS_FM_MM : MMArch {
bits<32> Inst;
bits<32> Inst;
let Inst{31-26} = 0x0;
let Inst{31-26} = 0x0;
let Inst{25-16} = code_;
let Inst{25-16} = code_;
let Inst{15-6} = 0x22
d
;
let Inst{15-6} = 0x22
b
;
let Inst{5-0} = 0x3c;
let Inst{5-0} = 0x3c;
}
}
...
...
This diff is collapsed.
Click to expand it.
llvm/test/MC/Mips/micromips-control-instructions.s
+
5
−
5
View file @
d0a28900
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#
CHECK
-
EL
:
break
#
encoding
:
[
0x00
,
0x00
,
0x07
,
0x00
]
#
CHECK
-
EL
:
break
#
encoding
:
[
0x00
,
0x00
,
0x07
,
0x00
]
#
CHECK
-
EL
:
break
7
,
0
#
encoding
:
[
0x07
,
0x00
,
0x07
,
0x00
]
#
CHECK
-
EL
:
break
7
,
0
#
encoding
:
[
0x07
,
0x00
,
0x07
,
0x00
]
#
CHECK
-
EL
:
break
7
,
5
#
encoding
:
[
0x07
,
0x00
,
0x47
,
0x01
]
#
CHECK
-
EL
:
break
7
,
5
#
encoding
:
[
0x07
,
0x00
,
0x47
,
0x01
]
#
CHECK
-
EL
:
syscall
#
encoding
:
[
0x00
,
0x00
,
0x
7
c
,
0x8
b
]
#
CHECK
-
EL
:
syscall
#
encoding
:
[
0x00
,
0x00
,
0x
f
c
,
0x8
a
]
#
CHECK
-
EL
:
syscall
396
#
encoding
:
[
0x
8c
,
0x0
1
,
0x
7
c
,
0x8
b
]
#
CHECK
-
EL
:
syscall
13
396
#
encoding
:
[
0x
54
,
0x0
0
,
0x
f
c
,
0x8
a
]
#
CHECK
-
EL
:
eret
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0xf3
]
#
CHECK
-
EL
:
eret
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0xf3
]
#
CHECK
-
EL
:
deret
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0xe3
]
#
CHECK
-
EL
:
deret
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0xe3
]
#
CHECK
-
EL
:
di
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0x47
]
#
CHECK
-
EL
:
di
#
encoding
:
[
0x00
,
0x00
,
0x7c
,
0x47
]
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
#
CHECK
-
EB
:
break
#
encoding
:
[
0x00
,
0x00
,
0x00
,
0x07
]
#
CHECK
-
EB
:
break
#
encoding
:
[
0x00
,
0x00
,
0x00
,
0x07
]
#
CHECK
-
EB
:
break
7
,
0
#
encoding
:
[
0x00
,
0x07
,
0x00
,
0x07
]
#
CHECK
-
EB
:
break
7
,
0
#
encoding
:
[
0x00
,
0x07
,
0x00
,
0x07
]
#
CHECK
-
EB
:
break
7
,
5
#
encoding
:
[
0x00
,
0x07
,
0x01
,
0x47
]
#
CHECK
-
EB
:
break
7
,
5
#
encoding
:
[
0x00
,
0x07
,
0x01
,
0x47
]
#
CHECK
-
EB
:
syscall
#
encoding
:
[
0x00
,
0x00
,
0x8
b
,
0x
7
c
]
#
CHECK
-
EB
:
syscall
#
encoding
:
[
0x00
,
0x00
,
0x8
a
,
0x
f
c
]
#
CHECK
-
EB
:
syscall
396
#
encoding
:
[
0x0
1
,
0x
8c
,
0x8
b
,
0x
7
c
]
#
CHECK
-
EB
:
syscall
13
396
#
encoding
:
[
0x0
0
,
0x
54
,
0x8
a
,
0x
f
c
]
#
CHECK
-
EB
:
eret
#
encoding
:
[
0x00
,
0x00
,
0xf3
,
0x7c
]
#
CHECK
-
EB
:
eret
#
encoding
:
[
0x00
,
0x00
,
0xf3
,
0x7c
]
#
CHECK
-
EB
:
deret
#
encoding
:
[
0x00
,
0x00
,
0xe3
,
0x7c
]
#
CHECK
-
EB
:
deret
#
encoding
:
[
0x00
,
0x00
,
0xe3
,
0x7c
]
#
CHECK
-
EB
:
di
#
encoding
:
[
0x00
,
0x00
,
0x47
,
0x7c
]
#
CHECK
-
EB
:
di
#
encoding
:
[
0x00
,
0x00
,
0x47
,
0x7c
]
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
break
7
break
7
break
7
,
5
break
7
,
5
syscall
syscall
syscall
0x
18c
syscall
0x
3454
eret
eret
deret
deret
di
di
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment