Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S39 .cfi_rel_offset r9, 20
169 mov r0, r9 @ pass Thread::Current
178 mov r0, r9 @ pass Thread::Current
188 mov r1, r9 @ pass Thread::Current
199 mov r2, r9 @ pass Thread::Current
259 mov r3, r9 @ pass Thread::Current
295 push {r0, r4, r5, r9, r11, lr} @ spill regs
296 .save {r0, r4, r5, r9, r11, lr}
302 .cfi_rel_offset r9, 12
307 mov r9, r3 @ move managed thread pointer into r9
[all …]
Dportable_entrypoints_arm.S30 push {r0, r4, r5, r9, r11, lr} @ spill regs
31 .save {r0, r4, r5, r9, r11, lr}
36 .cfi_rel_offset r9, 12
42 mov r9, r3 @ move managed thread pointer into r9
61 pop {r0, r4, r5, r9, r11, lr} @ restore spill regs
118 mov r2, r9 @ pass Thread::Current
Dasm_support_arm.S27 #define rSELF r9
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S158 PUSH r9 // Quick arg 5.
218 POP r9
438 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character.
452 PUSH r9 // Save r9/shorty*.
475 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
482 LOOP_OVER_SHORTY_LOADING_GPRS r9, r9d, .Lgpr_setup_finished
487 POP r9 // Pop r9 - shorty*.
490 cmpb LITERAL(68), (%r9) // Test if result type char == 'D'.
492 cmpb LITERAL(70), (%r9) // Test if result type char == 'F'.
522 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
[all …]
Djni_entrypoints_x86_64.S24 PUSH r9 // Arg.
70 POP r9 // Arg.
Dmemcmp16_x86_64.S309 mov %r8, %r9
311 add %r9, %r8
625 mov %r8, %r9
627 add %r9, %r8
/art/compiler/dex/quick/x86/
Dx86_lir.h146 r9 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 9, enumerator
247 constexpr RegStorage rs_r9(RegStorage::kValid | r9);
Dtarget_x86.cc818 rX86_ARG5 = r9; in X86Mir2Lir()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc3 " 2: 46c8 mov r8, r9\n",
10 " 4: ea4f 0809 mov.w r8, r9\n",
334 " 4: f240 0934 movw r9, #52 ; 0x34\n",
336 " c: f64f 79ff movw r9, #65535 ; 0xffff\n",
402 " 6: fb09 f808 mul.w r8, r9, r8\n",
403 " a: fb09 f80a mul.w r8, r9, sl\n",
405 " 12: fb09 9808 mla r8, r9, r8, r9\n",
407 " 1a: fb09 9818 mls r8, r9, r8, r9\n",
409 " 22: fbaa 890b umull r8, r9, sl, fp\n",
414 " 4: fb99 f8fa sdiv r8, r9, sl\n",
[all …]