Home | History | Annotate | Download | only in bionic

Lines Matching refs:CACHE_LINE_SIZE

36 #define CACHE_LINE_SIZE         (64)
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]
139 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32]
147 pld [r1, #-(PREFETCH_DISTANCE_NEAR+CACHE_LINE_SIZE*2)+32]
173 pld [r1, #-(PREFETCH_DISTANCE_MID+CACHE_LINE_SIZE)+32]
181 pld [r1, #-(PREFETCH_DISTANCE_MID+CACHE_LINE_SIZE)+32]
206 pld [r1, #-(PREFETCH_DISTANCE_FAR+CACHE_LINE_SIZE*2)+128]
207 pld [r1, #-(PREFETCH_DISTANCE_FAR+CACHE_LINE_SIZE)+128]