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

  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 23 MaxInstLength = 16;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 87 /// MaxInstLength - This is the maximum possible length of an instruction,
89 unsigned MaxInstLength; // Defaults to 4.
426 return MaxInstLength;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 36 MaxInstLength = 4;

Completed in 165 milliseconds