Searched defs:f (Results 1 – 2 of 2) sorted by relevance
| /libcpu/risc-v/common64/ |
| A D | sbi.h | 126 #define SBI_CALL0(e, f) SBI_CALL5(e, f, 0, 0, 0, 0, 0) argument 127 #define SBI_CALL1(e, f, p1) SBI_CALL5(e, f, p1, 0, 0, 0, 0) argument 128 #define SBI_CALL2(e, f, p1, p2) SBI_CALL5(e, f, p1, p2, 0, 0, 0) argument 129 #define SBI_CALL3(e, f, p1, p2, p3) SBI_CALL5(e, f, p1, p2, p3, 0, 0) argument 130 #define SBI_CALL4(e, f, p1, p2, p3, p4) SBI_CALL5(e, f, p1, p2, p3, p4, 0) argument 131 #define SBI_CALL5(e, f, p1, p2, p3, p4, p5) sbi_call(e, f, p1, p2, p3, p4, p5) argument
|
| A D | stack.h | 63 rt_ubase_t f[CTX_FPU_REG_NR]; /* f0~f31 */ member
|
Completed in 4 milliseconds