Home
last modified time | relevance | path

Searched refs:AM2Opc (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h419 inline unsigned getAM2Offset(unsigned AM2Opc) { in getAM2Offset() argument
420 return AM2Opc & ((1 << 12)-1); in getAM2Offset()
422 inline AddrOpc getAM2Op(unsigned AM2Opc) { in getAM2Op() argument
423 return ((AM2Opc >> 12) & 1) ? sub : add; in getAM2Op()
425 inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) { in getAM2ShiftOpc() argument
426 return (ShiftOpc)((AM2Opc >> 13) & 7); in getAM2ShiftOpc()
428 inline unsigned getAM2IdxMode(unsigned AM2Opc) { return (AM2Opc >> 16); } in getAM2IdxMode() argument