/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/aes/ |
D | aesni-sha256-x86_64.asm | 2649 rorx r13d,r8d,25 2651 rorx r15d,r8d,11 2657 rorx r14d,r8d,6 2663 rorx r12d,eax,22 2667 rorx r14d,eax,13 2668 rorx r13d,eax,2 2683 rorx r13d,edx,25 2685 rorx esi,edx,11 2691 rorx r14d,edx,6 2697 rorx r12d,r11d,22 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/ |
D | aesni-sha256-x86_64.asm | 2649 rorx r13d,r8d,25 2651 rorx r15d,r8d,11 2657 rorx r14d,r8d,6 2663 rorx r12d,eax,22 2667 rorx r14d,eax,13 2668 rorx r13d,eax,2 2683 rorx r13d,edx,25 2685 rorx esi,edx,11 2691 rorx r14d,edx,6 2697 rorx r12d,r11d,22 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/sha/ |
D | sha1-x86_64.asm | 3973 rorx ebx,ebp,2 3986 rorx r12d,eax,27 3987 rorx ebp,eax,2 3997 rorx r12d,esi,27 3998 rorx eax,esi,2 4007 rorx r12d,edx,27 4008 rorx esi,edx,2 4016 rorx r12d,ecx,27 4017 rorx edx,ecx,2 4024 rorx r12d,ebx,27 [all …]
|
D | sha256-x86_64.asm | 4354 rorx r13d,r8d,25 4356 rorx r15d,r8d,11 4362 rorx r14d,r8d,6 4368 rorx r12d,eax,22 4372 rorx r14d,eax,13 4373 rorx r13d,eax,2 4386 rorx r13d,edx,25 4388 rorx edi,edx,11 4394 rorx r14d,edx,6 4400 rorx r12d,r11d,22 [all …]
|
D | sha512-x86_64.asm | 4268 rorx r13,r8,41 4270 rorx r15,r8,18 4276 rorx r14,r8,14 4284 rorx r12,rax,39 4289 rorx r14,rax,34 4290 rorx r13,rax,28 4306 rorx r13,rdx,41 4309 rorx rdi,rdx,18 4316 rorx r14,rdx,14 4323 rorx r12,r11,39 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/sha/ |
D | sha1-x86_64.asm | 3973 rorx ebx,ebp,2 3986 rorx r12d,eax,27 3987 rorx ebp,eax,2 3997 rorx r12d,esi,27 3998 rorx eax,esi,2 4007 rorx r12d,edx,27 4008 rorx esi,edx,2 4016 rorx r12d,ecx,27 4017 rorx edx,ecx,2 4024 rorx r12d,ebx,27 [all …]
|
D | sha512-x86_64.asm | 4268 rorx r13,r8,41 4270 rorx r15,r8,18 4276 rorx r14,r8,14 4284 rorx r12,rax,39 4289 rorx r14,rax,34 4290 rorx r13,rax,28 4306 rorx r13,rdx,41 4309 rorx rdi,rdx,18 4316 rorx r14,rdx,14 4323 rorx r12,r11,39 [all …]
|
D | sha256-x86_64.asm | 4354 rorx r13d,r8d,25 4356 rorx r15d,r8d,11 4362 rorx r14d,r8d,6 4368 rorx r12d,eax,22 4372 rorx r14d,eax,13 4373 rorx r13d,eax,2 4386 rorx r13d,edx,25 4388 rorx edi,edx,11 4394 rorx r14d,edx,6 4400 rorx r12d,r11d,22 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/sha/ |
D | sha256-586.asm | 5814 rorx ecx,edx,6 5815 rorx esi,edx,11 5818 rorx edi,edx,25 5827 rorx edi,eax,2 5828 rorx esi,eax,13 5831 rorx ecx,eax,22 5847 rorx ecx,edx,6 5848 rorx esi,edx,11 5851 rorx edi,edx,25 5860 rorx edi,ebx,2 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/crypto/sha/ |
D | sha256-586.asm | 5814 rorx ecx,edx,6 5815 rorx esi,edx,11 5818 rorx edi,edx,25 5827 rorx edi,eax,2 5828 rorx esi,eax,13 5831 rorx ecx,eax,22 5847 rorx ecx,edx,6 5848 rorx esi,edx,11 5851 rorx edi,edx,25 5860 rorx edi,ebx,2 [all …]
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 1423 void rorx(Register dst, Register src, byte imm8) { in rorx() function 1424 rorx(dst, Operand(src), imm8); in rorx() 1426 void rorx(Register dst, Operand src, byte imm8);
|
D | assembler-ia32.cc | 3155 void Assembler::rorx(Register dst, Operand src, byte imm8) { in rorx() function in v8::internal::Assembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 905 defm RORX32 : bmi_rotate<"rorx{l}", GR32, i32mem>; 906 defm RORX64 : bmi_rotate<"rorx{q}", GR64, i64mem>, VEX_W;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7750 "lq\004rolw\003ror\004rorb\004rorl\004rorq\004rorw\004rorx\005rorxl\005r" 24692 …{ 6933 /* rorx */, X86::RORX32ri, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, AMFBS_None, { MCK_GR3… 24693 …{ 6933 /* rorx */, X86::RORX32mi, Convert__Reg1_0__Mem325_1__ImmUnsignedi81_2, AMFBS_None, { MCK_G… 24694 …{ 6933 /* rorx */, X86::RORX64ri, Convert__Reg1_0__Reg1_1__ImmUnsignedi81_2, AMFBS_None, { MCK_GR6… 24695 …{ 6933 /* rorx */, X86::RORX64mi, Convert__Reg1_0__Mem645_1__ImmUnsignedi81_2, AMFBS_None, { MCK_G…
|