Searched defs:movzx (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Di386.s66 movzx ax, byte ptr [eax] label
67 movzx eax, byte ptr [eax] label
68 movzx eax, word ptr [eax] label
[all...]
H A Dinval.s81 movzx ax, [eax] label
82 movzx eax, [eax] label
H A Dx86-64-inval.s88 movzx ax, [rax] label
89 movzx eax, [rax] label
90 movzx rax, [rax] label
H A Dx86_64.s281 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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.h50 int movzx; /* The cost of movzx operation. */ member in struct:processor_costs
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h123 int movzx; /* The cost of movzx operation. */ member in struct:processor_costs

Completed in 130 milliseconds