1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s
// CHECK: aaddq %r9, 268435456(%rbp,%r14,8)
// CHECK: encoding: [0x4e,0x0f,0x38,0xfc,0x8c,0xf5,0x00,0x00,0x00,0x10]
aaddq %r9, 268435456(%rbp,%r14,8)
// CHECK: aaddq %r9, 291(%r8,%rax,4)
// CHECK: encoding: [0x4d,0x0f,0x38,0xfc,0x8c,0x80,0x23,0x01,0x00,0x00]
aaddq %r9, 291(%r8,%rax,4)
// CHECK: aaddq %r9, (%rip)
// CHECK: encoding: [0x4c,0x0f,0x38,0xfc,0x0d,0x00,0x00,0x00,0x00]
aaddq %r9, (%rip)
// CHECK: aaddq %r9, -512(,%rbp,2)
// CHECK: encoding: [0x4c,0x0f,0x38,0xfc,0x0c,0x6d,0x00,0xfe,0xff,0xff]
aaddq %r9, -512(,%rbp,2)
// CHECK: aaddq %r9, 2032(%rcx)
// CHECK: encoding: [0x4c,0x0f,0x38,0xfc,0x89,0xf0,0x07,0x00,0x00]
aaddq %r9, 2032(%rcx)
// CHECK: aaddq %r9, -2048(%rdx)
// CHECK: encoding: [0x4c,0x0f,0x38,0xfc,0x8a,0x00,0xf8,0xff,0xff]
aaddq %r9, -2048(%rdx)
// CHECK: aaddl %ebx, 268435456(%esp,%esi,8)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
aaddl %ebx, 268435456(%esp,%esi,8)
// CHECK: aaddl %ebx, 291(%edi,%eax,4)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
aaddl %ebx, 291(%edi,%eax,4)
// CHECK: aaddl %ebx, (%eax)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x18]
aaddl %ebx, (%eax)
// CHECK: aaddl %ebx, -512(,%ebp,2)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
aaddl %ebx, -512(,%ebp,2)
// CHECK: aaddl %ebx, 2032(%ecx)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
aaddl %ebx, 2032(%ecx)
// CHECK: aaddl %ebx, -2048(%edx)
// CHECK: encoding: [0x67,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
aaddl %ebx, -2048(%edx)
// CHECK: aandq %r9, 268435456(%rbp,%r14,8)
// CHECK: encoding: [0x66,0x4e,0x0f,0x38,0xfc,0x8c,0xf5,0x00,0x00,0x00,0x10]
aandq %r9, 268435456(%rbp,%r14,8)
// CHECK: aandq %r9, 291(%r8,%rax,4)
// CHECK: encoding: [0x66,0x4d,0x0f,0x38,0xfc,0x8c,0x80,0x23,0x01,0x00,0x00]
aandq %r9, 291(%r8,%rax,4)
// CHECK: aandq %r9, (%rip)
// CHECK: encoding: [0x66,0x4c,0x0f,0x38,0xfc,0x0d,0x00,0x00,0x00,0x00]
aandq %r9, (%rip)
// CHECK: aandq %r9, -512(,%rbp,2)
// CHECK: encoding: [0x66,0x4c,0x0f,0x38,0xfc,0x0c,0x6d,0x00,0xfe,0xff,0xff]
aandq %r9, -512(,%rbp,2)
// CHECK: aandq %r9, 2032(%rcx)
// CHECK: encoding: [0x66,0x4c,0x0f,0x38,0xfc,0x89,0xf0,0x07,0x00,0x00]
aandq %r9, 2032(%rcx)
// CHECK: aandq %r9, -2048(%rdx)
// CHECK: encoding: [0x66,0x4c,0x0f,0x38,0xfc,0x8a,0x00,0xf8,0xff,0xff]
aandq %r9, -2048(%rdx)
// CHECK: aandl %ebx, 268435456(%esp,%esi,8)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
aandl %ebx, 268435456(%esp,%esi,8)
// CHECK: aandl %ebx, 291(%edi,%eax,4)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
aandl %ebx, 291(%edi,%eax,4)
// CHECK: aandl %ebx, (%eax)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x18]
aandl %ebx, (%eax)
// CHECK: aandl %ebx, -512(,%ebp,2)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
aandl %ebx, -512(,%ebp,2)
// CHECK: aandl %ebx, 2032(%ecx)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
aandl %ebx, 2032(%ecx)
// CHECK: aandl %ebx, -2048(%edx)
// CHECK: encoding: [0x67,0x66,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
aandl %ebx, -2048(%edx)
// CHECK: aorq %r9, 268435456(%rbp,%r14,8)
// CHECK: encoding: [0xf2,0x4e,0x0f,0x38,0xfc,0x8c,0xf5,0x00,0x00,0x00,0x10]
aorq %r9, 268435456(%rbp,%r14,8)
// CHECK: aorq %r9, 291(%r8,%rax,4)
// CHECK: encoding: [0xf2,0x4d,0x0f,0x38,0xfc,0x8c,0x80,0x23,0x01,0x00,0x00]
aorq %r9, 291(%r8,%rax,4)
// CHECK: aorq %r9, (%rip)
// CHECK: encoding: [0xf2,0x4c,0x0f,0x38,0xfc,0x0d,0x00,0x00,0x00,0x00]
aorq %r9, (%rip)
// CHECK: aorq %r9, -512(,%rbp,2)
// CHECK: encoding: [0xf2,0x4c,0x0f,0x38,0xfc,0x0c,0x6d,0x00,0xfe,0xff,0xff]
aorq %r9, -512(,%rbp,2)
// CHECK: aorq %r9, 2032(%rcx)
// CHECK: encoding: [0xf2,0x4c,0x0f,0x38,0xfc,0x89,0xf0,0x07,0x00,0x00]
aorq %r9, 2032(%rcx)
// CHECK: aorq %r9, -2048(%rdx)
// CHECK: encoding: [0xf2,0x4c,0x0f,0x38,0xfc,0x8a,0x00,0xf8,0xff,0xff]
aorq %r9, -2048(%rdx)
// CHECK: aorl %ebx, 268435456(%esp,%esi,8)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
aorl %ebx, 268435456(%esp,%esi,8)
// CHECK: aorl %ebx, 291(%edi,%eax,4)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
aorl %ebx, 291(%edi,%eax,4)
// CHECK: aorl %ebx, (%eax)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x18]
aorl %ebx, (%eax)
// CHECK: aorl %ebx, -512(,%ebp,2)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
aorl %ebx, -512(,%ebp,2)
// CHECK: aorl %ebx, 2032(%ecx)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
aorl %ebx, 2032(%ecx)
// CHECK: aorl %ebx, -2048(%edx)
// CHECK: encoding: [0x67,0xf2,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
aorl %ebx, -2048(%edx)
// CHECK: axorq %r9, 268435456(%rbp,%r14,8)
// CHECK: encoding: [0xf3,0x4e,0x0f,0x38,0xfc,0x8c,0xf5,0x00,0x00,0x00,0x10]
axorq %r9, 268435456(%rbp,%r14,8)
// CHECK: axorq %r9, 291(%r8,%rax,4)
// CHECK: encoding: [0xf3,0x4d,0x0f,0x38,0xfc,0x8c,0x80,0x23,0x01,0x00,0x00]
axorq %r9, 291(%r8,%rax,4)
// CHECK: axorq %r9, (%rip)
// CHECK: encoding: [0xf3,0x4c,0x0f,0x38,0xfc,0x0d,0x00,0x00,0x00,0x00]
axorq %r9, (%rip)
// CHECK: axorq %r9, -512(,%rbp,2)
// CHECK: encoding: [0xf3,0x4c,0x0f,0x38,0xfc,0x0c,0x6d,0x00,0xfe,0xff,0xff]
axorq %r9, -512(,%rbp,2)
// CHECK: axorq %r9, 2032(%rcx)
// CHECK: encoding: [0xf3,0x4c,0x0f,0x38,0xfc,0x89,0xf0,0x07,0x00,0x00]
axorq %r9, 2032(%rcx)
// CHECK: axorq %r9, -2048(%rdx)
// CHECK: encoding: [0xf3,0x4c,0x0f,0x38,0xfc,0x8a,0x00,0xf8,0xff,0xff]
axorq %r9, -2048(%rdx)
// CHECK: axorl %ebx, 268435456(%esp,%esi,8)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x9c,0xf4,0x00,0x00,0x00,0x10]
axorl %ebx, 268435456(%esp,%esi,8)
// CHECK: axorl %ebx, 291(%edi,%eax,4)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x9c,0x87,0x23,0x01,0x00,0x00]
axorl %ebx, 291(%edi,%eax,4)
// CHECK: axorl %ebx, (%eax)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x18]
axorl %ebx, (%eax)
// CHECK: axorl %ebx, -512(,%ebp,2)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x1c,0x6d,0x00,0xfe,0xff,0xff]
axorl %ebx, -512(,%ebp,2)
// CHECK: axorl %ebx, 2032(%ecx)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x99,0xf0,0x07,0x00,0x00]
axorl %ebx, 2032(%ecx)
// CHECK: axorl %ebx, -2048(%edx)
// CHECK: encoding: [0x67,0xf3,0x0f,0x38,0xfc,0x9a,0x00,0xf8,0xff,0xff]
axorl %ebx, -2048(%edx)
|