Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 7 of 7) sorted by relevance

/libcpu/risc-v/common/
A Dinterrupt_gcc.S66 STORE x5, 5 * REGBYTES(sp)
67 STORE x1, 1 * REGBYTES(sp)
70 STORE t0, 2 * REGBYTES(sp)
71 STORE x4, 4 * REGBYTES(sp)
72 STORE x6, 6 * REGBYTES(sp)
73 STORE x7, 7 * REGBYTES(sp)
74 STORE x8, 8 * REGBYTES(sp)
75 STORE x9, 9 * REGBYTES(sp)
119 STORE a0, 0 * REGBYTES(sp)
123 STORE sp, 0(t1)
[all …]
A Dcontext_gcc.S137 STORE sp, (a0)
139 STORE x1, 0 * REGBYTES(sp)
140 STORE x1, 1 * REGBYTES(sp)
147 STORE a0, 2 * REGBYTES(sp)
149 STORE x4, 4 * REGBYTES(sp)
150 STORE x5, 5 * REGBYTES(sp)
151 STORE x6, 6 * REGBYTES(sp)
152 STORE x7, 7 * REGBYTES(sp)
153 STORE x8, 8 * REGBYTES(sp)
154 STORE x9, 9 * REGBYTES(sp)
[all …]
A Dcpuport.h44 #define STORE sd macro
48 #define STORE sw macro
A Dreadme.md126 STORE ra, 0 * REGBYTES(sp)
169 STORE ra, 0 * REGBYTES(sp) // 将返回地址寄存器值保存至栈中
/libcpu/risc-v/common64/
A Dstackframe.h22 #define STORE sd macro
80 STORE x1, 1 * REGBYTES(sp)
86 STORE x1, 0 * REGBYTES(sp)
88 STORE x3, 3 * REGBYTES(sp)
90 STORE x5, 5 * REGBYTES(sp)
91 STORE x6, 6 * REGBYTES(sp)
92 STORE x7, 7 * REGBYTES(sp)
93 STORE x8, 8 * REGBYTES(sp)
94 STORE x9, 9 * REGBYTES(sp)
95 STORE x10, 10 * REGBYTES(sp)
[all …]
A Dcontext_gcc.S21 STORE \reg, \index*REGBYTES(sp)
101 STORE sp, (a0)
/libcpu/risc-v/vector/rvv-1.0/
A Drvv_context.h54 STORE t0, VEC_FRAME_VSTART(t1)
56 STORE t0, VEC_FRAME_VTYPE(t1)
58 STORE t0, VEC_FRAME_VL(t1)
60 STORE t0, VEC_FRAME_VCSR(t1)

Completed in 7 milliseconds