/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 700 movsx %al, %ax label 704 movsx %al, %eax label 708 movsx %ax, %eax label 712 movsx %bl, %rax label 716 movsx %cx, %rax label 720 movsx %edi, %rax label 744 movsx (%rax), %ax label
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 804 movsx %al, %ax label 808 movsx %al, %eax label 812 movsx %ax, %eax label 816 movsx %bl, %rax label 820 movsx %cx, %rax label 824 movsx %edi, %rax label 848 movsx (%rax), %ax label
|
/external/llvm/test/CodeGen/X86/ |
D | extend.ll | 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | extend.ll | 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
|
/external/libjpeg-turbo/simd/ |
D | jchuff-sse2.asm | 306 movsx eax, word [esi] ; temp = t1[k]; 317 movsx edx, word [esi+DCTSIZE2*2] ; temp2 = t2[k]; 374 movsx eax, word [esi] ; temp = t1[k]; 385 movsx edx, word [esi+DCTSIZE2*2] ; temp2 = t2[k];
|
D | jchuff-sse2-64.asm | 318 movsx ebx, word [rsi-DCTSIZE2*2] ; temp2 = t2[k];
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1710 // movsx aliases 1711 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>; 1712 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8 GR16:$dst, i8mem:$src), 0>; 1713 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8:$src), 0>; 1714 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16:$src), 0>; 1715 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8:$src), 0>; 1716 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16:$src), 0>; 1717 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32:$src), 0>;
|
D | X86GenAsmMatcher.inc | 3985 { X86::MOVSX16rr8, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR8, MCK_GR16 }, 0}, 3986 { X86::MOVSX32rr8, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR8, MCK_GR32 }, 0}, 3987 { X86::MOVSX64rr8, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR8, MCK_GR64 }, 0}, 3988 { X86::MOVSX32rr16, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR16, MCK_GR32 }, 0}, 3989 { X86::MOVSX64rr16, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR16, MCK_GR64 }, 0}, 3990 { X86::MOVSX64rr32, "movsx", Convert__Reg1_1__Reg1_0, { MCK_GR32, MCK_GR64 }, 0}, 3991 { X86::MOVSX16rm8, "movsx", Convert__Reg1_1__Mem5_0, { MCK_Mem, MCK_GR16 }, 0},
|
D | X86GenAsmWriter1.inc | 3915 "\t\000movsldup\t\000movsq\000movss\t\000movsw\000movsx\t\000movsxd\t\000"
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 536 #define MOVSX_BL(a, b) CHOICE(movsbl ARG2(a,b), movsbl ARG2(a,b), movsx ARG2(b,a)) 537 #define MOVSX_BW(a, b) CHOICE(movsbw ARG2(a,b), movsbw ARG2(a,b), movsx ARG2(b,a)) 538 #define MOVSX_WL(a, b) CHOICE(movswl ARG2(a,b), movswl ARG2(a,b), movsx ARG2(b,a)) 1259 #define MOVSX_BL(a, b) movsx B_(b), B_(a) 1260 #define MOVSX_BW(a, b) movsx B_(b), B_(a) 1261 #define MOVSX_WL(a, b) movsx W_(b), W_(a)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2973 // movsx aliases 2974 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>; 2975 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX16rm8 GR16:$dst, i8mem:$src), 0>; 2976 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX32rr8 GR32:$dst, GR8:$src), 0>; 2977 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX32rr16 GR32:$dst, GR16:$src), 0>; 2978 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX64rr8 GR64:$dst, GR8:$src), 0>; 2979 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX64rr16 GR64:$dst, GR16:$src), 0>; 2980 def : InstAlias<"movsx\t{$src, $dst|$dst, $src}", (MOVSX64rr32 GR64:$dst, GR32:$src), 0>;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1700 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8W GR16:$dst, GR8 :$src)>; 1701 def : InstAlias<"movsx $src, $dst", (MOVSX16rm8W GR16:$dst, i8mem:$src)>; 1702 def : InstAlias<"movsx $src, $dst", (MOVSX32rr8 GR32:$dst, GR8 :$src)>; 1703 def : InstAlias<"movsx $src, $dst", (MOVSX32rr16 GR32:$dst, GR16 :$src)>; 1704 def : InstAlias<"movsx $src, $dst", (MOVSX64rr8 GR64:$dst, GR8 :$src)>; 1705 def : InstAlias<"movsx $src, $dst", (MOVSX64rr16 GR64:$dst, GR16 :$src)>; 1706 def : InstAlias<"movsx $src, $dst", (MOVSX64rr32 GR64:$dst, GR32 :$src)>; 2232 MOVSX32rm16 -> movsx, 32-bit register, 16-bit memory
|