Searched refs:ModImm (Results 1 – 8 of 8) 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()
535 inline unsigned getVMOVModImmOpCmode(unsigned ModImm) { in getVMOVModImmOpCmode() argument536 return (ModImm >> 8) & 0x1f; in getVMOVModImmOpCmode()538 inline unsigned getVMOVModImmVal(unsigned ModImm) { return ModImm & 0xff; } in getVMOVModImmVal() argument543 inline uint64_t decodeVMOVModImm(unsigned ModImm, unsigned &EltBits) { in decodeVMOVModImm() argument544 unsigned OpCmode = getVMOVModImmOpCmode(ModImm); in decodeVMOVModImm()545 unsigned Imm8 = getVMOVModImmVal(ModImm); in decodeVMOVModImm()570 if ((ModImm >> ByteNum) & 1) in decodeVMOVModImm()
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()
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()
855 struct ModImmOp ModImm; member2485 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()3507 Op->ModImm.Bits = Bits; in CreateModImm()3508 Op->ModImm.Rot = Rot; in CreateModImm()3822 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()3823 << ModImm.Rot << ")>"; in print()
591 let Name = "ModImm";
677 let Name = "ModImm";
8008 // 'ModImm' class