Searched defs:prefetch_distance (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-arm-neon-asm.h623 prefetch_distance, \ variable
650 .if prefetch_distance == 0
775 .if prefetch_distance < 0 || prefetch_distance > 15
776 .error "invalid prefetch distance (prefetch_distance)"
813 /* PF_CTL = prefetch_distance | ((h - 1) << 4) */
815 PF add PF_CTL, #(prefetch_distance - 0x10)

Completed in 100 milliseconds