Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp607 uint64_t Bit4_1 = (Value >> 1) & 0xf; in adjustFixupValue() local
610 (Bit15_13 << 17) | (Bit4_1 << 8) | (Bit11 << 7); in adjustFixupValue()