bitfieldManipulate is used in the AArch64 namespace to provide the core functionality for (U|S)BFM instructions. However, unlike those instructions bitfieldManipulate does not correctly ensure the value of imms and immr meet the bound requirements set by the width of data type T.
bitfieldManipulate
is used in the AArch64 namespace to provide the core functionality for (U|S)BFM instructions. However, unlike those instructionsbitfieldManipulate
does not correctly ensure the value of imms and immr meet the bound requirements set by the width of data type T.