Home
last modified time | relevance | path

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

/external/u-boot/arch/riscv/lib/
Dcrt0_riscv_efi.S15 #define SAVE_LONG(reg, idx) sd reg, (idx*SIZE_LONG)(sp) macro
20 #define SAVE_LONG(reg, idx) sw reg, (idx*SIZE_LONG)(sp) macro
134 SAVE_LONG(a0, 0)
135 SAVE_LONG(a1, 1)
136 SAVE_LONG(ra, 2)