In an assembler instruction like
movi v30.2S, #0x3c, msl #0x8
msl will cause that the value 0x3cff
(value is shifted left and ones are inserted at the bottom) is moved to the target but what does MSL stand for? For example LSL stands for "Logical Shift Left".