Lines Matching refs:MCExpr
94 const MCExpr *Val;
100 const MCExpr *Off;
104 const MCExpr *Val;
144 const MCExpr *getImm() const { in getImm()
149 const MCExpr *getFslImm() const { in getFslImm()
159 const MCExpr* getMemOff() const { in getMemOff()
175 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
236 static MBlazeOperand *CreateImm(const MCExpr *Val, SMLoc S, SMLoc E) { in CreateImm()
244 static MBlazeOperand *CreateFslImm(const MCExpr *Val, SMLoc S, SMLoc E) { in CreateFslImm()
252 static MBlazeOperand *CreateMem(unsigned Base, const MCExpr *Off, SMLoc S, in CreateMem()
429 const MCExpr *EVal = MCConstantExpr::Create(reg,getContext()); in ParseFsl()
438 const MCExpr *EVal; in ParseImmediate()
532 const MCExpr *Value; in ParseDirectiveWord()