Searched refs:r8 (Results 1 – 8 of 8) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 161 PUSH r8 // Quick arg 4. 206 PUSH r8 // Quick arg 4. 256 POP r8 365 movq %rsp, %r8 // pass SP 486 PUSH r8 // Save r8/result*. 522 LOOP_OVER_SHORTY_LOADING_GPRS r8, r8d, .Lgpr_setup_finished 533 POP r8 // Pop r8 - result*. 539 movq %rax, (%r8) // Store the result assuming its a long, int or Object* 542 movsd %xmm0, (%r8) // Store the double floating point result. 545 movss %xmm0, (%r8) // Store the floating point result. [all …]
|
D | jni_entrypoints_x86_64.S | 25 PUSH r8 // Arg. 69 POP r8 // Arg.
|
D | memcmp16_x86_64.S | 305 mov $DATA_CACHE_SIZE_HALF, %r8 307 mov __x86_64_data_cache_size_half(%rip), %r8 309 mov %r8, %r9 310 shr $1, %r8 311 add %r9, %r8 312 cmp %r8, %rdx 621 mov $DATA_CACHE_SIZE_HALF, %r8 623 mov __x86_64_data_cache_size_half(%rip), %r8 625 mov %r8, %r9 626 shr $1, %r8 [all …]
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 37 .cfi_rel_offset r8, 16 63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves 68 .cfi_rel_offset r8, 12 89 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves 93 .cfi_restore r8 110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 118 .cfi_rel_offset r8, 24 153 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves 160 .cfi_restore r8 387 push {r4, r5, r6, r7, r8, r9, r10, r11, lr} @ spill regs [all …]
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 20 // 0x00000000: push {r5, r6, r7, r8, r10, r11, lr} 25 // 0x00000004: .cfi_offset: r8 at cfa-16 79 // 0x00000026: pop {r5, r6, r7, r8, r10, r11, pc} 370 // 0x00000028: sw r8, +24(r29) 371 // 0x0000002c: .cfi_offset: r8 at cfa-40 381 // 0x00000044: lw r8, +24(r29) 382 // 0x00000048: .cfi_restore: r8 452 // 0x00000038: sw r8, +116(r29)
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 3 " 2: 46c8 mov r8, r9\n", 5 " 6: f04f 0809 mov.w r8, #9\n", 10 " 4: ea4f 0809 mov.w r8, r9\n", 105 " c: ea4f 1804 mov.w r8, r4, lsl #4\n", 106 " 10: ea4f 1854 mov.w r8, r4, lsr #5\n", 107 " 14: ea4f 18a4 mov.w r8, r4, asr #6\n", 108 " 18: ea4f 18f4 mov.w r8, r4, ror #7\n", 109 " 1c: ea4f 0834 mov.w r8, r4, rrx\n", 119 " 10: f8d4 8018 ldr.w r8, [r4, #24]\n", 120 " 14: f894 8018 ldrb.w r8, [r4, #24]\n", [all …]
|
/art/compiler/dex/quick/arm/ |
D | arm_lir.h | 127 r8 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 8, enumerator 221 constexpr RegStorage rs_r8(RegStorage::kValid | r8);
|
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 148 r8 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 8, enumerator 252 constexpr RegStorage rs_r8(RegStorage::kValid | r8);
|