HomeSort by relevance Sort by last modified time
    Searched refs:rcx (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 605 lea -63(%rdx),%rcx # %rdx is key argument
607 sub %rsp,%rcx
608 neg %rcx
609 and \$0x3c0,%rcx
610 sub %rcx,%rsp
1009 # and %rcx=s3.s2, output is four 32-bit values in %eax=s0, %ebx=s1,
1013 my ($tp18,$tp28,$tp48,$tp88,$acc8)=("%rcx","%r11","%r12","%r13","%rdx");
1170 or %rdx,%rcx
1204 lea -63(%rdx),%rcx # %rdx is key argument
1206 sub %rsp,%rcx
    [all...]
bsaes-x86_64.S 1050 movdqu (%rcx),%xmm7
1051 leaq 16(%rcx),%rcx
1059 movdqu (%rcx),%xmm6
1102 leaq 16(%rcx),%rcx
1112 movdqu (%rcx),%xmm6
1148 movl 240(%rcx),%eax
1152 movq %rcx,%r15
1162 movq %r15,%rcx
    [all...]
bsaes-x86_64.pl 111 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
880 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
1000 mov $inp,%rcx # pass key
1046 mov $inp,%rcx # pass key
1094 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1095 : ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
1143 mov $key,%rcx # pass key
1344 mov $key,%rcx # pass key
    [all...]
aesni-sha1-x86_64.pl 108 my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
637 my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
1092 $rec="%rcx";
1164 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
1174 mov %rcx,56(%rsp) # arg8, (NULL)
aesni-x86_64.pl 179 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
180 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
189 $key="%rcx"; # input to and changed by aesni_[en|de]cryptN !!!
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 180 : "a" (rax), "b" (rbx), "c" (rcx), "d" (rdx), "S" (rsi), "D" (rdi));\
195 int64 rax, rbx, rcx, rdx, rsi, rdi, res; local
198 rcx = 0x0004;
207 TEST_LEA("(%%rcx)");
214 TEST_LEA("0x40(%%rcx)");
221 TEST_LEA("0x4000(%%rcx)");
226 TEST_LEA("(%%rax, %%rcx)");
228 TEST_LEA("(%%rcx, %%rcx)");
229 TEST_LEA("(%%rdx, %%rcx)");
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 208 unsigned long rcx; member in struct:vki_sigcontext
501 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:vki_user_regs_struct
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 34 %define rcx ecx
257 mov arg(0),rcx
281 push rcx
  /external/llvm/test/MC/X86/
x86-64.s 8 monitor %rax, %rcx, %rdx
14 mwait %rax, %rcx
797 xchg 0xdeadbeef(%rbx,%rcx,8),%bl
798 // CHECK: xchgb %bl, 3735928559(%rbx,%rcx,8)
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 61 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%rax","%rbx","%rcx","%rdx",
345 $rec="%rcx";
408 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
418 mov %rcx,56(%rsp) # arg8, (NULL)
sha1-x86_64.pl 1090 $rec="%rcx";
1197 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
1207 mov %rcx,56(%rsp) # arg8, (NULL)
  /external/v8/test/mjsunit/
codegen-coverage.js 48 var c; // Register ecx, rcx.
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 359 SC2(rcx,RCX);
571 tst->arch.vex.guest_RCX = sc->rcx;
  /external/qemu/android/config/linux-x86/asm/
kvm.h 86 __u64 rax, rbx, rcx, rdx; member in struct:kvm_regs
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 86 __u64 rax, rbx, rcx, rdx; member in struct:kvm_regs
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 214 inline Register backtrack_stackpointer() { return rcx; }
239 // stack pointer (rcx) by a word size and stores the register's value there.
242 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
247 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
252 // (rcx) and increments it by a word size.
256 // Increments the stack pointer (rcx) by a word size.
codegen-x64.cc 185 __ movq(rcx, kNaNValue, RelocInfo::NONE);
186 __ movq(Operand(rsp, kPointerSize), rcx); local
228 // -- rcx : key
249 // -- rcx : key
371 // -- rcx : key
lithium-x64.cc 327 stream->Add("[rcx] #%d / ", arity());
853 right = UseFixed(right_value, rcx);
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_mmx.asm 42 movsxd rcx, dword ptr arg(5) ;count
213 dec rcx
257 movsxd rcx, dword ptr arg(5) ;count
583 dec rcx
624 movsxd rcx, dword ptr arg(5) ;count
    [all...]
loopfilter_block_sse2.asm 140 %define src rcx ; src_ptr
160 %define limit rcx
280 %define src rcx ; src_ptr
301 %define limit rcx
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_sse2.asm 30 lea rcx, [rsi + rax*2]
33 %define input rcx
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 58 cl => 6, cx => 6, ecx => 6, rcx => 6,
71 cl => "r8", ch => "r8", cx => "r16", ecx => "r32", rcx => "r64",
78 # { r8 => "cl", r16 => "cx", r32 => "ecx", r64 => "rcx" },
93 { r8 => "cl", r16 => "cx", r32 => "ecx", r64 => "rcx" },
  /external/zlib/src/contrib/amd64/
amd64-match.S 33 #define prev rcx
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 68 $cnt="%rcx";
192 $len="%rcx";
351 @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
352 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
685 $rec="%rcx";
746 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
756 mov %rcx,56(%rsp) # arg8, (NULL)
  /external/openssl/crypto/bn/asm/
x86_64-mont5.pl 38 $np="%rcx"; # const BN_ULONG *np,
833 my ($inp,$num,$tbl,$idx)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
834 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
925 $rec="%rcx";
1006 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
1016 mov %rcx,56(%rsp) # arg8, (NULL)

Completed in 9922 milliseconds

1 2 3 4 56 7