Lines Matching +full:address +full:- +full:aligned
2 #include <asm-generic/export.h>
23 /* Use word-oriented copy only if low-order bits match */
24 andi t0, a0, SZREG-1
25 andi t1, a1, SZREG-1
28 addi t0, a1, SZREG-1
29 andi t1, a3, ~(SZREG-1)
30 andi t0, t0, ~(SZREG-1)
32 * a3: terminal address of source region
33 * t0: lowest XLEN-aligned address in source
34 * t1: highest XLEN-aligned address in source
79 addi t0, a0, SZREG-1
80 andi t1, a3, ~(SZREG-1)
81 andi t0, t0, ~(SZREG-1)
83 * a3: terminal address of target region
84 * t0: lowest doubleword-aligned address in target region
85 * t1: highest doubleword-aligned address in target region