Home
last modified time | relevance | path

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

/u-boot/arch/riscv/lib/
A Dcrt0_riscv_efi.S15 #define SAVE_LONG(reg, idx) sd reg, (idx*SIZE_LONG)(sp) macro
21 #define SAVE_LONG(reg, idx) sw reg, (idx*SIZE_LONG)(sp) macro
160 SAVE_LONG(a0, 0)
161 SAVE_LONG(a1, 1)
162 SAVE_LONG(ra, 2)

Completed in 3 milliseconds