1 #source: ../x86-64-opcode.s 2 #as: -J 3 #objdump: -drw 4 #name: x86-64 (ILP32) opcode 5 6 .*: +file format .* 7 8 Disassembly of section .text: 9 10 0+ <.text>: 11 [ ]*[a-f0-9]+: 41 ff 10 callq \*\(%r8\) 12 [ ]*[a-f0-9]+: ff 10 callq \*\(%rax\) 13 [ ]*[a-f0-9]+: 41 ff 10 callq \*\(%r8\) 14 [ ]*[a-f0-9]+: ff 10 callq \*\(%rax\) 15 [ ]*[a-f0-9]+: cb lret 16 [ ]*[a-f0-9]+: c3 retq 17 [ ]*[a-f0-9]+: cf iret 18 [ ]*[a-f0-9]+: 66 cf iretw 19 [ ]*[a-f0-9]+: 48 cf iretq 20 [ ]*[a-f0-9]+: 41 8c 08 mov %cs,\(%r8\) 21 [ ]*[a-f0-9]+: 8c 08 mov %cs,\(%rax\) 22 [ ]*[a-f0-9]+: 41 8c 10 mov %ss,\(%r8\) 23 [ ]*[a-f0-9]+: 8c 10 mov %ss,\(%rax\) 24 [ ]*[a-f0-9]+: 41 8c 20 mov %fs,\(%r8\) 25 [ ]*[a-f0-9]+: 8c 20 mov %fs,\(%rax\) 26 [ ]*[a-f0-9]+: 41 8e 10 mov \(%r8\),%ss 27 [ ]*[a-f0-9]+: 8e 10 mov \(%rax\),%ss 28 [ ]*[a-f0-9]+: 41 8e 20 mov \(%r8\),%fs 29 [ ]*[a-f0-9]+: 8e 20 mov \(%rax\),%fs 30 [ ]*[a-f0-9]+: 41 c6 00 00 movb \$0x0,\(%r8\) 31 [ ]*[a-f0-9]+: c6 00 00 movb \$0x0,\(%rax\) 32 [ ]*[a-f0-9]+: 66 41 c7 00 00 70 movw \$0x7000,\(%r8\) 33 [ ]*[a-f0-9]+: 66 c7 00 00 70 movw \$0x7000,\(%rax\) 34 [ ]*[a-f0-9]+: 41 c7 00 00 00 00 70 movl \$0x70000000,\(%r8\) 35 [ ]*[a-f0-9]+: c7 00 00 00 00 70 movl \$0x70000000,\(%rax\) 36 [ ]*[a-f0-9]+: 41 c6 00 00 movb \$0x0,\(%r8\) 37 [ ]*[a-f0-9]+: c6 00 00 movb \$0x0,\(%rax\) 38 [ ]*[a-f0-9]+: 66 41 c7 00 00 70 movw \$0x7000,\(%r8\) 39 [ ]*[a-f0-9]+: 66 c7 00 00 70 movw \$0x7000,\(%rax\) 40 [ ]*[a-f0-9]+: c7 00 00 00 00 70 movl \$0x70000000,\(%rax\) 41 [ ]*[a-f0-9]+: 41 c6 00 00 movb \$0x0,\(%r8\) 42 [ ]*[a-f0-9]+: c6 00 00 movb \$0x0,\(%rax\) 43 [ ]*[a-f0-9]+: 66 41 c7 00 00 70 movw \$0x7000,\(%r8\) 44 [ ]*[a-f0-9]+: 66 c7 00 00 70 movw \$0x7000,\(%rax\) 45 [ ]*[a-f0-9]+: 41 c7 00 00 00 00 70 movl \$0x70000000,\(%r8\) 46 [ ]*[a-f0-9]+: c7 00 00 00 00 70 movl \$0x70000000,\(%rax\) 47 [ ]*[a-f0-9]+: 49 c7 00 00 00 00 70 movq \$0x70000000,\(%r8\) 48 [ ]*[a-f0-9]+: 48 c7 00 00 00 00 70 movq \$0x70000000,\(%rax\) 49 [ ]*[a-f0-9]+: 41 0f c3 00 movnti %eax,\(%r8\) 50 [ ]*[a-f0-9]+: 0f c3 00 movnti %eax,\(%rax\) 51 [ ]*[a-f0-9]+: 49 0f c3 00 movnti %rax,\(%r8\) 52 [ ]*[a-f0-9]+: 48 0f c3 00 movnti %rax,\(%rax\) 53 [ ]*[a-f0-9]+: 4d 0f c3 00 movnti %r8,\(%r8\) 54 [ ]*[a-f0-9]+: 4c 0f c3 00 movnti %r8,\(%rax\) 55 [ ]*[a-f0-9]+: e2 fe loop 0x[0-9a-f]+ 56 [ ]*[a-f0-9]+: e2 fe loop 0x[0-9a-f]+ 57 [ ]*[a-f0-9]+: 67 e2 fd loopl 0x[0-9a-f]+ 58 [ ]*[a-f0-9]+: e3 fe jrcxz 0x[0-9a-f]+ 59 [ ]*[a-f0-9]+: 67 e3 fd jecxz 0x[0-9a-f]+ 60 [ ]*[a-f0-9]+: 41 f6 38 idivb \(%r8\) 61 [ ]*[a-f0-9]+: f6 38 idivb \(%rax\) 62 [ ]*[a-f0-9]+: 66 41 f7 38 idivw \(%r8\) 63 [ ]*[a-f0-9]+: 66 f7 38 idivw \(%rax\) 64 [ ]*[a-f0-9]+: 41 f7 38 idivl \(%r8\) 65 [ ]*[a-f0-9]+: f7 38 idivl \(%rax\) 66 [ ]*[a-f0-9]+: 49 f7 38 idivq \(%r8\) 67 [ ]*[a-f0-9]+: 48 f7 38 idivq \(%rax\) 68 [ ]*[a-f0-9]+: 41 f6 28 imulb \(%r8\) 69 [ ]*[a-f0-9]+: f6 28 imulb \(%rax\) 70 [ ]*[a-f0-9]+: 66 41 f7 28 imulw \(%r8\) 71 [ ]*[a-f0-9]+: 66 f7 28 imulw \(%rax\) 72 [ ]*[a-f0-9]+: 41 f7 28 imull \(%r8\) 73 [ ]*[a-f0-9]+: f7 28 imull \(%rax\) 74 [ ]*[a-f0-9]+: 49 f7 28 imulq \(%r8\) 75 [ ]*[a-f0-9]+: 48 f7 28 imulq \(%rax\) 76 [ ]*[a-f0-9]+: 66 41 0f 58 00 addpd \(%r8\),%xmm0 77 [ ]*[a-f0-9]+: 66 0f 58 00 addpd \(%rax\),%xmm0 78 [ ]*[a-f0-9]+: 66 45 0f 58 38 addpd \(%r8\),%xmm15 79 [ ]*[a-f0-9]+: 66 44 0f 58 38 addpd \(%rax\),%xmm15 80 [ ]*[a-f0-9]+: 66 45 0f 58 00 addpd \(%r8\),%xmm8 81 [ ]*[a-f0-9]+: 66 44 0f 58 00 addpd \(%rax\),%xmm8 82 [ ]*[a-f0-9]+: 66 41 0f 58 38 addpd \(%r8\),%xmm7 83 [ ]*[a-f0-9]+: 66 0f 58 38 addpd \(%rax\),%xmm7 84 [ ]*[a-f0-9]+: 66 0f 58 c0 addpd %xmm0,%xmm0 85 [ ]*[a-f0-9]+: 66 45 0f 58 ff addpd %xmm15,%xmm15 86 [ ]*[a-f0-9]+: 66 45 0f 58 c7 addpd %xmm15,%xmm8 87 [ ]*[a-f0-9]+: f2 49 0f 2d 00 cvtsd2si \(%r8\),%rax 88 [ ]*[a-f0-9]+: f2 48 0f 2d 00 cvtsd2si \(%rax\),%rax 89 [ ]*[a-f0-9]+: f2 4d 0f 2d 00 cvtsd2si \(%r8\),%r8 90 [ ]*[a-f0-9]+: f2 4c 0f 2d 00 cvtsd2si \(%rax\),%r8 91 [ ]*[a-f0-9]+: f2 48 0f 2d c0 cvtsd2si %xmm0,%rax 92 [ ]*[a-f0-9]+: f2 4d 0f 2d c7 cvtsd2si %xmm15,%r8 93 [ ]*[a-f0-9]+: f2 49 0f 2d c7 cvtsd2si %xmm15,%rax 94 [ ]*[a-f0-9]+: f2 4d 0f 2d c0 cvtsd2si %xmm8,%r8 95 [ ]*[a-f0-9]+: f2 49 0f 2d c0 cvtsd2si %xmm8,%rax 96 [ ]*[a-f0-9]+: f2 4c 0f 2d c7 cvtsd2si %xmm7,%r8 97 [ ]*[a-f0-9]+: f2 48 0f 2d c7 cvtsd2si %xmm7,%rax 98 [ ]*[a-f0-9]+: f2 4c 0f 2d c0 cvtsd2si %xmm0,%r8 99 [ ]*[a-f0-9]+: f2 49 0f 2c 00 cvttsd2si \(%r8\),%rax 100 [ ]*[a-f0-9]+: f2 48 0f 2c 00 cvttsd2si \(%rax\),%rax 101 [ ]*[a-f0-9]+: f2 4d 0f 2c 00 cvttsd2si \(%r8\),%r8 102 [ ]*[a-f0-9]+: f2 4c 0f 2c 00 cvttsd2si \(%rax\),%r8 103 [ ]*[a-f0-9]+: f2 48 0f 2c c0 cvttsd2si %xmm0,%rax 104 [ ]*[a-f0-9]+: f2 4d 0f 2c c7 cvttsd2si %xmm15,%r8 105 [ ]*[a-f0-9]+: f2 49 0f 2c c7 cvttsd2si %xmm15,%rax 106 [ ]*[a-f0-9]+: f2 4d 0f 2c c0 cvttsd2si %xmm8,%r8 107 [ ]*[a-f0-9]+: f2 49 0f 2c c0 cvttsd2si %xmm8,%rax 108 [ ]*[a-f0-9]+: f2 4c 0f 2c c7 cvttsd2si %xmm7,%r8 109 [ ]*[a-f0-9]+: f2 48 0f 2c c7 cvttsd2si %xmm7,%rax 110 [ ]*[a-f0-9]+: f2 4c 0f 2c c0 cvttsd2si %xmm0,%r8 111 [ ]*[a-f0-9]+: f3 49 0f 2d 00 cvtss2si \(%r8\),%rax 112 [ ]*[a-f0-9]+: f3 48 0f 2d 00 cvtss2si \(%rax\),%rax 113 [ ]*[a-f0-9]+: f3 4d 0f 2d 00 cvtss2si \(%r8\),%r8 114 [ ]*[a-f0-9]+: f3 4c 0f 2d 00 cvtss2si \(%rax\),%r8 115 [ ]*[a-f0-9]+: f3 48 0f 2d c0 cvtss2si %xmm0,%rax 116 [ ]*[a-f0-9]+: f3 4d 0f 2d c7 cvtss2si %xmm15,%r8 117 [ ]*[a-f0-9]+: f3 49 0f 2d c7 cvtss2si %xmm15,%rax 118 [ ]*[a-f0-9]+: f3 4d 0f 2d c0 cvtss2si %xmm8,%r8 119 [ ]*[a-f0-9]+: f3 49 0f 2d c0 cvtss2si %xmm8,%rax 120 [ ]*[a-f0-9]+: f3 4c 0f 2d c7 cvtss2si %xmm7,%r8 121 [ ]*[a-f0-9]+: f3 48 0f 2d c7 cvtss2si %xmm7,%rax 122 [ ]*[a-f0-9]+: f3 4c 0f 2d c0 cvtss2si %xmm0,%r8 123 [ ]*[a-f0-9]+: f3 49 0f 2c 00 cvttss2si \(%r8\),%rax 124 [ ]*[a-f0-9]+: f3 48 0f 2c 00 cvttss2si \(%rax\),%rax 125 [ ]*[a-f0-9]+: f3 4d 0f 2c 00 cvttss2si \(%r8\),%r8 126 [ ]*[a-f0-9]+: f3 4c 0f 2c 00 cvttss2si \(%rax\),%r8 127 [ ]*[a-f0-9]+: f3 48 0f 2c c0 cvttss2si %xmm0,%rax 128 [ ]*[a-f0-9]+: f3 4d 0f 2c c7 cvttss2si %xmm15,%r8 129 [ ]*[a-f0-9]+: f3 49 0f 2c c7 cvttss2si %xmm15,%rax 130 [ ]*[a-f0-9]+: f3 4d 0f 2c c0 cvttss2si %xmm8,%r8 131 [ ]*[a-f0-9]+: f3 49 0f 2c c0 cvttss2si %xmm8,%rax 132 [ ]*[a-f0-9]+: f3 4c 0f 2c c7 cvttss2si %xmm7,%r8 133 [ ]*[a-f0-9]+: f3 48 0f 2c c7 cvttss2si %xmm7,%rax 134 [ ]*[a-f0-9]+: f3 4c 0f 2c c0 cvttss2si %xmm0,%r8 135 [ ]*[a-f0-9]+: f3 41 0f 2a 00 cvtsi2ssl \(%r8\),%xmm0 136 [ ]*[a-f0-9]+: f3 0f 2a 00 cvtsi2ssl \(%rax\),%xmm0 137 [ ]*[a-f0-9]+: f3 45 0f 2a 38 cvtsi2ssl \(%r8\),%xmm15 138 [ ]*[a-f0-9]+: f3 44 0f 2a 38 cvtsi2ssl \(%rax\),%xmm15 139 [ ]*[a-f0-9]+: f3 45 0f 2a 00 cvtsi2ssl \(%r8\),%xmm8 140 [ ]*[a-f0-9]+: f3 44 0f 2a 00 cvtsi2ssl \(%rax\),%xmm8 141 [ ]*[a-f0-9]+: f3 41 0f 2a 38 cvtsi2ssl \(%r8\),%xmm7 142 [ ]*[a-f0-9]+: f3 0f 2a 38 cvtsi2ssl \(%rax\),%xmm7 143 [ ]*[a-f0-9]+: f3 0f 2a c0 cvtsi2ss %eax,%xmm0 144 [ ]*[a-f0-9]+: f3 44 0f 2a f8 cvtsi2ss %eax,%xmm15 145 [ ]*[a-f0-9]+: f3 44 0f 2a c0 cvtsi2ss %eax,%xmm8 146 [ ]*[a-f0-9]+: f3 0f 2a f8 cvtsi2ss %eax,%xmm7 147 [ ]*[a-f0-9]+: f3 41 0f 2a 00 cvtsi2ssl \(%r8\),%xmm0 148 [ ]*[a-f0-9]+: f3 0f 2a 00 cvtsi2ssl \(%rax\),%xmm0 149 [ ]*[a-f0-9]+: f3 45 0f 2a 38 cvtsi2ssl \(%r8\),%xmm15 150 [ ]*[a-f0-9]+: f3 44 0f 2a 38 cvtsi2ssl \(%rax\),%xmm15 151 [ ]*[a-f0-9]+: f3 45 0f 2a 00 cvtsi2ssl \(%r8\),%xmm8 152 [ ]*[a-f0-9]+: f3 44 0f 2a 00 cvtsi2ssl \(%rax\),%xmm8 153 [ ]*[a-f0-9]+: f3 41 0f 2a 38 cvtsi2ssl \(%r8\),%xmm7 154 [ ]*[a-f0-9]+: f3 0f 2a 38 cvtsi2ssl \(%rax\),%xmm7 155 [ ]*[a-f0-9]+: f2 41 0f 2a 00 cvtsi2sdl \(%r8\),%xmm0 156 [ ]*[a-f0-9]+: f2 0f 2a 00 cvtsi2sdl \(%rax\),%xmm0 157 [ ]*[a-f0-9]+: f2 45 0f 2a 38 cvtsi2sdl \(%r8\),%xmm15 158 [ ]*[a-f0-9]+: f2 44 0f 2a 38 cvtsi2sdl \(%rax\),%xmm15 159 [ ]*[a-f0-9]+: f2 45 0f 2a 00 cvtsi2sdl \(%r8\),%xmm8 160 [ ]*[a-f0-9]+: f2 44 0f 2a 00 cvtsi2sdl \(%rax\),%xmm8 161 [ ]*[a-f0-9]+: f2 41 0f 2a 38 cvtsi2sdl \(%r8\),%xmm7 162 [ ]*[a-f0-9]+: f2 0f 2a 38 cvtsi2sdl \(%rax\),%xmm7 163 [ ]*[a-f0-9]+: f2 0f 2a c0 cvtsi2sd %eax,%xmm0 164 [ ]*[a-f0-9]+: f2 44 0f 2a f8 cvtsi2sd %eax,%xmm15 165 [ ]*[a-f0-9]+: f2 44 0f 2a c0 cvtsi2sd %eax,%xmm8 166 [ ]*[a-f0-9]+: f2 0f 2a f8 cvtsi2sd %eax,%xmm7 167 [ ]*[a-f0-9]+: f2 41 0f 2a 00 cvtsi2sdl \(%r8\),%xmm0 168 [ ]*[a-f0-9]+: f2 0f 2a 00 cvtsi2sdl \(%rax\),%xmm0 169 [ ]*[a-f0-9]+: f2 45 0f 2a 38 cvtsi2sdl \(%r8\),%xmm15 170 [ ]*[a-f0-9]+: f2 44 0f 2a 38 cvtsi2sdl \(%rax\),%xmm15 171 [ ]*[a-f0-9]+: f2 45 0f 2a 00 cvtsi2sdl \(%r8\),%xmm8 172 [ ]*[a-f0-9]+: f2 44 0f 2a 00 cvtsi2sdl \(%rax\),%xmm8 173 [ ]*[a-f0-9]+: f2 41 0f 2a 38 cvtsi2sdl \(%r8\),%xmm7 174 [ ]*[a-f0-9]+: f2 0f 2a 38 cvtsi2sdl \(%rax\),%xmm7 175 [ ]*[a-f0-9]+: 66 41 0f 6e 00 movd \(%r8\),%xmm0 176 [ ]*[a-f0-9]+: 66 0f 6e 00 movd \(%rax\),%xmm0 177 [ ]*[a-f0-9]+: 66 45 0f 6e 38 movd \(%r8\),%xmm15 178 [ ]*[a-f0-9]+: 66 44 0f 6e 38 movd \(%rax\),%xmm15 179 [ ]*[a-f0-9]+: 66 45 0f 6e 00 movd \(%r8\),%xmm8 180 [ ]*[a-f0-9]+: 66 44 0f 6e 00 movd \(%rax\),%xmm8 181 [ ]*[a-f0-9]+: 66 41 0f 6e 38 movd \(%r8\),%xmm7 182 [ ]*[a-f0-9]+: 66 0f 6e 38 movd \(%rax\),%xmm7 183 [ ]*[a-f0-9]+: 66 0f 6e c0 movd %eax,%xmm0 184 [ ]*[a-f0-9]+: 66 44 0f 6e f8 movd %eax,%xmm15 185 [ ]*[a-f0-9]+: 66 44 0f 6e c0 movd %eax,%xmm8 186 [ ]*[a-f0-9]+: 66 0f 6e f8 movd %eax,%xmm7 187 [ ]*[a-f0-9]+: 66 41 0f 7e 00 movd %xmm0,\(%r8\) 188 [ ]*[a-f0-9]+: 66 0f 7e 00 movd %xmm0,\(%rax\) 189 [ ]*[a-f0-9]+: 66 45 0f 7e 38 movd %xmm15,\(%r8\) 190 [ ]*[a-f0-9]+: 66 44 0f 7e 38 movd %xmm15,\(%rax\) 191 [ ]*[a-f0-9]+: 66 45 0f 7e 00 movd %xmm8,\(%r8\) 192 [ ]*[a-f0-9]+: 66 44 0f 7e 00 movd %xmm8,\(%rax\) 193 [ ]*[a-f0-9]+: 66 41 0f 7e 38 movd %xmm7,\(%r8\) 194 [ ]*[a-f0-9]+: 66 0f 7e 38 movd %xmm7,\(%rax\) 195 [ ]*[a-f0-9]+: 66 0f 7e c0 movd %xmm0,%eax 196 [ ]*[a-f0-9]+: 66 44 0f 7e f8 movd %xmm15,%eax 197 [ ]*[a-f0-9]+: 66 44 0f 7e c0 movd %xmm8,%eax 198 [ ]*[a-f0-9]+: 66 0f 7e f8 movd %xmm7,%eax 199 [ ]*[a-f0-9]+: 66 48 0f 6e c0 movq %rax,%xmm0 200 [ ]*[a-f0-9]+: 66 49 0f 6e c0 movq %r8,%xmm0 201 [ ]*[a-f0-9]+: 66 4d 0f 6e f8 movq %r8,%xmm15 202 [ ]*[a-f0-9]+: 66 48 0f 7e c0 movq %xmm0,%rax 203 [ ]*[a-f0-9]+: 66 49 0f 7e c0 movq %xmm0,%r8 204 [ ]*[a-f0-9]+: 66 49 0f 7e f8 movq %xmm7,%r8 205 [ ]*[a-f0-9]+: f3 41 0f 7e 00 movq \(%r8\),%xmm0 206 [ ]*[a-f0-9]+: f3 0f 7e 00 movq \(%rax\),%xmm0 207 [ ]*[a-f0-9]+: f3 45 0f 7e 38 movq \(%r8\),%xmm15 208 [ ]*[a-f0-9]+: f3 44 0f 7e 38 movq \(%rax\),%xmm15 209 [ ]*[a-f0-9]+: f3 45 0f 7e 00 movq \(%r8\),%xmm8 210 [ ]*[a-f0-9]+: f3 44 0f 7e 00 movq \(%rax\),%xmm8 211 [ ]*[a-f0-9]+: f3 41 0f 7e 38 movq \(%r8\),%xmm7 212 [ ]*[a-f0-9]+: f3 0f 7e 38 movq \(%rax\),%xmm7 213 [ ]*[a-f0-9]+: f3 0f 7e c0 movq %xmm0,%xmm0 214 [ ]*[a-f0-9]+: f3 45 0f 7e ff movq %xmm15,%xmm15 215 [ ]*[a-f0-9]+: f3 45 0f 7e c7 movq %xmm15,%xmm8 216 [ ]*[a-f0-9]+: f3 41 0f 7e ff movq %xmm15,%xmm7 217 [ ]*[a-f0-9]+: f3 41 0f 7e c7 movq %xmm15,%xmm0 218 [ ]*[a-f0-9]+: f3 45 0f 7e f8 movq %xmm8,%xmm15 219 [ ]*[a-f0-9]+: f3 45 0f 7e c0 movq %xmm8,%xmm8 220 [ ]*[a-f0-9]+: f3 41 0f 7e f8 movq %xmm8,%xmm7 221 [ ]*[a-f0-9]+: f3 41 0f 7e c0 movq %xmm8,%xmm0 222 [ ]*[a-f0-9]+: f3 44 0f 7e ff movq %xmm7,%xmm15 223 [ ]*[a-f0-9]+: f3 44 0f 7e c7 movq %xmm7,%xmm8 224 [ ]*[a-f0-9]+: f3 0f 7e ff movq %xmm7,%xmm7 225 [ ]*[a-f0-9]+: f3 0f 7e c7 movq %xmm7,%xmm0 226 [ ]*[a-f0-9]+: f3 44 0f 7e f8 movq %xmm0,%xmm15 227 [ ]*[a-f0-9]+: f3 44 0f 7e c0 movq %xmm0,%xmm8 228 [ ]*[a-f0-9]+: f3 0f 7e f8 movq %xmm0,%xmm7 229 [ ]*[a-f0-9]+: 66 41 0f d6 00 movq %xmm0,\(%r8\) 230 [ ]*[a-f0-9]+: 66 0f d6 00 movq %xmm0,\(%rax\) 231 [ ]*[a-f0-9]+: 66 45 0f d6 38 movq %xmm15,\(%r8\) 232 [ ]*[a-f0-9]+: 66 44 0f d6 38 movq %xmm15,\(%rax\) 233 [ ]*[a-f0-9]+: 66 45 0f d6 00 movq %xmm8,\(%r8\) 234 [ ]*[a-f0-9]+: 66 44 0f d6 00 movq %xmm8,\(%rax\) 235 [ ]*[a-f0-9]+: 66 41 0f d6 38 movq %xmm7,\(%r8\) 236 [ ]*[a-f0-9]+: 41 0f 6e 00 movd \(%r8\),%mm0 237 [ ]*[a-f0-9]+: 0f 6e 00 movd \(%rax\),%mm0 238 [ ]*[a-f0-9]+: 41 0f 6e 38 movd \(%r8\),%mm7 239 [ ]*[a-f0-9]+: 0f 6e 38 movd \(%rax\),%mm7 240 [ ]*[a-f0-9]+: 0f 6e c0 movd %eax,%mm0 241 [ ]*[a-f0-9]+: 0f 6e f8 movd %eax,%mm7 242 [ ]*[a-f0-9]+: 41 0f 7e 00 movd %mm0,\(%r8\) 243 [ ]*[a-f0-9]+: 0f 7e 00 movd %mm0,\(%rax\) 244 [ ]*[a-f0-9]+: 41 0f 7e 38 movd %mm7,\(%r8\) 245 [ ]*[a-f0-9]+: 0f 7e 38 movd %mm7,\(%rax\) 246 [ ]*[a-f0-9]+: 0f 7e c0 movd %mm0,%eax 247 [ ]*[a-f0-9]+: 0f 7e f8 movd %mm7,%eax 248 [ ]*[a-f0-9]+: 41 0f 6f 00 movq \(%r8\),%mm0 249 [ ]*[a-f0-9]+: 0f 6f 00 movq \(%rax\),%mm0 250 [ ]*[a-f0-9]+: 41 0f 6f 38 movq \(%r8\),%mm7 251 [ ]*[a-f0-9]+: 0f 6f 38 movq \(%rax\),%mm7 252 [ ]*[a-f0-9]+: 41 0f 7f 00 movq %mm0,\(%r8\) 253 [ ]*[a-f0-9]+: 0f 7f 00 movq %mm0,\(%rax\) 254 [ ]*[a-f0-9]+: 41 0f 7f 38 movq %mm7,\(%r8\) 255 [ ]*[a-f0-9]+: 0f 7f 38 movq %mm7,\(%rax\) 256 [ ]*[a-f0-9]+: 41 8f 00 popq \(%r8\) 257 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\) 258 [ ]*[a-f0-9]+: 9d popfq 259 [ ]*[a-f0-9]+: 41 ff 30 pushq \(%r8\) 260 [ ]*[a-f0-9]+: ff 30 pushq \(%rax\) 261 [ ]*[a-f0-9]+: 9c pushfq 262 [ ]*[a-f0-9]+: 0f 77 emms 263 [ ]*[a-f0-9]+: 0f 0e femms 264 [ ]*[a-f0-9]+: 0f 08 invd 265 [ ]*[a-f0-9]+: 41 0f 01 38 invlpg \(%r8\) 266 [ ]*[a-f0-9]+: 0f 01 38 invlpg \(%rax\) 267 [ ]*[a-f0-9]+: 41 0f 01 38 invlpg \(%r8\) 268 [ ]*[a-f0-9]+: 0f 01 38 invlpg \(%rax\) 269 [ ]*[a-f0-9]+: 41 0f 01 38 invlpg \(%r8\) 270 [ ]*[a-f0-9]+: 0f 01 38 invlpg \(%rax\) 271 [ ]*[a-f0-9]+: 0f 00 c0 sldt %eax 272 [ ]*[a-f0-9]+: 48 0f 00 c0 sldt %rax 273 [ ]*[a-f0-9]+: 66 0f 00 c0 sldt %ax 274 [ ]*[a-f0-9]+: 0f 00 00 sldt \(%rax\) 275 [ ]*[a-f0-9]+: e6 00 out %al,\$0x0 276 [ ]*[a-f0-9]+: 66 e7 00 out %ax,\$0x0 277 [ ]*[a-f0-9]+: e7 00 out %eax,\$0x0 278 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax 279 [ ]*[a-f0-9]+: 87 c0 xchg %eax,%eax 280 [ ]*[a-f0-9]+: 90 nop 281 [ ]*[a-f0-9]+: 48 90 rex.W nop 282 [ ]*[a-f0-9]+: 49 90 xchg %rax,%r8 283 [ ]*[a-f0-9]+: 41 90 xchg %eax,%r8d 284 [ ]*[a-f0-9]+: 41 90 xchg %eax,%r8d 285 [ ]*[a-f0-9]+: 41 91 xchg %eax,%r9d 286 [ ]*[a-f0-9]+: 41 91 xchg %eax,%r9d 287 [ ]*[a-f0-9]+: 93 xchg %eax,%ebx 288 [ ]*[a-f0-9]+: 93 xchg %eax,%ebx 289 [ ]*[a-f0-9]+: 66 41 90 xchg %ax,%r8w 290 [ ]*[a-f0-9]+: 66 41 90 xchg %ax,%r8w 291 [ ]*[a-f0-9]+: 66 41 91 xchg %ax,%r9w 292 [ ]*[a-f0-9]+: 66 41 91 xchg %ax,%r9w 293 [ ]*[a-f0-9]+: 48 0f 01 e0 smsw %rax 294 [ ]*[a-f0-9]+: 0f 01 e0 smsw %eax 295 [ ]*[a-f0-9]+: 66 0f 01 e0 smsw %ax 296 [ ]*[a-f0-9]+: 0f 01 20 smsw \(%rax\) 297 [ ]*[a-f0-9]+: 48 0f 00 c8 str %rax 298 [ ]*[a-f0-9]+: 0f 00 c8 str %eax 299 [ ]*[a-f0-9]+: 66 0f 00 c8 str %ax 300 [ ]*[a-f0-9]+: 0f 00 08 str \(%rax\) 301 [ ]*[a-f0-9]+: 0f 05 syscall 302 [ ]*[a-f0-9]+: 0f 07 sysret 303 [ ]*[a-f0-9]+: 0f 01 f8 swapgs 304 [ ]*[a-f0-9]+: 66 68 22 22 pushw \$0x2222 305 #pass 306