Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:k_Memory

238     k_Memory,
308 bool isMem() const { return Kind == k_Memory; }
331 assert((Kind == k_Memory) && "Invalid access!");
336 assert((Kind == k_Memory) && "Invalid access!");
367 MipsOperand *Op = new MipsOperand(k_Memory);