Searched refs:PostInc (Results 1 – 7 of 7) sorted by relevance
69 PostInc = 6 // Post increment addressing mode enumerator
153 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
41 OPERATOR(PostInc) OPERATOR(PostDec) \
57 def PostInc : AddrModeType<6>; // Post increment addressing mode
1510 return (getAddrMode(MI) == HexagonII::PostInc); in isPostIncrement()
1102 let hasCtrlDep = 1, neverHasSideEffects = 1, addrMode = PostInc in {
972 let addrMode = PostInc, validSubTargets = HasV4SubT in {