Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp451 unsigned Lo10 = (Value >> 1) & 0x3ff; in adjustFixupValue() local
456 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8; in adjustFixupValue()