Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h437 inline unsigned char getAM3Offset(unsigned AM3Opc) { return AM3Opc & 0xFF; } in getAM3Offset()
438 inline AddrOpc getAM3Op(unsigned AM3Opc) { in getAM3Op()
441 inline unsigned getAM3IdxMode(unsigned AM3Opc) { return (AM3Opc >> 9); } in getAM3IdxMode()