Home | History | Annotate | Download | only in priv

Lines Matching refs:uimm

922       ULong uimm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
924 if (0 == (uimm & (szB-1)) /* "uimm is szB-aligned" */
925 && (uimm >> szBbits) < 4096) {
927 return ARM64AMode_RI12(reg, (UInt)(uimm >> szBbits), (UChar)szB);