Home
last modified time | relevance | path

Searched defs:get_f64 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/kernel/
H A Dfpu.S111 # define get_f64(which) fmv.x.d a0, which; j 2f macro
114 # define get_f64(which) fsd which, 0(a1); j 2f macro