| /external/chromium_org/chrome/common/ |
| pref_font_script_names-inl.h | 128 EXPAND_SCRIPT_FONT(x, "Shrd") \
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
| genopcode.asm | 96 shrd cx, dx, cl label
|
| /external/llvm/test/CodeGen/X86/ |
| rot64.ll | 5 ; RUN: grep shrd %t | count 2
|
| /external/llvm/test/MC/X86/ |
| intel-syntax.s | 374 shrd DX, BX label 375 shrd DX, BX, CL label 376 shrd DX, BX, 1 label 377 shrd [RAX], BX label 378 shrd [RAX], BX, CL label
|
| x86-64.s | 362 shrd %bx, %dx label 363 shrd %cl, %bx, %dx label 364 shrd $1, %bx, %dx label 365 shrd %bx, (%rax) label 366 shrd %cl, %bx, (%rax) label
|
| /external/llvm/lib/Target/X86/ |
| X86InstrShiftRotate.td | [all...] |
| X86InstrInfo.td | 129 def X86shrd : SDNode<"X86ISD::SHRD", SDTIntShiftDOp>; [all...] |
| /external/icu4c/common/ |
| uscript_props.cpp | 197 0x11183 | EXCLUSION, // Shrd
|
| /external/icu4c/layout/ |
| ScriptAndLanguageTags.cpp | 169 shrdScriptTag, /* 'shrd' (SHARADA) */
|
| ScriptAndLanguageTags.h | 183 const LETag shrdScriptTag = 0x73687264; /* 'shrd' (SHARADA) */
|
| /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
| ghash-x86.pl | 144 # shrd practically kills P4, 2.5x deterioration, but P4 has 145 # MMX code-path to execute. shrd runs tad faster [than twice 156 &shrd ($Zll,$Zlh,4); 158 &shrd ($Zlh,$Zhl,4); 159 &shrd ($Zhl,$Zhh,4); 187 &shrd ($Zll,$Zlh,4); 189 &shrd ($Zlh,$Zhl,4); 190 &shrd ($Zhl,$Zhh,4); [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-disasm-ia32.cc | 111 __ shrd(edx, ecx); 193 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
|
| test-disasm-x64.cc | 104 __ shrd(rdx, rcx); 180 __ shrd(rdx, rbx);
|
| /external/openssl/crypto/modes/asm/ |
| ghash-x86.pl | 144 # shrd practically kills P4, 2.5x deterioration, but P4 has 145 # MMX code-path to execute. shrd runs tad faster [than twice 156 &shrd ($Zll,$Zlh,4); 158 &shrd ($Zlh,$Zhl,4); 159 &shrd ($Zhl,$Zhh,4); 187 &shrd ($Zll,$Zlh,4); 189 &shrd ($Zlh,$Zhl,4); 190 &shrd ($Zhl,$Zhh,4); [all...] |
| /external/v8/test/cctest/ |
| test-disasm-ia32.cc | 127 __ shrd(edx, ecx); 209 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
|
| test-disasm-x64.cc | 121 __ shrd(rdx, rcx); 197 __ shrd(rdx, rbx);
|
| /external/chromium_org/chrome/common/extensions/api/ |
| font_settings.json | 40 "Roro", "Runr", "Samr", "Sara", "Sarb", "Saur", "Sgnw", "Shaw", "Shrd",
|
| /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/chromium_org/third_party/mesa/src/src/mesa/x86/ |
| assyntax.h | 655 #define SHRD_L(a,b,c) CHOICE(shrdl ARG3(a,b,c), shrdl ARG3(a,b,c), _LTOG shrd ARG3(c,b,a)) 656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL)) 657 #define SHRD_W(a,b,c) CHOICE(shrdw ARG3(a,b,c), shrdw ARG3(a,b,c), _WTOG shrd ARG3(c,b,a)) 658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL)) [all...] |
| /external/mesa3d/src/mesa/x86/ |
| assyntax.h | 655 #define SHRD_L(a,b,c) CHOICE(shrdl ARG3(a,b,c), shrdl ARG3(a,b,c), _LTOG shrd ARG3(c,b,a)) 656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL)) 657 #define SHRD_W(a,b,c) CHOICE(shrdw ARG3(a,b,c), shrdw ARG3(a,b,c), _WTOG shrd ARG3(c,b,a)) 658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL)) [all...] |
| /external/chromium_org/v8/src/ia32/ |
| assembler-ia32.h | 854 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); } 855 void shrd(Register dst, const Operand& src); [all...] |
| disasm-ia32.cc | 881 case 0xAD: return "shrd"; 882 case 0xAC: return "shrd"; // 3-operand version. [all...] |
| /external/v8/src/ia32/ |
| assembler-ia32.h | 819 void shrd(Register dst, Register src) { shrd(dst, Operand(src)); } 820 void shrd(Register dst, const Operand& src); [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
| SDL_stdlib.c | 602 shrd eax,edx,cl
|
| /art/runtime/arch/x86/ |
| quick_entrypoints_x86.S | 561 shrd %cl,%edx,%eax 574 shrd %cl,%edx,%eax [all...] |