ARM: Fix small bug with vcvt instruction
This commit is contained in:
parent
0dffd35741
commit
632cf8dd80
1 changed files with 2 additions and 2 deletions
|
@ -2349,8 +2349,8 @@ let {{
|
|||
case 0x7:
|
||||
if (opc3 == 0x3) {
|
||||
if (single) {
|
||||
vm = (IntRegIndex)(bits(machInst, 5) |
|
||||
(bits(machInst, 3, 0) << 1));
|
||||
vd = (IntRegIndex)((bits(machInst, 22) << 5) |
|
||||
(bits(machInst, 15, 12) << 1));
|
||||
return new VcvtFpSFpD(machInst, vd, vm);
|
||||
} else {
|
||||
vd = (IntRegIndex)(bits(machInst, 22) |
|
||||
|
|
Loading…
Reference in a new issue