Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp551 unsigned Bit11 = (Value >> 11) & 0x1; in adjustFixupValue() local
559 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()
608 uint64_t Bit11 = (Value >> 11) & 0x1; in adjustFixupValue() local
610 (Bit15_13 << 17) | (Bit4_1 << 8) | (Bit11 << 7); in adjustFixupValue()