Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp414 uint32_t imm4_1 = extractBits(val, 4, 1) << 8; in relocate() local
416 insn |= imm12 | imm10_5 | imm4_1 | imm11; in relocate()