Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp394 uint16_t Imm7_6 = extractBits(Value, 6, 2) << 5; in applyFixup() local
399 (RawInstr & 0xE383) | Imm8 | Imm4_3 | Imm7_6 | Imm2_1 | Imm5; in applyFixup()