Searched refs:SCR_REG_WIDTH (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | lbt.S | 15 #define SCR_REG_WIDTH 8 macro 79 EX st.d t1, a0, (0 * SCR_REG_WIDTH) 81 EX st.d t1, a0, (1 * SCR_REG_WIDTH) 83 EX st.d t1, a0, (2 * SCR_REG_WIDTH) 85 EX st.d t1, a0, (3 * SCR_REG_WIDTH) 98 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr 100 EX ld.d t1, a0, (1 * SCR_REG_WIDTH) 102 EX ld.d t1, a0, (2 * SCR_REG_WIDTH) 104 EX ld.d t1, a0, (3 * SCR_REG_WIDTH)
|