Lines Matching full:lo12
357 unsigned Lo12 = Value & 0x0FFF;359 // inst{11-0} = Lo12;360 Value = (Hi4 << 16) | (Lo12);