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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp191 unsigned Lo10 = (Value >> 1) & 0x3ff; local
193 // Inst{30-21} = Lo10;
196 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8;

Completed in 167 milliseconds