Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMAddressingModes.h450 static inline unsigned getAM2Offset(unsigned AM2Opc) in getAM2Offset() argument
452 return AM2Opc & ((1 << 12)-1); in getAM2Offset()
455 static inline ARM_AM_AddrOpc getAM2Op(unsigned AM2Opc) in getAM2Op() argument
457 return ((AM2Opc >> 12) & 1) ? ARM_AM_sub : ARM_AM_add; in getAM2Op()
460 static inline ARM_AM_ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) in getAM2ShiftOpc() argument
462 return (ARM_AM_ShiftOpc)((AM2Opc >> 13) & 7); in getAM2ShiftOpc()
465 static inline unsigned getAM2IdxMode(unsigned AM2Opc) in getAM2IdxMode() argument
467 return (AM2Opc >> 16); in getAM2IdxMode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h405 inline unsigned getAM2Offset(unsigned AM2Opc) { in getAM2Offset() argument
406 return AM2Opc & ((1 << 12)-1); in getAM2Offset()
408 inline AddrOpc getAM2Op(unsigned AM2Opc) { in getAM2Op() argument
409 return ((AM2Opc >> 12) & 1) ? sub : add; in getAM2Op()
411 inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) { in getAM2ShiftOpc() argument
412 return (ShiftOpc)((AM2Opc >> 13) & 7); in getAM2ShiftOpc()
414 inline unsigned getAM2IdxMode(unsigned AM2Opc) { return (AM2Opc >> 16); } in getAM2IdxMode() argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h413 static inline unsigned getAM2Offset(unsigned AM2Opc) { in getAM2Offset() argument
414 return AM2Opc & ((1 << 12)-1); in getAM2Offset()
416 static inline AddrOpc getAM2Op(unsigned AM2Opc) { in getAM2Op() argument
417 return ((AM2Opc >> 12) & 1) ? sub : add; in getAM2Op()
419 static inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) { in getAM2ShiftOpc() argument
420 return (ShiftOpc)((AM2Opc >> 13) & 7); in getAM2ShiftOpc()
422 static inline unsigned getAM2IdxMode(unsigned AM2Opc) { in getAM2IdxMode() argument
423 return (AM2Opc >> 16); in getAM2IdxMode()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
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