Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp294 unsigned Bit9_8 = (Value >> 8) & 0x3; in adjustFixupValue() local
300 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()