Searched refs:stp (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 92 stp A_l, A_l, [dst, #-48] 94 stp A_l, A_l, [dst, #-32] 96 stp A_l, A_l, [dst, #-16] 101 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */ 129 stp A_l, A_l, [dst] 138 stp A_l, A_l, [dst, #16] 139 stp A_l, A_l, [dst, #32] 140 stp A_l, A_l, [dst, #48] 141 stp A_l, A_l, [dst, #64]! 159 stp A_l, A_l, [dst] [all …]
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 363 time_point<system_clock> stp; in TEST() local 387 stp = {}; in TEST() 388 stp += duration_cast<chrono::seconds>(tp.time_since_epoch()); in TEST() 389 si.update_perf_history((i + 1) * 5, stp); in TEST() 429 time_point<system_clock> stp; in TEST() local 430 stp += hours(36); in TEST() 431 si.update_perf_history(100, stp); in TEST()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | asm_test_jacket.S | 44 stp x29, x30, [sp,#-16]! 45 stp x27, x28, [sp,#-16]!
|