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
133 movsx edx, WORD PTR[GLOBAL(zig_zag + (%1 * 2))] ; rc136 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]
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]
499 movsx rcx, dx
2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
1961 // movsx aliases1962 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>;
1667 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