Lines Matching refs:Immediate
74 && "Expected and immediate or register!");
168 "Multiply operation with an immediate and a register!");
174 "Divide operation with an immediate and a register!");
614 Immediate,
687 assert(Kind == Immediate && "Invalid access!");
714 bool isImm() const { return Kind == Immediate; }
957 X86Operand *Res = new X86Operand(Immediate, StartLoc, EndLoc);
1205 // We have an immediate displacement before the bracketed expression.
1206 // Adjust this to match the final immediate displacement.
1224 // We have a symbolic and an immediate displacement, but no displacement
1225 // before the bracketed expression. Put the immediate displacement
1265 // If we're parsing an immediate expression, we don't expect a '['.
1344 // may have already parsed an immediate displacement before the bracketed
1359 // An immediate displacement only.
1586 // immediate. E.g. TYPE foo -> $$4
1611 // Immediate.
1624 // Just add a prefix if this wasn't a complex immediate expression.
1627 // Otherwise, rewrite the complex expression as a single immediate.
1638 return ErrorOperand(Start, "expected a positive immediate displacement "
1686 // $42 -> immediate.
1713 // Unless we have a segment register, treat this as an immediate.
1740 // Unless we have a segment register, treat this as an immediate.
2139 // instalias with an immediate operand yet.