commit | 165f2d2858013253042809df082b8df7e34e86d7 | [log] [tgz] |
---|---|---|
author | Liu Yibin <jiulong@linux.alibaba.com> | Tue Apr 21 15:56:28 2020 +0800 |
committer | Guo Ren <guoren@linux.alibaba.com> | Wed May 13 17:55:05 2020 +0800 |
tree | aeccca734fe97d89105a3674fc30d7355e6581fe | |
parent | c2e59d1f4df8783856a4e6a05a7d4a76d7cf7082 [diff] |
csky: Fixup msa highest 3 bits mask Just as comment mentioned, the msa format: cr<30/31, 15> MSA register format: 31 - 29 | 28 - 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 BA Reserved SH WA B SO SEC C D V So we should shift 29 bits not 28 bits for mask Signed-off-by: Liu Yibin <jiulong@linux.alibaba.com> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>