HomeSort by relevance Sort by last modified time
    Searched refs:isMemory (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDOperand.h 77 /// isMemory - Returns 1 if the operand is a memory location or 0 otherwise
78 int isMemory();
EDMain.cpp 206 return ((EDOperand*)operand)->isMemory();
EDOperand.cpp 261 int EDOperand::isMemory() {
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 866 bool isMemory() const { return Kind == k_Memory; }
877 if (!isMemory())
884 if (!isMemory() || Memory.OffsetRegNum != 0 || Memory.Alignment != 0)
898 if (!isMemory() || Memory.Alignment != 0) return false;
920 if (!isMemory() || Memory.Alignment != 0) return false;
950 if (!isMemory() || Memory.Alignment != 0) return false;
    [all...]

Completed in 24 milliseconds