Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp295 uint32_t Imm11_5 = extractBits(Lo, 5, 7) << 25; in applyFixup() local
299 *(little32_t *)FixupPtr = (RawInstr & 0x1FFF07F) | Imm11_5 | Imm4_0; in applyFixup()
327 uint32_t Imm11_5 = extractBits(Lo, 5, 7) << 25; in applyFixup() local
330 *(little32_t *)FixupPtr = (RawInstr & 0x1FFF07F) | Imm11_5 | Imm4_0; in applyFixup()