Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Immediate

174   enum KindTy { Token, Immediate, Register } Kind;
212 case Immediate:
233 assert(Kind == Immediate && "Invalid access!");
238 bool isImm() const { return Kind == Immediate; }
244 if (Kind == Immediate) {
595 HexagonOperand *Op = new HexagonOperand(Immediate);
607 case Immediate:
1681 // check if this as an immediate or a symbol
1686 // Some or all of the zeros are replaced with the given immediate.