Home
last modified time | relevance | path

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

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