Searched refs:ModImm (Results 1 – 3 of 3) sorted by relevance
549 inline unsigned getVMOVModImmOpCmode(unsigned ModImm) { in getVMOVModImmOpCmode() argument550 return (ModImm >> 8) & 0x1f; in getVMOVModImmOpCmode()552 inline unsigned getVMOVModImmVal(unsigned ModImm) { return ModImm & 0xff; } in getVMOVModImmVal() argument557 inline uint64_t decodeVMOVModImm(unsigned ModImm, unsigned &EltBits) { in decodeVMOVModImm() argument558 unsigned OpCmode = getVMOVModImmOpCmode(ModImm); in decodeVMOVModImm()559 unsigned Imm8 = getVMOVModImmVal(ModImm); in decodeVMOVModImm()584 if ((ModImm >> ByteNum) & 1) in decodeVMOVModImm()
921 struct ModImmOp ModImm; member2616 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()3686 Op->ModImm.Bits = Bits; in CreateModImm()3687 Op->ModImm.Rot = Rot; in CreateModImm()3999 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()4000 << ModImm.Rot << ")>"; in print()
794 let Name = "ModImm";