Home
last modified time | relevance | path

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

/libcpu/risc-v/virt64/
A Dstart.c17 unsigned int *dst; in init_bss() local
19 dst = &__bss_start; in init_bss()
20 while (dst < &__bss_end) in init_bss()
22 *dst++ = 0; in init_bss()
/libcpu/aarch64/common/include/
A Dasm-generic.h34 .macro GET_THREAD_SELF, dst:req
40 .if \dst != x0
41 mov dst, x0
/libcpu/risc-v/vector/rvv-1.0/
A Drvv_context.h50 .macro SAVE_VECTOR, dst
51 mv t1, \dst
83 .macro RESTORE_VECTOR, dst
85 mv t0, \dst

Completed in 5 milliseconds