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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 1 //===- ARMInstrInfo.cpp - ARM Instruction Information -----------*- C++ -*-===//
14 #include "ARMInstrInfo.h"
26 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
30 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const {
ARMInstrInfo.h 1 //===- ARMInstrInfo.h - ARM Instruction Information -------------*- C++ -*-===//
26 class ARMInstrInfo : public ARMBaseInstrInfo {
29 explicit ARMInstrInfo(const ARMSubtarget &STI);

Completed in 39 milliseconds