Home
last modified time | relevance | path

Searched refs:movzx (Results 1 – 13 of 13) sorted by relevance

/external/libyuv/files/source/
Drow_win.cc461 movzx eax, byte ptr [edi] in FastConvertYUVToRGB32Row()
463 movzx ebx, byte ptr [esi] in FastConvertYUVToRGB32Row()
466 movzx eax, byte ptr [edx] in FastConvertYUVToRGB32Row()
468 movzx ebx, byte ptr [edx + 1] in FastConvertYUVToRGB32Row()
502 movzx eax, byte ptr [edi] in FastConvertYUVToBGRARow()
504 movzx ebx, byte ptr [esi] in FastConvertYUVToBGRARow()
507 movzx eax, byte ptr [edx] in FastConvertYUVToBGRARow()
509 movzx ebx, byte ptr [edx + 1] in FastConvertYUVToBGRARow()
543 movzx eax, byte ptr [edi] in FastConvertYUVToABGRRow()
545 movzx ebx, byte ptr [esi] in FastConvertYUVToABGRRow()
[all …]
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
326 movzx r8d, word ptr [rdi + r8*2]
345 movzx r8d, word ptr [rdi + r8*2]
387 movzx r8d, word ptr [rdi + r8*2]
528 movzx ebx, word ptr [r9 + rax - 1]
/external/llvm/test/MC/X86/
Dx86-64.s709 movzx %al, %esi
713 movzx %al, %rsi
741 movzx %al, %ax label
745 movzx %al, %eax label
749 movzx %ax, %eax label
753 movzx %bl, %rax label
757 movzx %cx, %rax label
765 movzx (%rax), %ax label
Dintel-syntax.s29 movzx EDI, WORD PTR [RCX + 2]
/external/flac/libFLAC/ia32/
Dbitreader_asm.nasm155 movzx ebx, dl
160 movzx ebx, dh
166 movzx ebx, dl
171 movzx ebx, dh
175 movzx eax, ax
231 movzx ebx, dl
236 movzx ebx, dh
242 movzx ebx, dl
247 movzx ebx, dh
251 movzx eax, ax
[all …]
/external/llvm/test/CodeGen/X86/
Dextend.ll1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movzx | count 1
/external/openssl/crypto/perlasm/
Dx86asm.pl68 sub ::movz { &movzx(@_); }
Dx86gas.pl57 sub ::movzx { &::movzb(@_); }
/external/zlib/src/contrib/masmx86/
Dinffas32.asm672 movzx ecx,ah
731 movzx ecx,ah
/external/openssl/crypto/des/asm/
Dreadme101 movzx eax, ch
/external/libvpx/vp8/decoder/x86/
Ddequantize_mmx.asm289 movzx rcx, word ptr arg(6) ;Dc
/external/qemu-pc-bios/vgabios/
Dvbe.c152 movzx ecx, ax
159 movzx esi, ax
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1970 // movzx aliases
1971 def : InstAlias<"movzx $src, $dst", (MOVZX16rr8 GR16:$dst, GR8:$src), 0>;
1972 def : InstAlias<"movzx $src, $dst", (MOVZX16rm8 GR16:$dst, i8mem:$src), 0>;
1973 def : InstAlias<"movzx $src, $dst", (MOVZX32rr8 GR32:$dst, GR8:$src), 0>;
1974 def : InstAlias<"movzx $src, $dst", (MOVZX32rr16 GR32:$dst, GR16:$src), 0>;
1975 def : InstAlias<"movzx $src, $dst", (MOVZX64rr8_Q GR64:$dst, GR8:$src), 0>;
1976 def : InstAlias<"movzx $src, $dst", (MOVZX64rr16_Q GR64:$dst, GR16:$src), 0>;
1977 // Note: No GR32->GR64 movzx form.