Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp410 uint16_t Imm9_8 = extractBits(Value, 8, 2) << 9; in applyFixup() local
417 *(little16_t *)FixupPtr = (RawInstr & 0xE003) | Imm11 | Imm4 | Imm9_8 | in applyFixup()