[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / MC / X86 / rao-int-intel.s
blob994cb8eceb968330dd0537cb758a4f74e0e6f892
1 // RUN: llvm-mc -triple i686-unknown-unknown -x86-asm-syntax=intel -output-asm-variant=1 --show-encoding %s | FileCheck %s
3 // CHECK: aadd dword ptr [esp + 8*esi + 268435456], ebx
4 // CHECK: encoding: [0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
5 aadd dword ptr [esp + 8*esi + 268435456], ebx
7 // CHECK: aadd dword ptr [edi + 4*eax + 291], ebx
8 // CHECK: encoding: [0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
9 aadd dword ptr [edi + 4*eax + 291], ebx
11 // CHECK: aadd dword ptr [eax], ebx
12 // CHECK: encoding: [0x0f,0x38,0xfc,0x18]
13 aadd dword ptr [eax], ebx
15 // CHECK: aadd dword ptr [2*ebp - 512], ebx
16 // CHECK: encoding: [0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
17 aadd dword ptr [2*ebp - 512], ebx
19 // CHECK: aadd dword ptr [ecx + 2032], ebx
20 // CHECK: encoding: [0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
21 aadd dword ptr [ecx + 2032], ebx
23 // CHECK: aadd dword ptr [edx - 2048], ebx
24 // CHECK: encoding: [0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
25 aadd dword ptr [edx - 2048], ebx
27 // CHECK: aand dword ptr [esp + 8*esi + 268435456], ebx
28 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
29 aand dword ptr [esp + 8*esi + 268435456], ebx
31 // CHECK: aand dword ptr [edi + 4*eax + 291], ebx
32 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
33 aand dword ptr [edi + 4*eax + 291], ebx
35 // CHECK: aand dword ptr [eax], ebx
36 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x18]
37 aand dword ptr [eax], ebx
39 // CHECK: aand dword ptr [2*ebp - 512], ebx
40 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
41 aand dword ptr [2*ebp - 512], ebx
43 // CHECK: aand dword ptr [ecx + 2032], ebx
44 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
45 aand dword ptr [ecx + 2032], ebx
47 // CHECK: aand dword ptr [edx - 2048], ebx
48 // CHECK: encoding: [0x66,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
49 aand dword ptr [edx - 2048], ebx
51 // CHECK: aor dword ptr [esp + 8*esi + 268435456], ebx
52 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
53 aor dword ptr [esp + 8*esi + 268435456], ebx
55 // CHECK: aor dword ptr [edi + 4*eax + 291], ebx
56 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
57 aor dword ptr [edi + 4*eax + 291], ebx
59 // CHECK: aor dword ptr [eax], ebx
60 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x18]
61 aor dword ptr [eax], ebx
63 // CHECK: aor dword ptr [2*ebp - 512], ebx
64 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
65 aor dword ptr [2*ebp - 512], ebx
67 // CHECK: aor dword ptr [ecx + 2032], ebx
68 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
69 aor dword ptr [ecx + 2032], ebx
71 // CHECK: aor dword ptr [edx - 2048], ebx
72 // CHECK: encoding: [0xf2,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
73 aor dword ptr [edx - 2048], ebx
75 // CHECK: axor dword ptr [esp + 8*esi + 268435456], ebx
76 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
77 axor dword ptr [esp + 8*esi + 268435456], ebx
79 // CHECK: axor dword ptr [edi + 4*eax + 291], ebx
80 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
81 axor dword ptr [edi + 4*eax + 291], ebx
83 // CHECK: axor dword ptr [eax], ebx
84 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x18]
85 axor dword ptr [eax], ebx
87 // CHECK: axor dword ptr [2*ebp - 512], ebx
88 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
89 axor dword ptr [2*ebp - 512], ebx
91 // CHECK: axor dword ptr [ecx + 2032], ebx
92 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
93 axor dword ptr [ecx + 2032], ebx
95 // CHECK: axor dword ptr [edx - 2048], ebx
96 // CHECK: encoding: [0xf3,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
97 axor dword ptr [edx - 2048], ebx