Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Imm

104   // Imm is an immediate operand, and Sym is an optional TLS symbol
107 const MCExpr *Imm;
115 const MCExpr *Imm;
161 Op->Imm = Expr;
178 createImmTLS(const MCExpr *Imm, const MCExpr *Sym,
181 Op->ImmTLS.Imm = Imm;
218 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
222 return Imm;
304 addExpr(Inst, ImmTLS.Imm);