opnsense-src/lib/libc/riscv/gen
John Baldwin f5a7e78d32 Tidy the _set_tp function for RISC-V.
- Use a constant for the offset instead of a magic number.
- Use an addi instruction that writes to tp directly instead of a mv
  that writes the result of a compiler-generated addi.

Reviewed by:	mhorne
MFC after:	1 week
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D23521
2020-02-06 21:46:15 +00:00
..
_ctx_start.S
_set_tp.c Tidy the _set_tp function for RISC-V. 2020-02-06 21:46:15 +00:00
_setjmp.S Use a single 'ld' to read the jmpbuf magic values instead of 'la; ld'. 2019-12-04 20:50:49 +00:00
fabs.S Replace SOFTFLOAT with __riscv_float_abi_*. 2018-04-19 20:36:15 +00:00
flt_rounds.c Replace SOFTFLOAT with __riscv_float_abi_*. 2018-04-19 20:36:15 +00:00
infinity.c
makecontext.c
Makefile.inc
setjmp.S Use "far" calls and branches so that lld uses valid relocations. 2019-12-04 21:01:13 +00:00
sigsetjmp.S Use "far" calls and branches so that lld uses valid relocations. 2019-12-04 21:01:13 +00:00