Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp309 unsigned Bit4_3 = (Value >> 3) & 0x3; in adjustFixupValue() local
311 Value = (Bit8 << 12) | (Bit4_3 << 10) | (Bit7_6 << 5) | (Bit2_1 << 3) | in adjustFixupValue()