Searched refs:movsx (Results 1 – 7 of 7) sorted by relevance
717 movsx %al, %ax label721 movsx %al, %eax label725 movsx %ax, %eax label729 movsx %bl, %rax label733 movsx %cx, %rax label737 movsx %edi, %rax label761 movsx (%rax), %ax label
2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
285 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]
388 movsx rcx, dx
135 movsx ecx, WORD PTR[rsp + abs_minus_zbin + %1 * 2]142 movsx edi, WORD PTR[rsp + temp_qcoeff + %1 * 2]145 movsx cx, BYTE PTR[rax + %1] ; quant_shift_ptr[rc]
2029 // movsx aliases2030 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>;2031 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8 GR16:$dst, i8mem:$src), 0>;2032 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8:$src), 0>;2033 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16:$src), 0>;2034 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8:$src), 0>;2035 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16:$src), 0>;2036 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32:$src), 0>;
1669 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8W GR16:$dst, GR8 :$src)>;1670 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8W GR16:$dst, i8mem:$src)>;1671 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8 :$src)>;1672 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16 :$src)>;1673 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8 :$src)>;1674 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16 :$src)>;1675 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32 :$src)>;2194 MOVSX32rm16 -> movsx, 32-bit register, 16-bit memory