Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp302 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
304 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5; in adjustFixupValue()
311 unsigned Bit5 = (Value >> 5) & 0x1; in adjustFixupValue() local
315 (Bit5 << 2); in adjustFixupValue()