Lines Matching refs:tmp
24 tmp .req x9 label
30 mrs tmp, sctlr_el1 // Read the SCTLR into a temp
31 bic tmp, tmp, #(1<<12) // Disable icache
32 bic tmp, tmp, #(1<<2) // Disable dcache/ucache
33 bic tmp, tmp, #(1<<0) // Disable the MMU
34 msr sctlr_el1, tmp // Write the temp back to the control register
78 orr tmp, x0, x1
79 orr tmp, tmp, x2
80 cbz tmp, .Lfinish_copy
136 ldr tmp, [x1, x3, lsl 3]
137 str tmp, [x0, x3, lsl 3]