Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp296 uint32_t Imm4_0 = extractBits(Lo, 0, 5) << 7; in applyFixup() local
299 *(little32_t *)FixupPtr = (RawInstr & 0x1FFF07F) | Imm11_5 | Imm4_0; in applyFixup()
328 uint32_t Imm4_0 = extractBits(Lo, 0, 5) << 7; in applyFixup() local
330 *(little32_t *)FixupPtr = (RawInstr & 0x1FFF07F) | Imm11_5 | Imm4_0; in applyFixup()