Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp735 const bool rvc = getEFlags(ctx, sec.file) & EF_RISCV_RVC; in relaxCall() local
745 if (remove >= 6 && rvc && isInt<12>(displace) && rd == 0) { in relaxCall()
749 } else if (remove >= 6 && rvc && isInt<12>(displace) && rd == X_RA && in relaxCall()