Lines Matching full:immediate
230 // If the destination is an immediate, divide by 4.
252 // If the destination is an immediate, divide by 2.
274 // If the destination is an immediate, divide by 2.
297 // If the destination is an immediate, divide by 4.
320 // If the destination is an immediate, divide by 2.
341 // If the destination is an immediate, divide by 2.
362 // If the destination is an immediate, divide by 2.
384 // If the destination is an immediate, divide by 4.
406 // If the destination is an immediate, divide by 4.
428 // If the destination is an immediate, divide by 4.
449 // If the destination is an immediate, divide by 2.
475 "getJumpOffset16OpValue expects only expressions or an immediate");
492 // If the destination is an immediate, divide by 4.
496 "getJumpTargetOpValue expects only expressions or an immediate");
509 // If the destination is an immediate, divide by 2.
513 "getJumpTargetOpValueMM expects only expressions or an immediate");
527 // The immediate is encoded as 'immediate << 2'.
534 "getUImm5Lsl2Encoding expects only expressions or an immediate");
716 Ctx.reportError(Expr->getLoc(), "expected an immediate");
951 // The immediate is encoded as 'immediate << 2'.
958 "getSimm19Lsl2Encoding expects only expressions or an immediate");
973 // The immediate is encoded as 'immediate << 3'.
980 "getSimm18Lsl2Encoding expects only expressions or an immediate");
1115 assert(MO.isImm() && "getSimm23Lsl2Encoding expects only an immediate");
1116 // The immediate is encoded as 'immediate >> 2'.