Home
last modified time | relevance | path

Searched defs:AM3Opc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h447 static inline unsigned char getAM3Offset(unsigned AM3Opc) { in getAM3Offset()
450 static inline AddrOpc getAM3Op(unsigned AM3Opc) { in getAM3Op()
453 static inline unsigned getAM3IdxMode(unsigned AM3Opc) { in getAM3IdxMode()
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp1323 unsigned AM3Opc = (ImplicitRn == ARM::PC) in emitMiscLoadStoreInstruction() local