HomeSort by relevance Sort by last modified time
    Searched refs:rdi (Results 201 - 225 of 484) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/boringssl/linux-x86_64/crypto/aes/
aes-x86_64.S 21 movl 0(%r14,%rdi,8),%r11d
28 xorl 3(%r14,%rdi,8),%r11d
46 xorl 2(%r14,%rdi,8),%r11d
53 xorl 1(%r14,%rdi,8),%r11d
60 xorl 1(%r14,%rdi,8),%r12d
75 movzbl 2(%r14,%rdi,8),%r11d
82 movl 0(%r14,%rdi,8),%edi
96 movl 0(%r14,%rdi,8),%edi
109 movl 0(%r14,%rdi,8),%edi
124 movl 2(%r14,%rdi,8),%ed
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
aes-x86_64.S 21 movl 0(%r14,%rdi,8),%r11d
28 xorl 3(%r14,%rdi,8),%r11d
46 xorl 2(%r14,%rdi,8),%r11d
53 xorl 1(%r14,%rdi,8),%r11d
60 xorl 1(%r14,%rdi,8),%r12d
75 movzbl 2(%r14,%rdi,8),%r11d
82 movl 0(%r14,%rdi,8),%edi
96 movl 0(%r14,%rdi,8),%edi
109 movl 0(%r14,%rdi,8),%edi
124 movl 2(%r14,%rdi,8),%ed
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 30 movdqa xmm2, [rdi+2*rax] ; q3
41 movhps xmm2, [rdi + rcx*2]
42 movhps xmm1, [rdi + rcx]
43 movhps xmm4, [rdi]
44 movhps xmm5, [rdi + rax]
47 lea rdi, [rdi + rax*4]
79 movdqa xmm4, [rdi+4*rax] ; p2
86 movhps xmm2, [rdi + rax]
87 movhps xmm4, [rdi]
    [all...]
subpixel_mmx.asm 38 push rdi
48 mov rdi, arg(1) ;output_ptr
93 movq [rdi], mm3 ; store the results in the destination
97 add rdi, rax;
100 add rdi, rax;
109 pop rdi
135 push rdi
147 mov rdi, arg(1) ;output_ptr
188 movd [rdi],mm3 ; store the results in the destination
192 lea rdi, [rdi+rax]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_sse2.asm 30 movdqa xmm2, [rdi+2*rax] ; q3
41 movhps xmm2, [rdi + rcx*2]
42 movhps xmm1, [rdi + rcx]
43 movhps xmm4, [rdi]
44 movhps xmm5, [rdi + rax]
47 lea rdi, [rdi + rax*4]
79 movdqa xmm4, [rdi+4*rax] ; p2
86 movhps xmm2, [rdi + rax]
87 movhps xmm4, [rdi]
    [all...]
subpixel_mmx.asm 38 push rdi
48 mov rdi, arg(1) ;output_ptr
93 movq [rdi], mm3 ; store the results in the destination
97 add rdi, rax;
100 add rdi, rax;
109 pop rdi
135 push rdi
147 mov rdi, arg(1) ;output_ptr
188 movd [rdi],mm3 ; store the results in the destination
192 lea rdi, [rdi+rax]
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 74 Register scratch = rdi;
113 __ JumpIfJSArrayHasAllocationMemento(rdx, rdi, fail);
140 __ JumpIfNotInNewSpace(r8, rdi, &new_backing_store);
148 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
149 __ movp(FieldOperand(r14, HeapObject::kMapOffset), rdi); local
157 rdi,
174 __ leap(rdi, Operand(r9, times_8, FixedArray::kHeaderSize));
175 __ Allocate(rdi, r14, r11, r15, fail, NO_ALLOCATION_FLAGS);
177 __ LoadRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
178 __ movp(FieldOperand(r14, HeapObject::kMapOffset), rdi); local
271 __ movp(FieldOperand(r11, HeapObject::kMapOffset), rdi); local
288 rdi); local
337 rdi); local
    [all...]
