Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp737 const bool rvc = getEFlags(sec.file) & EF_RISCV_RVC; in relaxCall() local
745 if (rvc && isInt<12>(displace) && rd == 0) { in relaxCall()
749 } else if (rvc && isInt<12>(displace) && rd == X_RA && in relaxCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td389 : SubtargetFeature<"no-rvc-hints", "EnableRVCHintInstrs", "false",