Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp496 unsigned Bit3_1 = (Value >> 1) & 0x7; in adjustFixupValue() local
499 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()