projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9691439
)
The name should really be `simm11' to follow the naming convention, but this has
author
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 16 Jul 2003 20:27:44 +0000
(20:27 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 16 Jul 2003 20:27:44 +0000
(20:27 +0000)
no change in functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7184
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9_F4.td
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9_F4.td
b/lib/Target/SparcV9/SparcV9_F4.td
index 39b5d9ef49466201cfc530883659ec030461bd53..43711f328771015035ad8619186566771ec42968 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9_F4.td
+++ b/
lib/Target/SparcV9/SparcV9_F4.td
@@
-92,7
+92,7
@@
class F4_3<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
class F4_4<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
string name> : F4_condcc {
- bits<11> sim11;
+ bits<11> sim
m
11;
bits<5> rd;
set op = opVal;
@@
-101,7
+101,7
@@
class F4_4<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
set Name = name;
set Inst{29-25} = rd;
set Inst{13} = 1; // i bit
- set Inst{10-0} = sim11;
+ set Inst{10-0} = sim
m
11;
}
// FIXME: class F4_5