Lines Matching full:immediate
99 && "Expected and immediate or register!");
194 "Multiply operation with an immediate and a register!");
200 "Divide operation with an immediate and a register!");
207 "Or operation with an immediate and a register!");
213 "Xor operation with an immediate and a register!");
219 "And operation with an immediate and a register!");
225 "Left shift operation with an immediate and a register!");
231 "Right shift operation with an immediate and a register!");
1126 // We have an immediate displacement before the bracketed expression.
1127 // Adjust this to match the final immediate displacement.
1144 // We have a symbolic and an immediate displacement, but no displacement
1145 // before the bracketed expression. Put the immediate displacement
1184 // If we're parsing an immediate expression, we don't expect a '['.
1303 // may have already parsed an immediate displacement before the bracketed
1324 Disp = Imm; // An immediate displacement only.
1434 // An immediate following a 'segment register', 'colon' token sequence can
1673 // immediate. E.g. TYPE foo -> $$4
1710 // Immediate.
1723 // Just add a prefix if this wasn't a complex immediate expression.
1726 // Otherwise, rewrite the complex expression as a single immediate.
1734 // memory operand not an immediate operand.
1745 return ErrorOperand(Start, "expected a positive immediate displacement "
1808 // $42 -> immediate.
1912 // Unless we have a segment register, treat this as an immediate.
1940 // Unless we have a segment register, treat this as an immediate.
2376 // instalias with an immediate operand yet.