Searched refs:rdi (Results 1 – 8 of 8) 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 | 236 movq %rdi, 0(%rsp) 289 PUSH rdi 379 POP rdi 417 movq %gs:THREAD_SELF_OFFSET, %rdi 435 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 445 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 484 movq (FRAME_SIZE_SAVE_EVERYTHING - 2 * __SIZEOF_POINTER__)(%rsp), %rdi 548 movq %rax, %rdi 552 testq %rdi, %rdi 692 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 | 141 #define IN_ARG0 %rdi 148 #define OUT_ARG0 %rdi
|
/art/runtime/arch/ |
D | stub_test.cc | 466 PUSH(%%rdi) in Invoke3WithReferrerAndHidden() 490 POP(%%rdi) in Invoke3WithReferrerAndHidden() 505 POP(%%rdi) in Invoke3WithReferrerAndHidden()
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 289 // 0x0000002a: movq [rsp], rdi
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 1558 CpuRegister rdi = locations->GetTemp(1).AsRegister<CpuRegister>(); in VisitStringEquals() local 1618 __ leal(rdi, Address(arg, value_offset)); in VisitStringEquals()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 148 #define IN_ARG0 %rdi 155 #define OUT_ARG0 %rdi
|