Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp465 unsigned Bit8 = (Value >> 8) & 0x1; in adjustFixupValue() local
470 Value = (Bit8 << 12) | (Bit4_3 << 10) | (Bit7_6 << 5) | (Bit2_1 << 3) | in adjustFixupValue()