HomeSort by relevance Sort by last modified time
    Searched defs:movzx (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 21 movzx %al, %si
22 movzx %al, %esi
23 movzx %ax, %esi
24 movzx (%eax), %edx
25 movzx (%eax), %dx
51 movzx si,al
52 movzx esi,al
53 movzx esi,ax
54 movzx edx,BYTE PTR [eax]
55 movzx dx,BYTE PTR [eax
66 movzx ax, byte ptr [eax] label
67 movzx eax, byte ptr [eax] label
68 movzx eax, word ptr [eax] label
    [all...]
inval.s 87 movzx ax, [eax] label
88 movzx eax, [eax] label
x86-64-inval.s 102 movzx ax, [rax] label
103 movzx eax, [rax] label
104 movzx rax, [rax] label
x86_64.s 212 movzx %al, %si
213 movzx %al, %esi
214 movzx %al, %rsi
215 movzx %ax, %esi
216 movzx %ax, %rsi
217 movzx (%rax), %edx
218 movzx (%rax), %rdx
219 movzx (%rax), %dx
242 movzx si,al
243 movzx esi,a
281 movzx (%rax),%ax label
282 movzx (%rax),%eax label
283 movzx (%rax),%rax label
303 movzx ax, BYTE PTR [rax] label
304 movzx eax, BYTE PTR [rax] label
305 movzx eax, WORD PTR [rax] label
306 movzx rax, WORD PTR [rax] label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 206 movzx %al, %si
207 movzx %al, %esi
208 movzx %al, %rsi
209 movzx %ax, %esi
210 movzx %ax, %rsi
211 movzx (%rax), %edx
212 movzx (%rax), %rdx
213 movzx (%rax), %dx
236 movzx si,al
237 movzx esi,a
275 movzx (%rax),%ax label
276 movzx (%rax),%eax label
277 movzx (%rax),%rax label
297 movzx ax, BYTE PTR [rax] label
298 movzx eax, BYTE PTR [rax] label
299 movzx eax, WORD PTR [rax] label
300 movzx rax, WORD PTR [rax] label
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 741 movzx %al, %esi
745 movzx %al, %rsi
773 movzx %al, %ax label
777 movzx %al, %eax label
781 movzx %ax, %eax label
785 movzx %bl, %rax label
789 movzx %cx, %rax label
797 movzx (%rax), %ax label
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 132 int movzx; /* The cost of movzx operation. */ member in struct:processor_costs
    [all...]

Completed in 133 milliseconds