[ARM64] Scaled fixed-point FCVTZSs should also have bit 29 set to zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bradley Smith 2014-04-09 14:43:27 +00:00
parent 98422af96f
commit 90c8a50b62

View File

@ -3071,7 +3071,7 @@ class BaseFPToInteger<bits<2> type, bits<2> rmode, bits<3> opcode,
bits<5> Rd;
bits<5> Rn;
bits<6> scale;
let Inst{30} = 0;
let Inst{30-29} = 0b00;
let Inst{28-24} = 0b11110;
let Inst{23-22} = type;
let Inst{21} = 0;