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

  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.h 114 namespace ARMII {
171 return (TSFlags & ARMII::UnaryDP);
176 return (TSFlags & ARMII::DomainNEON) ||
177 (TSFlags & ARMII::DomainNEONA8);
183 return (TSFlags & ARMII::AddrModeMask);
190 return (TSFlags & ARMII::IndexModeMask) >> ARMII::IndexModeShift;
195 return (TSFlags & ARMII::IndexModeMask) != 0;
  /external/llvm/lib/Target/ARM/
ARMBaseInfo.h 194 namespace ARMII {
290 } // end namespace ARMII
ARMBaseInstrInfo.h 30 /// ARMII - This namespace holds all of the target specific flags that
33 namespace ARMII {

Completed in 37 milliseconds