Searched refs:Bit6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp296 unsigned Bit6 = (Value >> 6) & 0x1; local
301 (Bit6 << 5) | (Bit7 << 4) | (Bit3_1 << 1) | Bit5;

Completed in 100 milliseconds