Lines Matching +full:- +full:t0
4 * SPDX-License-Identifier: Apache-2.0
31 * known (luckily they're all power-of-2's simplifying the code further).
39 la t0, pmpaddr_store
40 slli t1, a0, 4 /* 16-byte instruction blocks */
41 add t0, t0, t1
42 jr t0
50 lr t0, (RV_REGSIZE * _index)(a3)
52 csrw (CSR_PMPADDR_BASE + _index), t0
63 * a1 = (a1 + RV_REGSIZE - 1) / RV_REGSIZE
65 la t0, pmpcfg_store
67 slli t1, a0, 4 /* 16-byte instruction blocks */
68 add t0, t0, t1
69 addi a1, a1, RV_REGSIZE - 1
71 jr t0
79 lr t0, (RV_REGSIZE * _index)(a4)
81 csrw (CSR_PMPCFG_BASE + RV_REGSIZE/4 * _index), t0
91 la t0, pmpcfg_zerotail
92 slli a0, a0, 2 /* 4-byte instruction blocks */
93 add t0, t0, a0
94 jr t0