Searched defs:movsx (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | i386.s | 48 movsx dx,BYTE PTR [eax] define 63 movsx ax, byte ptr [eax] label 64 movsx eax, byte ptr [eax] label 65 movsx eax, word ptr [eax] label
|
D | x86-64-inval.s | 99 movsx ax, [rax] label 100 movsx eax, [rax] label 101 movsx rax, [rax] label
|
D | inval.s | 85 movsx ax, [eax] label 86 movsx eax, [eax] label
|
D | x86_64.s | 99 movsx rax, eax label 100 movsx rax, ax label 101 movsx rax, al label 238 movsx dx,BYTE PTR [rax] define 271 movsx (%rax),%ax label 272 movsx (%rax),%eax label 273 movsx (%rax),%rax label 297 movsx ax, BYTE PTR [rax] label 298 movsx eax, BYTE PTR [rax] label 299 movsx eax, WORD PTR [rax] label [all …]
|
D | iamcu-1.s | 36 movsx dx,BYTE PTR [eax] define
|
D | intel.s | 571 movsx dx, byte ptr 0x90909090[eax] define
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/ |
D | x86-64.s | 99 movsx rax, eax label 100 movsx rax, ax label 101 movsx rax, al label 232 movsx dx,BYTE PTR [rax] define 265 movsx (%rax),%ax label 266 movsx (%rax),%eax label 267 movsx (%rax),%rax label 291 movsx ax, BYTE PTR [rax] label 292 movsx eax, BYTE PTR [rax] label 293 movsx eax, WORD PTR [rax] label [all …]
|