Home
last modified time | relevance | path

Searched refs:movsx (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/X86/
Dx86-64.s717 movsx %al, %ax label
721 movsx %al, %eax label
725 movsx %ax, %eax label
729 movsx %bl, %rax label
733 movsx %cx, %rax label
737 movsx %edi, %rax label
761 movsx (%rax), %ax label
/external/libvpx/vp8/encoder/x86/
Dquantize_sse2.asm133 movsx edx, WORD PTR[GLOBAL(zig_zag + (%1 * 2))] ; rc
136 movsx ecx, WORD PTR[rsp + abs_minus_zbin + rdx *2]
143 movsx edi, WORD PTR[rsp + temp_qcoeff + rdx *2]
146 movsx ecx, WORD PTR[rax + rdx*2] ; quant_shift_ptr[rc]
Dvariance_impl_mmx.asm285 movsx rdx, WORD PTR [rsp+8]
286 movsx rcx, WORD PTR [rsp+10]
287 movsx rbx, WORD PTR [rsp+12]
288 movsx rax, WORD PTR [rsp+14]
400 movsx rdx, WORD PTR [rsp+8]
401 movsx rcx, WORD PTR [rsp+10]
402 movsx rbx, WORD PTR [rsp+12]
403 movsx rax, WORD PTR [rsp+14]
Dvariance_impl_sse2.asm499 movsx rcx, dx
/external/llvm/test/CodeGen/X86/
Dextend.ll2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1961 // movsx aliases
1962 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>;
1963 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8 GR16:$dst, i8mem:$src), 0>;
1964 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8:$src), 0>;
1965 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16:$src), 0>;
1966 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8:$src), 0>;
1967 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16:$src), 0>;
1968 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32:$src), 0>;
/external/llvm/docs/
DCodeGenerator.rst1667 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8W GR16:$dst, GR8 :$src)>;
1668 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8W GR16:$dst, i8mem:$src)>;
1669 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8 :$src)>;
1670 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16 :$src)>;
1671 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8 :$src)>;
1672 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16 :$src)>;
1673 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32 :$src)>;
2197 MOVSX32rm16 -> movsx, 32-bit register, 16-bit memory