1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

The name should really be `simm11' to follow the naming convention, but this has

no change in functionality.

llvm-svn: 7184
This commit is contained in:
Misha Brukman 2003-07-16 20:27:44 +00:00
parent 75a7bcd904
commit 5a52ebed46

View File

@ -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> simm11;
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} = simm11;
}
// FIXME: class F4_5