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

1 2 3

  /external/llvm/test/CodeGen/X86/
2006-01-19-ISelFoldingBug.ll 2 ; RUN: grep shld | count 1
4 ; Check that the isel does not fold the shld, which already folds a load
shift-coalesce.ll 2 ; RUN: grep "shld.*cl"
rot64.ll 4 ; RUN: grep shld %t | count 2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 95 shld ax, bx, 5 label
97 shld ecx, edx, 10 label
98 shld eax, ebx, cl label
  /external/flac/libFLAC/ia32/
bitreader_asm.nasm 407 shld edi, edx, cl
422 shld edi, edx, cl
485 shld edi, eax, cl
505 shld edi, eax, cl
529 shld edi, eax, cl ; uval <<= parameter <<< 'parameter' bits of tail word
  /external/llvm/test/MC/X86/
intel-syntax.s 369 shld DX, BX label
370 shld DX, BX, CL label
371 shld DX, BX, 1 label
372 shld [RAX], BX label
373 shld [RAX], BX, CL label
x86-64.s 357 shld %bx, %dx label
358 shld %cl, %bx, %dx label
359 shld $1, %bx, %dx label
360 shld %bx, (%rax) label
361 shld %cl, %bx, (%rax) label
  /external/llvm/lib/Target/X86/
X86InstrShiftRotate.td     [all...]
X86InstrInfo.td 128 def X86shld : SDNode<"X86ISD::SHLD", SDTIntShiftDOp>;
    [all...]
X86ISelLowering.h 39 /// SHLD, SHRD - Double shift instructions. These correspond to
41 SHLD,
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 110 __ shld(edx, ecx);
189 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
test-disasm-x64.cc 103 __ shld(rdx, rcx);
176 __ shld(rdx, rbx);
  /external/v8/test/cctest/
test-disasm-ia32.cc 126 __ shld(edx, ecx);
205 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
test-disasm-x64.cc 120 __ shld(rdx, rcx);
193 __ shld(rdx, rbx);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 76 'setpe','setpo','sets','setz','shld','shrd','stosd','bswap','cmpxchg','invd','invlpg','wbinvd','xadd','lock',
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 68 vx1615 fixed 126583 amd64->IR: 0x48 0xF 0xA4 0xC2 (shld $1,%rax,%rdx)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 648 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
650 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 648 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
650 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 848 void shld(Register dst, Register src) { shld(dst, Operand(src)); }
849 void shld(Register dst, const Operand& src);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 813 void shld(Register dst, Register src) { shld(dst, Operand(src)); }
814 void shld(Register dst, const Operand& src);
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 403 void shld(Register dst, Register src);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 580 shld edx,eax,cl
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 493 // shift instructions: shl, shr, sar, shld, shrd, ror
  /external/qemu/
Changelog 529 - fixed shrd, shld, idivl and divl on PowerPC.
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 434 /* shld/shrd. op may only be Xsh_SHL or Xsh_SHR */

Completed in 3568 milliseconds

1 2 3