Searched refs:ModImm (Results 1 – 3 of 3) 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()
562 struct ModImmOp ModImm; member1781 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()2589 Op->ModImm.Bits = Bits; in CreateModImm()2590 Op->ModImm.Rot = Rot; in CreateModImm()2850 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()2851 << ModImm.Rot << ")>"; in print()
580 let Name = "ModImm";