Searched refs:CACHE_LINE_SIZE (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libc/arch-arm/cortex-a15/bionic/ |
H A D | memmove.S | 36 #define CACHE_LINE_SIZE (64) macro 39 #define PREFETCH_DISTANCE_NEAR (CACHE_LINE_SIZE*4) 40 #define PREFETCH_DISTANCE_MID (CACHE_LINE_SIZE*4) 41 #define PREFETCH_DISTANCE_FAR (CACHE_LINE_SIZE*16) 65 pld [r1, #-CACHE_LINE_SIZE] 66 pld [r1, #-CACHE_LINE_SIZE*2] 117 pld [r1, #-CACHE_LINE_SIZE*3] 118 pld [r1, #-CACHE_LINE_SIZE*4] 173 pld [r1, #-(PREFETCH_DISTANCE_MID+CACHE_LINE_SIZE)+32] 181 pld [r1, #-(PREFETCH_DISTANCE_MID+CACHE_LINE_SIZE)+32] [all …]
|
/aosp12/bionic/libc/arch-arm/generic/bionic/ |
H A D | memcmp.S | 33 #define CACHE_LINE_SIZE 32 macro 35 #define CACHE_LINE_SIZE 64 macro 45 pld [r0, #(CACHE_LINE_SIZE * 0)] 46 pld [r0, #(CACHE_LINE_SIZE * 1)] 53 pld [r1, #(CACHE_LINE_SIZE * 0)] 54 pld [r1, #(CACHE_LINE_SIZE * 1)] 70 pld [r0, #(CACHE_LINE_SIZE * 2)] 71 pld [r1, #(CACHE_LINE_SIZE * 2)] 75 pld [r0, #(CACHE_LINE_SIZE * 2)] 77 pld [r1, #(CACHE_LINE_SIZE * 2)] [all …]
|
/aosp12/system/extras/tests/icachetest/ |
H A D | icache_main.cpp | 16 static constexpr size_t CACHE_LINE_SIZE = 64; variable 17 static constexpr size_t MAX_ITERATIONS_COUNT = MAX_CODE_SIZE / CACHE_LINE_SIZE; 96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() 115 std::cout << ((i*CACHE_LINE_SIZE)/1024) << "\t" in main()
|
/aosp12/bionic/libc/arch-arm/cortex-a55/bionic/ |
H A D | memcpy_base.S | 30 #define CACHE_LINE_SIZE (64) macro 31 #define PREFETCH_DISTANCE (CACHE_LINE_SIZE*6) 44 pld [r1, #CACHE_LINE_SIZE*1] 54 pld [r1, #CACHE_LINE_SIZE*2] 57 pld [r1, #CACHE_LINE_SIZE*3]
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerDyn.cpp | 41 constexpr size_t CACHE_LINE_SIZE = 64; variable 101 CACHE_LINE_SIZE /* alignment */, in resize() 270 CACHE_LINE_SIZE /* alignment */, in createKaiserFir()
|