builtins-x64.cc 21 // -- rdi : target
29 __ AssertFunction(rdi);
35 __ movp(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
41 __ Push(rdi);
55 FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
67 // -- rdi : target function (preserved for callee)
75 __ Push(rdi);
78 __ Push(rdi);
85 __ Pop(rdi);
118 // -- rdi: constructor functio
    [all...]
  /external/boringssl/win-x86_64/crypto/aes/
aes-x86_64.asm 25 mov r11d,DWORD[rdi*8+r14]
32 xor r11d,DWORD[3+rdi*8+r14]
50 xor r11d,DWORD[2+rdi*8+r14]
57 xor r11d,DWORD[1+rdi*8+r14]
64 xor r12d,DWORD[1+rdi*8+r14]
79 movzx r11d,BYTE[2+rdi*8+r14]
86 mov edi,DWORD[rdi*8+r14]
100 mov edi,DWORD[rdi*8+r14]
113 mov edi,DWORD[rdi*8+r14]
128 mov edi,DWORD[2+rdi*8+r14
    [all...]
vpaes-x86_64.asm 229 movdqu xmm0,XMMWORD[rdi]
293 movdqu xmm0,XMMWORD[8+rdi]
325 movdqu xmm0,XMMWORD[16+rdi]
616 mov QWORD[8+rsp],rdi ;WIN64 prologue
620 mov rdi,rcx
658 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
667 mov QWORD[8+rsp],rdi ;WIN64 prologue
671 mov rdi,rcx
714 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
723 mov QWORD[8+rsp],rdi ;WIN64 prologu
    [all...]
  /external/llvm/test/MC/X86/
cfi_def_cfa-crash.s 25 push %rdi
52 pop %rdi
x86_64-encoding.s 9 // CHECK: movq %gs:(%rdi), %rax
11 movq %gs:(%rdi), %rax
235 // CHECK: flds (%rdi)
237 flds (%rdi)
239 // CHECK: filds (%rdi)
241 filds (%rdi)
  /external/strace/linux/x86_64/
get_syscall_args.c 7 tcp->u_arg[0] = x86_64_regs.rdi;
14 tcp->ext_arg[0] = x86_64_regs.rdi;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-inval-avx512f.l 60 [ ]*18[ ]+vgatherqpd \(%rdi\),%zmm6\{%k1\}
62 [ ]*20[ ]+vpscatterdd %zmm6,\(%rdi\)\{%k1\}
79 [ ]*37[ ]+vgatherqpd zmm6\{k1\}, ZMMWORD PTR \[rdi\]
81 [ ]*39[ ]+vpscatterdd ZMMWORD PTR \[rdi\]\{k1\}, zmm6
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 61 # thread_state pointer is in rdi
64 movq %rax, (%rdi)
65 movq %rbx, 8(%rdi)
66 movq %rcx, 16(%rdi)
67 movq %rdx, 24(%rdi)
68 movq %rdi, 32(%rdi)
69 movq %rsi, 40(%rdi)
70 movq %rbp, 48(%rdi)
71 movq %rsp, 56(%rdi)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syscall-amd64-solaris.S 43 Int syscallno, // %rdi = %rbp-48
65 pushq %rdi /* store %rdi at %rbp-48 */
73 movq $VKI_SIG_SETMASK, %rdi
83 movq $VKI_SIG_SETMASK, %rdi
124 movq OFFSET_amd64_RDI(%rax), %rdi
188 Int syscallno, // %rdi = %rbp-48 = %rbx-48+8
212 movq OFFSET_amd64_RDI(%rax), %rdi
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 61 # thread_state pointer is in rdi
64 movq %rax, (%rdi)
65 movq %rbx, 8(%rdi)
66 movq %rcx, 16(%rdi)
67 movq %rdx, 24(%rdi)
68 movq %rdi, 32(%rdi)
69 movq %rsi, 40(%rdi)
70 movq %rbp, 48(%rdi)
71 movq %rsp, 56(%rdi)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 34 push rdi
55 mov rdi, arg(1) ;dst_ptr
140 movd [rdi], mm1 ;
145 add rdi, 4
152 sub rdi, rdx
157 mov rax, [rdi-4];
162 movq mm4, [rdi+rdx] ; mm4 = p0..p7
199 movq mm4, [rdi+rdx-2] ; mm4 = p-2..p5
235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
242 mov DWORD PTR [rdi+rdx-4], ea
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 33 mov [rsp-16],rdi
48 mov rdi, [rsp+32] ; /* rdi = out */
62 cmp r10, rdi
83 cmp r10, rdi
191 mov rax, rdi
198 mov rsi, rdi
206 mov [rdi], al
207 inc rdi
221 cmp [rsp+40], rdi ; /* if out == beg, outside window */
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 228 movq %rdi, 0(%rsp)
271 movq %gs:THREAD_SELF_OFFSET, %rdi
280 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current()
340 * as usual - except instead of loading arg0/rdi with the target Method*, arg0/rdi will contain
365 movq %rax, %rdi
369 testq %rdi, %rdi
459 * rdi = method pointer
509 movq %rdi, %rax // rax := method to be calle
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 74 movdqu (%rdi), %xmm1
79 mov %rdi, %rax
83 mov %rdi, %rax
250 sub %rdi, %rax
258 sub %rdi, %rax
265 sub %rdi, %rax
272 sub %rdi, %rax
279 sub %rdi, %rax
286 sub %rdi, %rax
  /external/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 140 # rdi = arg #1 (ctx, MD5_CTX pointer)
143 mov %rdi, %rbp # rbp = ctx
145 lea (%rsi,%rdx), %rdi # rdi = end
150 # end is 'rdi'
157 cmp %rdi, %rsi # cmp end with ptr
243 cmp %rdi, %rsi # cmp end with ptr
278 push %rdi
315 mov 8(%rax),%rdi
319 mov %rdi,176($context) # restore context->Rd
    [all...]
  /external/libjpeg-turbo/simd/
jidctflt-sse2-64.asm 94 lea rdi, [workspace] ; FAST_FLOAT * wsptr
139 movaps XMMWORD [XMMBLOCK(0,0,rdi,SIZEOF_FAST_FLOAT)], xmm0
140 movaps XMMWORD [XMMBLOCK(0,1,rdi,SIZEOF_FAST_FLOAT)], xmm0
141 movaps XMMWORD [XMMBLOCK(1,0,rdi,SIZEOF_FAST_FLOAT)], xmm1
142 movaps XMMWORD [XMMBLOCK(1,1,rdi,SIZEOF_FAST_FLOAT)], xmm1
143 movaps XMMWORD [XMMBLOCK(2,0,rdi,SIZEOF_FAST_FLOAT)], xmm2
144 movaps XMMWORD [XMMBLOCK(2,1,rdi,SIZEOF_FAST_FLOAT)], xmm2
145 movaps XMMWORD [XMMBLOCK(3,0,rdi,SIZEOF_FAST_FLOAT)], xmm3
146 movaps XMMWORD [XMMBLOCK(3,1,rdi,SIZEOF_FAST_FLOAT)], xmm3
293 movaps XMMWORD [XMMBLOCK(0,0,rdi,SIZEOF_FAST_FLOAT)], xmm
    [all...]
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.S 59 cmp %rdi,%rdi
87 movq (%rax), %rdi
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-nops-5-k8.d 13 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi
18 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi
23 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi
28 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi
49 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi
64 [ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%rdi,%riz,1\),%edi

Completed in 942 milliseconds

1 2 3 4 5 6 7 891011>>