summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/vsib2-err.asm
blob: 7e3ac55e6db7df294b61dd987c3cde73e7120b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; Errors caught during EA checking

[bits 32]
vpgatherqq ymm0,[ymm0+ecx*2],ymm0

[bits 64]
addpd xmm0,[xmm0] ; not a VSIB128 template
addpd xmm0,[ymm0] ; not a VSIB256 template

[bits 32]
vpgatherdq xmm0,[bp+xmm0],xmm0

vpgatherdq xmm0,[xmm0+ymm0],xmm0

vpgatherqq ymm0,[word ymm0],ymm0

vpgatherqq ymm0,[byte ymm0],ymm0