Searched refs:ImmLS (Results 1 – 3 of 3) sorted by relevance
1543 Emit(STLURB | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in stlurb()1558 Emit(STLURH | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in stlurh()1575 Emit(op | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in stlur()1797 Emit(LDAPURB | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapurb()1807 Emit(op | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapursb()1823 Emit(LDAPURH | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapurh()1833 Emit(op | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapursh()1850 Emit(op | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapur()1860 Emit(LDAPURSW | Rt(rt) | base | ImmLS(static_cast<int>(offset))); in ldapursw()5656 return base | LoadStoreUnscaledOffsetFixed | ImmLS(offset); in LoadStoreMemOperand()[all …]
139 V_(ImmLS, 20, 12, ExtractSignedBits) \
6132 static Instr ImmLS(int64_t imm9) { in ImmLS() function