Searched refs:ModImm (Results 1 – 3 of 3) sorted by relevance
534 inline unsigned getNEONModImmOpCmode(unsigned ModImm) { in getNEONModImmOpCmode() argument535 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()537 inline unsigned getNEONModImmVal(unsigned ModImm) { return ModImm & 0xff; } in getNEONModImmVal() argument542 inline uint64_t decodeNEONModImm(unsigned ModImm, unsigned &EltBits) { in decodeNEONModImm() argument543 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm()544 unsigned Imm8 = getNEONModImmVal(ModImm); in decodeNEONModImm()569 if ((ModImm >> ByteNum) & 1) in decodeNEONModImm()
820 struct ModImmOp ModImm; member2113 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()3015 Op->ModImm.Bits = Bits; in CreateModImm()3016 Op->ModImm.Rot = Rot; in CreateModImm()3316 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()3317 << ModImm.Rot << ")>"; in print()
689 let Name = "ModImm";