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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-movsxs.asm 25 movsx 5,%eax label
  /external/llvm/test/CodeGen/X86/
extend.ll 2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
  /external/libvpx/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
  /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/chromium_org/third_party/libvpx/source/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...]
variance_impl_sse2.asm 388 movsx rcx, dx
    [all...]
  /external/libvpx/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...]
variance_impl_sse2.asm 388 movsx rcx, dx
    [all...]
  /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...]
variance_impl_sse2.asm 388 movsx rcx, dx
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 29 movsx ax, [ecx] label
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
x86id.asm     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-x86id.asm     [all...]
  /art/runtime/arch/x86/
fault_handler_x86.cc 157 case 0xbe: // movsx
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
X86MCInstLower.cpp 260 /// \brief If a movsx instruction has a shorter encoding for the used register
596 // Try to shrink some forms of movsx.
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
ia32_opcode_map.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
ia32_opcode_map.cc     [all...]

Completed in 5483 milliseconds

1 2