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()
558 struct ModImmOp ModImm; member635 ModImm = o.ModImm; in ARMOperand()1858 Inst.addOperand(MCOperand::CreateImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()2666 Op->ModImm.Bits = Bits; in CreateModImm()2667 Op->ModImm.Rot = Rot; in CreateModImm()2927 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()2928 << ModImm.Rot << ")>"; in print()
571 let Name = "ModImm";