Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp105 static uint32_t setLO12_I(uint32_t insn, uint32_t imm) { in setLO12_I() function
440 write32le(loc, setLO12_I(read32le(loc), lo & 0xfff)); in relocate()
458 insn = setLO12_I(insn, val); in relocate()
472 insn = setLO12_I(insn, displace); in relocate()
781 sec.relaxAux->writes.push_back(setLO12_I(insn, val)); in relaxTlsLe()