Lines Matching +full:- +full:t0
4 * SPDX-License-Identifier: Apache-2.0
8 * @brief Assembler-hooks specific to Nuclei's Extended Core Interrupt Controller
18 * In non-vectored mode, interrupts are cleared when writing the mnxti register (done in
34 * This function services and clears all pending interrupts for an ECLIC in non-vectored mode.
37 addi sp, sp, -16
52 * the mtvt, sw irq table is 2-pointer wide -> shift by one. */
53 csrr t0, 0x307 /* mtvt */
54 sub a0, a0, t0
55 la t0, _sw_isr_table
57 add t0, t0, a0
60 lw a0, 0(t0)
63 lw t1, RV_REGSIZE(t0)