Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Base

100       unsigned Base;
158 return Mem.Base;
254 static MBlazeOperand *CreateMem(unsigned Base, const MCExpr *Off, SMLoc S,
257 Op->Mem.Base = Base;
265 static MBlazeOperand *CreateMem(unsigned Base, unsigned Off, SMLoc S,
268 Op->Mem.Base = Base;
358 MBlazeOperand &Base = *(MBlazeOperand*)Operands[2];
361 SMLoc S = Base.getStartLoc();
365 if (!Base.isReg()) {
366 Error(S, "base address must be a register");
377 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getReg(), S, E);
379 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
512 // replace the last two operands (base+offset) with a single