Merge pull request from GHSA-7f6x-jwh5-m9r4

Copyright (c) 2022, Arm Limited.
This commit is contained in:
Anton Kirilov
2022-07-20 17:53:56 +01:00
committed by GitHub
parent 2154c63de9
commit 2ba4bce5cc
6 changed files with 167 additions and 53 deletions

View File

@@ -618,6 +618,10 @@ impl MoveWideConst {
})
}
}
pub fn zero() -> MoveWideConst {
MoveWideConst { bits: 0, shift: 0 }
}
}
/// Advanced SIMD modified immediate as used by MOVI/MVNI.