Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S71 testq %rax, %rax // check if returned method code is null
73 jmp *%rax // otherwise, tail call to intended method
Dmemcmp16_x86_64.S779 mov -16(%rdi), %rax
781 cmp %rax, %rcx
784 mov -8(%rdi), %rax
786 cmp %rax, %rcx
793 mov -12(%rdi), %rax
795 cmp %rax, %rcx
829 mov -18(%rdi), %rax
831 cmp %rax, %rcx
834 mov -10(%rdi), %rax
836 cmp %rax, %rcx
[all …]
Dquick_entrypoints_x86_64.S369 movq %rax, %rdi
370 movq %rdx, %rax
377 jmp *%rax
510 movq %rdi, %rax // rax := method to be called
517 movq %rax, %rdi // rdi := method to be called
539 movq %rax, (%r8) // Store the result assuming its a long, int or Object*
604 movq %rdi, %rax // rax := method to be called
611 movq %rax, %rdi // rdi := method to be called
632 movq %rax, (%r8) // Store the result assuming its a long, int or Object*
689 popq %rax
[all …]
/art/compiler/dex/quick/
Dquick_cfi_test_expected.inc124 // 0x0000001c: movq rax, rdi
/art/compiler/optimizing/
Dcode_generator_x86_64.cc2622 CpuRegister rax = eax; in GenerateDivRemWithAnyConstant() local
2628 __ movq(numerator, rax); in GenerateDivRemWithAnyConstant()
2631 codegen_->Load64BitValue(rax, magic); in GenerateDivRemWithAnyConstant()
2650 __ movq(rax, rdx); in GenerateDivRemWithAnyConstant()
2652 __ addq(rdx, rax); in GenerateDivRemWithAnyConstant()
2655 __ movq(rax, numerator); in GenerateDivRemWithAnyConstant()
2663 __ subq(rax, rdx); in GenerateDivRemWithAnyConstant()
2664 __ movq(rdx, rax); in GenerateDivRemWithAnyConstant()
2666 __ movq(rax, rdx); in GenerateDivRemWithAnyConstant()