Lines Matching refs:dest
376 #define dest r4 in do_autoload() macro
393 mov dest, dest_begin // dest working pointer in do_autoload()
395 cmp dest, dest_end in do_autoload()
397 strmi tmp, [dest], #4 in do_autoload()
402 add dest_end, dest, tmp // bss end in do_autoload()
405 cmp dest, dest_end in do_autoload()
406 strcc tmp, [dest], #4 in do_autoload()
410 bic dest, dest_begin, #HW_CACHE_LINE_SIZE - 1 in do_autoload()
413 mcr p15, 0, dest, c7, c5, 1 // ICache in do_autoload()
414 mcr p15, 0, dest, c7, c14, 1 // DCache in do_autoload()
415 add dest, dest, #HW_CACHE_LINE_SIZE in do_autoload()
416 cmp dest, dest_end in do_autoload()