Home
last modified time | relevance | path

Searched refs:RESTORE_INT_REG (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/riscv/
A Dswapcontext.S94 RESTORE_INT_REG (t1, 0, t0)
95 RESTORE_INT_REG (ra, 1, t0)
96 RESTORE_INT_REG (sp, 2, t0)
97 RESTORE_INT_REG (s0, 8, t0)
98 RESTORE_INT_REG (s1, 9, t0)
99 RESTORE_INT_REG (a0, 10, t0)
100 RESTORE_INT_REG (a1, 11, t0)
101 RESTORE_INT_REG (a2, 12, t0)
102 RESTORE_INT_REG (a3, 13, t0)
103 RESTORE_INT_REG (a4, 14, t0)
[all …]
A Dsetcontext.S69 RESTORE_INT_REG (t1, 0, t0)
71 RESTORE_INT_REG (sp, 2, t0)
74 RESTORE_INT_REG (a0, 10, t0)
75 RESTORE_INT_REG (a1, 11, t0)
76 RESTORE_INT_REG (a2, 12, t0)
77 RESTORE_INT_REG (a3, 13, t0)
78 RESTORE_INT_REG (a4, 14, t0)
79 RESTORE_INT_REG (a5, 15, t0)
80 RESTORE_INT_REG (a6, 16, t0)
81 RESTORE_INT_REG (a7, 17, t0)
A Ducontext-macros.h42 #define RESTORE_INT_REG(name, num, base) \ macro
46 RESTORE_INT_REG (name, num, base); \

Completed in 3 milliseconds