Home
last modified time | relevance | path

Searched refs:rdi (Results 1 – 9 of 9) sorted by relevance

/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S51 add %rdx, %rdi
57 movdqu (%rdi), %xmm2
66 sub %rcx, %rdi
68 test $0xf, %rdi
76 movdqu (%rdi), %xmm2
81 movdqu 16(%rdi), %xmm2
86 movdqu 32(%rdi), %xmm2
91 movdqu 48(%rdi), %xmm2
98 movdqu 64(%rdi), %xmm2
103 movdqu 80(%rdi), %xmm2
[all …]
Dquick_entrypoints_x86_64.S228 movq %rdi, 0(%rsp)
271 movq %gs:THREAD_SELF_OFFSET, %rdi
280 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current()
365 movq %rax, %rdi
369 testq %rdi, %rdi
509 movq %rdi, %rax // rax := method to be called
511 leaq 8(%rsp), %rdi // rdi is pointing just above the ArtMethod* in the stack
516 movq %rax, %rdi // rdi := method to be called
524 call *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) // Call the method.
603 movq %rdi, %rax // rax := method to be called
[all …]
Djni_entrypoints_x86_64.S26 PUSH rdi // JniEnv.
47 movq %gs:THREAD_SELF_OFFSET, %rdi // RDI := Thread::Current()
68 POP rdi // JniEnv.
/art/runtime/interpreter/mterp/x86_64/
Dheader.S140 #define IN_ARG0 %rdi
147 #define OUT_ARG0 %rdi
/art/runtime/arch/
Dstub_test.cc462 PUSH(%%rdi) in Invoke3WithReferrerAndHidden()
486 POP(%%rdi) in Invoke3WithReferrerAndHidden()
501 POP(%%rdi) in Invoke3WithReferrerAndHidden()
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc124 // 0x00000014: movq [rsp], rdi
Dintrinsics_x86_64.cc1406 CpuRegister rdi = locations->GetTemp(1).AsRegister<CpuRegister>(); in VisitStringEquals() local
1445 __ leal(rdi, Address(arg, value_offset)); in VisitStringEquals()
/art/compiler/jni/
Djni_cfi_test_expected.inc285 // 0x0000002a: movq [rsp], rdi
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S147 #define IN_ARG0 %rdi
154 #define OUT_ARG0 %rdi