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

1 2

  /dalvik/vm/mterp/x86/
OP_CONST_4.S 3 movsx rINSTbl,%eax # eax<-ssssssBx
  /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
  /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...]
  /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...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 73 'movsx','movzx','outsd','popad','popfd','pushad','pushd','pushfd','scasd','seta','setae',
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
X86MCInstLower.cpp 257 /// \brief If a movsx instruction has a shorter encoding for the used register
588 // Try to shrink some forms of 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...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 513 ENCODER_DECLARE_EXPORT char * movsx( char * stream, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
encoder.inl 354 ENCODER_DECLARE_EXPORT char * movsx(char * stream, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz) {
enc_tabl.cpp     [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...]
  /external/chromium_org/tools/memory_watcher/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
ia32_opcode_map.cc     [all...]

Completed in 1857 milliseconds

1 2