Searched defs:movsx (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/MC/X86/ |
D | 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
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-64.s | 826 movsx %al, %ax label 830 movsx %al, %eax label 834 movsx %ax, %eax label 838 movsx %bl, %rax label 842 movsx %cx, %rax label 846 movsx %edi, %rax label 870 movsx (%rax), %ax label
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 373 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() function 389 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() function
|