In jadx I see the code
int i14 = (i11 >>> (-16)) | (i11 << 16);
I thought the decompiler wrong do. But in smali code is the same one.
ushr-int/lit8 v0, v0, -0x10
Can somebody from you explain to me what doing this expression? And how it to short.