Searched defs:movzx (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/X86/ |
D | encoder-fail.s | 4 movzx %dh, %rsi label 7 movzx %ah, %r8d label
|
D | x86-64.s | 850 movzx %al, %ax label 854 movzx %al, %eax label 858 movzx %ax, %eax label 862 movzx %bl, %rax label 866 movzx %cx, %rax label 874 movzx (%rax), %ax label
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 828 movzx %al, %ax label 832 movzx %al, %eax label 836 movzx %ax, %eax label 840 movzx %bl, %rax label 844 movzx %cx, %rax label 852 movzx (%rax), %ax label
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 334 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() function 353 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() function
|