Searched refs:ModImm (Results 1 – 1 of 1) sorted by relevance
531 static inline unsigned getNEONModImmOpCmode(unsigned ModImm) { in getNEONModImmOpCmode() argument532 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()534 static inline unsigned getNEONModImmVal(unsigned ModImm) { in getNEONModImmVal() argument535 return ModImm & 0xff; in getNEONModImmVal()541 static inline uint64_t decodeNEONModImm(unsigned ModImm, unsigned &EltBits) { in decodeNEONModImm() argument542 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm()543 unsigned Imm8 = getNEONModImmVal(ModImm); in decodeNEONModImm()568 if ((ModImm >> ByteNum) & 1) in decodeNEONModImm()