Warning 2461: Why Immediate value (*) should not exceed 7 raised for shufps?
Posted: 17 Nov 2024 20:06
Hi!
Strange warning appear in attempt to use shufps:
|000000E4:66490F6ED8 | movq xmm3, r8
|000000E9:66480F6EE0 | movq xmm4, rax
|000000EE:0FC6DC11 | shufps xmm3,xmm4,00010001b
|## W2461 Immediate value (17) should not exceed 7.
|000000F2: |
In my humble understanding such mask is valid for shufps and this should not exceed 255, but not 7, or did I missing something?
Andrey.
Strange warning appear in attempt to use shufps:
|000000E4:66490F6ED8 | movq xmm3, r8
|000000E9:66480F6EE0 | movq xmm4, rax
|000000EE:0FC6DC11 | shufps xmm3,xmm4,00010001b
|## W2461 Immediate value (17) should not exceed 7.
|000000F2: |
In my humble understanding such mask is valid for shufps and this should not exceed 255, but not 7, or did I missing something?
Andrey.