Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp605 uint64_t Bit10_5 = (Value >> 5) & 0x3f; in adjustFixupValue() local
609 Value = (Bit31_16 << 32ull) | (Bit12 << 31) | (Bit10_5 << 25) | in adjustFixupValue()