Searched defs:movzx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 724 movzx %al, %ax label 728 movzx %al, %eax label 732 movzx %ax, %eax label 736 movzx %bl, %rax label 740 movzx %cx, %rax label 748 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/llvm-7.0/llvm/test/MC/X86/ |
D | x86-64.s | 838 movzx %al, %ax label 842 movzx %al, %eax label 846 movzx %ax, %eax label 850 movzx %bl, %rax label 854 movzx %cx, %rax label 862 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
|