Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp231 uint32_t Imm20 = extractBits(Value, 20, 1) << 31; in applyFixup() local
237 (RawInstr & 0xFFF) | Imm20 | Imm10_1 | Imm11 | Imm19_12; in applyFixup()