HomeSort by relevance Sort by last modified time
    Searched full:movsx (Results 1 - 25 of 53) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 9 movsx %al, %si
10 movsx %al, %esi
11 movsx %ax, %esi
12 movsx (%eax), %edx
13 movsx (%eax), %dx
44 movsx si,al
45 movsx esi,al
46 movsx esi,ax
47 movsx edx,BYTE PTR [eax]
48 movsx dx,BYTE PTR [eax
63 movsx ax, byte ptr [eax] label
64 movsx eax, byte ptr [eax] label
65 movsx eax, word ptr [eax] label
    [all...]
intel16.s 5 movsx eax,word ptr ds:[0]
6 movsx eax,byte ptr ds:[0]
7 movsx ax,byte ptr ds:[0]
x86_64.s 99 movsx rax, eax label
100 movsx rax, ax label
101 movsx rax, al label
197 movsx %al, %si
198 movsx %al, %esi
199 movsx %al, %rsi
200 movsx %ax, %esi
201 movsx %ax, %rsi
202 movsx %eax, %rsi
203 movsx (%rax), %ed
271 movsx (%rax),%ax label
272 movsx (%rax),%eax label
273 movsx (%rax),%rax label
297 movsx ax, BYTE PTR [rax] label
298 movsx eax, BYTE PTR [rax] label
299 movsx eax, WORD PTR [rax] label
300 movsx rax, WORD PTR [rax] label
301 movsx rax, DWORD PTR [rax] label
    [all...]
inval.s 85 movsx ax, [eax] label
86 movsx eax, [eax] label
x86-64-inval.s 99 movsx ax, [rax] label
100 movsx eax, [rax] label
101 movsx rax, [rax] label
intelbad.s 62 movsx eax, [eax]
63 movsx eax, dword ptr [eax]
intelok.s 83 movsx eax, byte ptr [eax]
84 movsx eax, word ptr [eax]
x86-64-inval.l 217 [ ]*99[ ]+movsx ax, \[rax\]
218 [ ]*100[ ]+movsx eax, \[rax\]
219 [ ]*101[ ]+movsx rax, \[rax\]
inval.l 174 [ ]*85[ ]+movsx ax, \[eax\]
175 [ ]*86[ ]+movsx eax, \[eax\]
intel.s 360 movsx edx, byte ptr 0x90909090[eax]
361 movsx edx, word ptr 0x90909090[eax]
571 movsx dx, byte ptr 0x90909090[eax]
intelok.d 86 [ ]*[0-9a-f]+: 0f be 00[ ]+movsx[ ]+eax,BYTE PTR \[eax\]
87 [ ]*[0-9a-f]+: 0f bf 00[ ]+movsx[ ]+eax,WORD PTR \[eax\]
  /art/runtime/interpreter/mterp/x86/
op_const_4.S 2 movsx rINSTbl, %eax # eax <-ssssssBx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 99 movsx rax, eax label
100 movsx rax, ax label
101 movsx rax, al label
191 movsx %al, %si
192 movsx %al, %esi
193 movsx %al, %rsi
194 movsx %ax, %esi
195 movsx %ax, %rsi
196 movsx %eax, %rsi
197 movsx (%rax), %ed
265 movsx (%rax),%ax label
266 movsx (%rax),%eax label
267 movsx (%rax),%rax label
291 movsx ax, BYTE PTR [rax] label
292 movsx eax, BYTE PTR [rax] label
293 movsx eax, WORD PTR [rax] label
294 movsx rax, WORD PTR [rax] label
295 movsx rax, DWORD PTR [rax] label
    [all...]
  /external/llvm/test/CodeGen/X86/
extend.ll 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 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]
vp9_variance_impl_sse2.asm 386 movsx rcx, dx
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_impl_mmx.asm 283 movsx rdx, WORD PTR [rsp+8]
284 movsx rcx, WORD PTR [rsp+10]
285 movsx rbx, WORD PTR [rsp+12]
286 movsx rax, WORD PTR [rsp+14]
392 movsx rdx, WORD PTR [rsp+8]
393 movsx rcx, WORD PTR [rsp+10]
394 movsx rbx, WORD PTR [rsp+12]
395 movsx rax, WORD PTR [rsp+14]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 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]
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 749 movsx %al, %ax label
753 movsx %al, %eax label
757 movsx %ax, %eax label
761 movsx %bl, %rax label
765 movsx %cx, %rax label
769 movsx %edi, %rax label
793 movsx (%rax), %ax label
  /art/runtime/arch/x86/
fault_handler_x86.cc 161 case 0xbe: // movsx
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 238 case MOVSX, MOVZX:
287 case MOVZX, MOVSX:
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
gnu.go 238 case MOVSX, MOVZX:
287 case MOVZX, MOVSX:
  /external/mesa3d/src/mesa/x86/
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))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
decode.txt     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
decode.txt     [all...]

Completed in 2239 milliseconds

1 2 3