Searched refs:ModImm (Results 1 – 4 of 4) sorted by relevance
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()
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()
677 let Name = "ModImm";
8008 // 'ModImm' class