Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp580 unsigned Bit4_0 = Value & 0x1f; in adjustFixupValue() local
581 Value = (Bit5 << 12) | (Bit4_0 << 2); in adjustFixupValue()