Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp398 uint32_t imm10_1 = extractBits(val, 10, 1) << 21; in relocate() local
401 insn |= imm20 | imm10_1 | imm11 | imm19_12; in relocate()