Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp250 uint32_t RawInstrJalr = *(little32_t *)(FixupPtr + 4); in applyFixup() local
254 RawInstrJalr | (static_cast<uint32_t>(Lo) << 20); in applyFixup()