Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/riscv/lib/
H A 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
135 SAVE_LONG(a0, 0)
136 SAVE_LONG(a1, 1)
137 SAVE_LONG(ra, 2)