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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
i386.s 9 movsx %al, %si
10 movsx %al, %esi
11 movsx %ax, %esi
12 movsx (%eax), %edx
13 movsx (%eax), %dx
44 movsx si,al
45 movsx esi,al
46 movsx esi,ax
47 movsx edx,BYTE PTR [eax]
48 movsx dx,BYTE PTR [eax
63 movsx ax, byte ptr [eax] label
64 movsx eax, byte ptr [eax] label
65 movsx eax, word ptr [eax] label
    [all...]
inval.s 85 movsx ax, [eax] label
86 movsx eax, [eax] label
x86-64-inval.s 99 movsx ax, [rax] label
100 movsx eax, [rax] label
101 movsx rax, [rax] label
x86_64.s 99 movsx rax, eax label
100 movsx rax, ax label
101 movsx rax, al label
197 movsx %al, %si
198 movsx %al, %esi
199 movsx %al, %rsi
200 movsx %ax, %esi
201 movsx %ax, %rsi
202 movsx %eax, %rsi
203 movsx (%rax), %ed
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
300 movsx rax, WORD PTR [rax] label
301 movsx rax, DWORD PTR [rax] label
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 99 movsx rax, eax label
100 movsx rax, ax label
101 movsx rax, al label
191 movsx %al, %si
192 movsx %al, %esi
193 movsx %al, %rsi
194 movsx %ax, %esi
195 movsx %ax, %rsi
196 movsx %eax, %rsi
197 movsx (%rax), %ed
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
294 movsx rax, WORD PTR [rax] label
295 movsx rax, DWORD PTR [rax] label
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 804 movsx %al, %ax label
808 movsx %al, %eax label
812 movsx %ax, %eax label
816 movsx %bl, %rax label
820 movsx %cx, %rax label
824 movsx %edi, %rax label
848 movsx (%rax), %ax label
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 700 movsx %al, %ax label
704 movsx %al, %eax label
708 movsx %ax, %eax label
712 movsx %bl, %rax label
716 movsx %cx, %rax label
720 movsx %edi, %rax label
744 movsx (%rax), %ax label
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 373 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
389 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
  /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 131 int movsx; /* The cost of movsx operation. */ member in struct:processor_costs
    [all...]

Completed in 518 milliseconds