HomeSort by relevance Sort by last modified time
    Searched refs:rcx (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
vmx-err.asm 2 ;vmread [ebx], rcx
7 vmwrite eax, [rcx]
mem64-err.asm 5 mov eax, [rip+rcx]
6 mov rbx, [rcx+ebx]
mem64.asm 14 mov ebx, [rcx] ; 8B 19
18 a32 mov rcx, [rip+5] ; 67 48 8B 0D 05 00 00 00
22 mov rcx, [rbp] ; 48 8B 4D 00
25 mov bh, [rcx] ; 8A 39
  /external/llvm/test/MC/X86/
x86_64-fma4-encoding.s 4 // CHECK: vfmaddss (%rcx), %xmm1, %xmm0, %xmm0
6 vfmaddss (%rcx), %xmm1, %xmm0, %xmm0
8 // CHECK: vfmaddss %xmm1, (%rcx), %xmm0, %xmm0
10 vfmaddss %xmm1, (%rcx),%xmm0, %xmm0
16 // CHECK: vfmaddsd (%rcx), %xmm1, %xmm0, %xmm0
18 vfmaddsd (%rcx), %xmm1, %xmm0, %xmm0
20 // CHECK: vfmaddsd %xmm1, (%rcx), %xmm0, %xmm0
22 vfmaddsd %xmm1, (%rcx),%xmm0, %xmm0
32 // CHECK: vfmaddps (%rcx), %xmm1, %xmm0, %xmm0
34 vfmaddps (%rcx), %xmm1, %xmm0, %xmm
    [all...]
x86_64-xop-encoding.s 8 // CHECK: vphsubwd (%rcx,%rax), %xmm1
10 vphsubwd (%rcx,%rax), %xmm1
16 // CHECK: vphsubdq (%rcx,%rax), %xmm1
18 vphsubdq (%rcx,%rax), %xmm1
32 // CHECK: vphaddwq (%rcx), %xmm4
34 vphaddwq (%rcx), %xmm4
48 // CHECK: vphadduwq (%rcx,%rax), %xmm6
50 vphadduwq (%rcx,%rax), %xmm6
64 // CHECK: vphaddudq 8(%rcx,%rax), %xmm4
66 vphaddudq 8(%rcx,%rax), %xmm
    [all...]
x86_64-avx-encoding.s 35 // CHECK: vaddss -4(%rcx,%rbx,8), %xmm10, %xmm11
37 vaddss -4(%rcx,%rbx,8), %xmm10, %xmm11
39 // CHECK: vsubss -4(%rcx,%rbx,8), %xmm10, %xmm11
41 vsubss -4(%rcx,%rbx,8), %xmm10, %xmm11
43 // CHECK: vmulss -4(%rcx,%rbx,8), %xmm10, %xmm11
45 vmulss -4(%rcx,%rbx,8), %xmm10, %xmm11
47 // CHECK: vdivss -4(%rcx,%rbx,8), %xmm10, %xmm11
49 vdivss -4(%rcx,%rbx,8), %xmm10, %xmm11
51 // CHECK: vaddsd -4(%rcx,%rbx,8), %xmm10, %xmm11
53 vaddsd -4(%rcx,%rbx,8), %xmm10, %xmm1
    [all...]
avx512-encodings.s 16 // CHECK: vaddpd (%rcx), %zmm27, %zmm8
18 vaddpd (%rcx), %zmm27, %zmm8
24 // CHECK: vaddpd (%rcx){1to8}, %zmm27, %zmm8
26 vaddpd (%rcx){1to8}, %zmm27, %zmm8
72 // CHECK: vaddps (%rcx), %zmm13, %zmm18
74 vaddps (%rcx), %zmm13, %zmm18
80 // CHECK: vaddps (%rcx){1to16}, %zmm13, %zmm18
82 vaddps (%rcx){1to16}, %zmm13, %zmm18
128 // CHECK: vdivpd (%rcx), %zmm6, %zmm18
130 vdivpd (%rcx), %zmm6, %zmm1
    [all...]
  /external/llvm/test/MC/MachO/
x86_64-reloc-arithmetic.s 8 leaq _bar(%rip), %rcx
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-muldiv.asm 7 imulq %rbx, %rcx
10 imulq $5, %rbx, %rcx
13 imulq $5000, %rbx, %rcx
16 imulq $5, %rcx
19 imulq $5000, %rcx
23 divq %rcx
27 divq %rcx, %rax
31 idivq %rcx
35 idivq %rcx, %rax
  /external/llvm/test/MC/COFF/
secrel-variant.s 11 movq values@SECREL32(%rax), %rcx
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 72 xor %rcx, %rcx
75 mov $0x0101010101010101, %rcx
76 imul %rsi, %rcx
93 movq %rcx, (%rdi)
94 movq %rcx, -8(%rdi, %rdx)
112 movd %rcx, %xmm0
135 leaq 64(%rdi), %rcx
136 andq $-64, %rcx
140 cmpq %rcx, %rd
    [all...]
ssse3-strcmp-slm.S 36 lea -16(%rcx, %r11), %r9; \
92 and $0x3f, %rcx /* rsi alignment in cache line */
137 sub %rcx, %r9
145 * rcx(offset of rsi) rax(offset of rdi) relative offset corresponding case
161 * edx must be the same with r9d if in left byte (16-rcx) is equal to
166 mov $16, %rcx
176 movdqa (%rsi, %rcx), %xmm1
177 movdqa (%rdi, %rcx), %xmm2
190 add $16, %rcx
191 movdqa (%rsi, %rcx), %xmm
    [all...]
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
rc4-x86_64.S 20 movq %rcx,%r13
22 xorq %rcx,%rcx
46 movl (%rdi,%rcx,4),%edx
47 movl %eax,(%rdi,%rcx,4)
64 movl (%rdi,%rcx,4),%edx
65 movl %eax,(%rdi,%rcx,4)
72 movl (%rdi,%rcx,4),%edx
73 movl %ebx,(%rdi,%rcx,4)
80 movl (%rdi,%rcx,4),%ed
    [all...]
rc4-md5-x86_64.S 19 movq %rcx,%r11
25 xorq %rcx,%rcx
55 movl (%rdi,%rcx,4),%edx
57 movl %eax,(%rdi,%rcx,4)
74 movl (%rdi,%rcx,4),%edx
76 movl %ebx,(%rdi,%rcx,4)
92 movl (%rdi,%rcx,4),%edx
94 movl %eax,(%rdi,%rcx,4)
110 movl (%rdi,%rcx,4),%ed
    [all...]
  /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
rc4-x86_64.S 20 movq %rcx,%r13
22 xorq %rcx,%rcx
46 movl (%rdi,%rcx,4),%edx
47 movl %eax,(%rdi,%rcx,4)
64 movl (%rdi,%rcx,4),%edx
65 movl %eax,(%rdi,%rcx,4)
72 movl (%rdi,%rcx,4),%edx
73 movl %ebx,(%rdi,%rcx,4)
80 movl (%rdi,%rcx,4),%ed
    [all...]
rc4-md5-x86_64.S 19 movq %rcx,%r11
25 xorq %rcx,%rcx
55 movl (%rdi,%rcx,4),%edx
57 movl %eax,(%rdi,%rcx,4)
74 movl (%rdi,%rcx,4),%edx
76 movl %ebx,(%rdi,%rcx,4)
92 movl (%rdi,%rcx,4),%edx
94 movl %eax,(%rdi,%rcx,4)
110 movl (%rdi,%rcx,4),%ed
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.S 17 movq %rcx,%r13
19 xorq %rcx,%rcx
42 movl (%rdi,%rcx,4),%edx
43 movl %eax,(%rdi,%rcx,4)
60 movl (%rdi,%rcx,4),%edx
61 movl %eax,(%rdi,%rcx,4)
68 movl (%rdi,%rcx,4),%edx
69 movl %ebx,(%rdi,%rcx,4)
76 movl (%rdi,%rcx,4),%ed
    [all...]
rc4-md5-x86_64.S 17 movq %rcx,%r11
23 xorq %rcx,%rcx
53 movl (%rdi,%rcx,4),%edx
55 movl %eax,(%rdi,%rcx,4)
72 movl (%rdi,%rcx,4),%edx
74 movl %ebx,(%rdi,%rcx,4)
90 movl (%rdi,%rcx,4),%edx
92 movl %eax,(%rdi,%rcx,4)
108 movl (%rdi,%rcx,4),%ed
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
recon_mmx.asm 39 movsxd rcx, dword ptr arg(3) ;dst_stride
45 movq [rdi+rcx], mm1
46 movq [rdi+rcx*2], mm2
49 lea rdi, [rdi+rcx*2]
52 add rdi, rcx
59 movq [rdi+rcx], mm4
61 movq [rdi+rcx*2], mm5
62 lea rdi, [rdi+rcx*2]
67 movq [rdi+rcx], mm0
68 movq [rdi+rcx*2],mm
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
recon_mmx.asm 39 movsxd rcx, dword ptr arg(3) ;dst_stride
45 movq [rdi+rcx], mm1
46 movq [rdi+rcx*2], mm2
49 lea rdi, [rdi+rcx*2]
52 add rdi, rcx
59 movq [rdi+rcx], mm4
61 movq [rdi+rcx*2], mm5
62 lea rdi, [rdi+rcx*2]
67 movq [rdi+rcx], mm0
68 movq [rdi+rcx*2],mm
    [all...]
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.S 23 movq %rsi,%rcx
26 shrq $2,%rcx
30 xorq %rcx,%rdx
78 movq (%rsp,%rdi,8),%rcx
80 movq %rcx,%rbx
81 shlq $4,%rcx
85 xorq %rcx,%rax
93 movq (%rsp,%rdi,8),%rcx
95 movq %rcx,%rbx
96 shlq $12,%rcx
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 66 __ movq(rbx, Operand(rsp, rcx, times_2, 0)); // [rsp+rcx*4]
81 __ addq(rsi, Operand(rcx, times_4, 0));
82 __ addq(rsi, Operand(rcx, times_4, 24));
83 __ addq(rsi, Operand(rcx, times_4, -4));
84 __ addq(rsi, Operand(rcx, times_4, -1999));
86 __ addq(rdi, Operand(rbp, rcx, times_4, 0));
87 __ addq(rdi, Operand(rbp, rcx, times_4, 12));
88 __ addq(rdi, Operand(rbp, rcx, times_4, -8));
89 __ addq(rdi, Operand(rbp, rcx, times_4, -3999))
120 __ bts(Operand(rdx, 0), rcx); local
121 __ bts(Operand(rbx, rcx, times_4, 0), rcx); local
    [all...]
test-macro-assembler-x64.cc 78 using i::rcx;
89 // in RSI, RDI, RDX, RCX, R8, and R9, and floating point arguments in
147 __ Move(rcx, value);
149 __ cmpq(rcx, rdx);
195 __ Move(rcx, Smi::FromInt(x));
196 __ movq(r8, rcx);
199 __ SmiCompare(rcx, rdx);
212 __ cmpq(rcx, r8);
219 __ SmiCompare(rdx, rcx);
229 __ cmpq(rcx, rcx)
2619 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::UInteger8()); local
2632 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Smi()); local
2645 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Integer32()); local
2658 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::HeapObject()); local
2671 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Tagged()); local
2684 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::External()); local
2697 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Integer8()); local
2711 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Integer16()); local
2725 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::UInteger16()); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_reloc.asm 25 movq _VAR+8(%rip), %rcx
30 movq _VAR2+8(%rip), %rcx
35 movq _VAR3+8(%rip), %rcx
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/aes/
aesni-x86_64.S 50 movups (%rcx),%xmm0
52 movups 16(%rcx),%xmm1
55 movups 32(%rcx),%xmm0
56 leaq 32(%rcx,%rax,1),%rcx
63 movups (%rcx,%rax,1),%xmm1
67 movups -16(%rcx,%rax,1),%xmm0
79 movups (%rcx),%xmm0
81 movups 16(%rcx),%xmm1
84 movups 32(%rcx),%xmm
    [all...]

Completed in 1405 milliseconds

1 2 3 4 5 6 7 8 91011>>