Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp592 unsigned Bit19 = (Value >> 19) & 0x1; in adjustFixupValue() local
595 Value = (Bit19 << 31) | (Bit14_0 << 16) | (Bit18_15 << 12); in adjustFixupValue()