Lines Matching +full:address +full:- +full:aligned
24 /* Use word-oriented copy only if low-order bits match */
25 andi t0, a0, SZREG-1
26 andi t1, a1, SZREG-1
29 addi t0, a1, SZREG-1
30 andi t1, a3, ~(SZREG-1)
31 andi t0, t0, ~(SZREG-1)
33 * a3: terminal address of source region
34 * t0: lowest XLEN-aligned address in source
35 * t1: highest XLEN-aligned address in source
78 addi t0, a0, SZREG-1
79 andi t1, a3, ~(SZREG-1)
80 andi t0, t0, ~(SZREG-1)
82 * a3: terminal address of target region
83 * t0: lowest doubleword-aligned address in target region
84 * t1: highest doubleword-aligned address in target region