Searched refs:ModImm (Results 1 – 9 of 9) sorted by relevance
587 static inline unsigned getNEONModImmOpCmode(unsigned ModImm) in getNEONModImmOpCmode() argument589 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()591 static inline unsigned getNEONModImmVal(unsigned ModImm) in getNEONModImmVal() argument593 return ModImm & 0xff; in getNEONModImmVal()599 static inline uint64_t ARM_AM_decodeNEONModImm(unsigned ModImm, unsigned *EltBits) in ARM_AM_decodeNEONModImm() argument601 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in ARM_AM_decodeNEONModImm()602 unsigned Imm8 = getNEONModImmVal(ModImm); in ARM_AM_decodeNEONModImm()628 if ((ModImm >> ByteNum) & 1) in ARM_AM_decodeNEONModImm()
530 static inline unsigned getNEONModImmOpCmode(unsigned ModImm) { in getNEONModImmOpCmode() argument531 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()533 static inline unsigned getNEONModImmVal(unsigned ModImm) { in getNEONModImmVal() argument534 return ModImm & 0xff; in getNEONModImmVal()540 static inline uint64_t decodeNEONModImm(unsigned ModImm, unsigned &EltBits) { in decodeNEONModImm() argument541 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm()542 unsigned Imm8 = getNEONModImmVal(ModImm); in decodeNEONModImm()567 if ((ModImm >> ByteNum) & 1) in decodeNEONModImm()
554 static inline unsigned getNEONModImmOpCmode(unsigned ModImm) { in getNEONModImmOpCmode() argument555 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()557 static inline unsigned getNEONModImmVal(unsigned ModImm) { in getNEONModImmVal() argument558 return ModImm & 0xff; in getNEONModImmVal()564 static inline uint64_t decodeNEONModImm(unsigned ModImm, unsigned &EltBits) { in decodeNEONModImm() argument565 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm()566 unsigned Imm8 = getNEONModImmVal(ModImm); in decodeNEONModImm()591 if ((ModImm >> ByteNum) & 1) in decodeNEONModImm()
533 inline unsigned getNEONModImmOpCmode(unsigned ModImm) { in getNEONModImmOpCmode() argument534 return (ModImm >> 8) & 0x1f; in getNEONModImmOpCmode()536 inline unsigned getNEONModImmVal(unsigned ModImm) { return ModImm & 0xff; } in getNEONModImmVal() argument541 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()
817 struct ModImmOp ModImm; member2110 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()3012 Op->ModImm.Bits = Bits; in CreateModImm()3013 Op->ModImm.Rot = Rot; in CreateModImm()3294 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()3295 << ModImm.Rot << ")>"; in print()
582 struct ModImmOp ModImm; member1857 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()2696 Op->ModImm.Bits = Bits; in CreateModImm()2697 Op->ModImm.Rot = Rot; in CreateModImm()2966 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()2967 << ModImm.Rot << ")>"; in print()
591 let Name = "ModImm";
680 let Name = "ModImm";
6263 // 'ModImm' class