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

  /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/llvm-7.0/llvm/test/MC/X86/
x86-64.s 814 movsx %al, %ax label
818 movsx %al, %eax label
822 movsx %ax, %eax label
826 movsx %bl, %rax label
830 movsx %cx, %rax label
834 movsx %edi, %rax label
858 movsx (%rax), %ax label
    [all...]
  /external/libffi/src/x86/
win32.S 151 movsx eax, al
159 movsx eax, ax
281 movsx eax, BYTE PTR [ecx]
289 movsx eax, WORD PTR [ecx]
390 movsx eax, BYTE PTR [ecx]
398 movsx eax, WORD PTR [ecx]
475 movsx eax, BYTE PTR [ecx]
483 movsx eax, WORD PTR [ecx]
    [all...]
win64.S 162 movsx rax, al
180 movsx rax, ax
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win32.S 137 movsx eax, al
145 movsx eax, ax
257 movsx eax, BYTE PTR [ecx]
265 movsx eax, WORD PTR [ecx]
367 movsx eax, BYTE PTR [ecx]
375 movsx eax, WORD PTR [ecx]
448 movsx eax, BYTE PTR [ecx]
456 movsx eax, WORD PTR [ecx]
    [all...]
win64.S 162 movsx rax, al
180 movsx rax, ax
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DataMov.cpp 264 TEST_F(AssemblerX8632Test, Movsx) {
269 __ movsx(IceType_i8, GPRRegister::Encoded_Reg_##Dst, \
282 __ movsx(IceType_i16, GPRRegister::Encoded_Reg_##Dst, \
296 __ movsx(IceType_i8, GPRRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \
310 __ movsx(IceType_i16, GPRRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \
    [all...]
  /art/runtime/interpreter/mterp/x86/
other.S 41 movsx rINSTbl, %eax # eax <-ssssssBx
  /external/mesa3d/src/mesa/x86/
assyntax.h 536 #define MOVSX_BL(a, b) CHOICE(movsbl ARG2(a,b), movsbl ARG2(a,b), movsx ARG2(b,a))
537 #define MOVSX_BW(a, b) CHOICE(movsbw ARG2(a,b), movsbw ARG2(a,b), movsx ARG2(b,a))
538 #define MOVSX_WL(a, b) CHOICE(movswl ARG2(a,b), movswl ARG2(a,b), movsx ARG2(b,a))
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 320 void movsx(Type Ty, GPRRegister dst, GPRRegister src);
321 void movsx(Type Ty, GPRRegister dst, const Address &src);
    [all...]
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...]
IceInstX86Base.h 126 Movsx,
624 // Movsx and movzx need both the source and dest type width letter to
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 354 TEST_F(AssemblerX8664Test, Movsx) {
366 __ movsx(IceType_i##Size, Encoded_GPR_##Dst##d(), \
381 __ movsx(IceType_i##Size, Encoded_GPR_##Dst##d(), dwordAddress(T0)); \
    [all...]

Completed in 2181 milliseconds