Lines Matching +full:- +full:t0
4 * SPDX-License-Identifier: Apache-2.0
34 /* Enable I/D-Cache */
35 csrr t0, NDS_MCACHE_CTL
36 ori t0, t0, 1 #/I-Cache
37 ori t0, t0, 2 #/D-Cache
38 csrw NDS_MCACHE_CTL, t0
41 /* Enable misaligned access and non-blocking load */
42 li t0, (1 << 8) | (1 << 6)
43 csrs NDS_MMISC_CTL, t0
46 lui t0, 0
51 sw t0, 0(t2)
61 lw t0, 0(t1)
62 sw t0, 0(t2)
73 lw t0, 0(t1)
74 sw t0, 0(t2)