Searched refs:A_l (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 51 #define A_l x1 macro 78 orr A_l, A_l, A_l, lsl #32 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. */ 108 str A_l, [dst], #8 129 stp A_l, A_l, [dst] 138 stp A_l, A_l, [dst, #16] 139 stp A_l, A_l, [dst, #32] [all …]
|