Searched refs:a0 (Results 1 – 3 of 3) sorted by relevance
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_gcc.S | 58 mv s0, a0 62 mv a0, s2 64 mv a0, s2 97 mv a0, x0 103 mv a0, sp 123 mv sp, a0 147 mv s2, a0 161 mv ra, a0 163 mv sp, a0 182 mv a0, s2 [all …]
|
| A D | lwp_arch.c | 187 syscall_frame->a0 = 0; in arch_set_thread_context()
|
| /components/finsh/ |
| A D | finsh.h | 99 #define _MSH_FUNCTION_CMD2(a0, a1) \ argument 100 MSH_FUNCTION_EXPORT_CMD(a0, a0, a1, 0) 102 #define _MSH_FUNCTION_CMD2_OPT(a0, a1, a2) \ argument 103 MSH_FUNCTION_EXPORT_CMD(a0, a0, a1, a0##_msh_options) 105 #define _MSH_FUNCTION_EXPORT_CMD3(a0, a1, a2) \ argument 106 MSH_FUNCTION_EXPORT_CMD(a0, a1, a2, 0) 108 #define _MSH_FUNCTION_EXPORT_CMD3_OPT(a0, a1, a2, a3) \ argument 109 MSH_FUNCTION_EXPORT_CMD(a0, a1, a2, a0##_msh_options)
|
Completed in 5 milliseconds