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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp283 // Jalr will add UpperImm with the sign-extended 12-bit LowerImm,
286 uint64_t UpperImm = (Value + 0x800ULL) & 0xfffff000ULL; local
288 return UpperImm | ((LowerImm << 20) << 32);

Completed in 163 milliseconds