Searched refs:rdi (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 51 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 …]
|
D | 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() 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 …]
|
D | jni_entrypoints_x86_64.S | 26 PUSH rdi // JniEnv. 47 movq %gs:THREAD_SELF_OFFSET, %rdi // RDI := Thread::Current() 68 POP rdi // JniEnv.
|
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 140 #define IN_ARG0 %rdi 147 #define OUT_ARG0 %rdi
|
/art/runtime/arch/ |
D | stub_test.cc | 462 PUSH(%%rdi) in Invoke3WithReferrerAndHidden() 486 POP(%%rdi) in Invoke3WithReferrerAndHidden() 501 POP(%%rdi) in Invoke3WithReferrerAndHidden()
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 124 // 0x00000014: movq [rsp], rdi
|
D | intrinsics_x86_64.cc | 1406 CpuRegister rdi = locations->GetTemp(1).AsRegister<CpuRegister>(); in VisitStringEquals() local 1445 __ leal(rdi, Address(arg, value_offset)); in VisitStringEquals()
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 285 // 0x0000002a: movq [rsp], rdi
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 147 #define IN_ARG0 %rdi 154 #define OUT_ARG0 %rdi
|