Searched refs:ModImm (Results 1 – 5 of 5) sorted by relevance
536 inline unsigned getVMOVModImmOpCmode(unsigned ModImm) { in getVMOVModImmOpCmode() argument537 return (ModImm >> 8) & 0x1f; in getVMOVModImmOpCmode()539 inline unsigned getVMOVModImmVal(unsigned ModImm) { return ModImm & 0xff; } in getVMOVModImmVal() argument544 inline uint64_t decodeVMOVModImm(unsigned ModImm, unsigned &EltBits) { in decodeVMOVModImm() argument545 unsigned OpCmode = getVMOVModImmOpCmode(ModImm); in decodeVMOVModImm()546 unsigned Imm8 = getVMOVModImmVal(ModImm); in decodeVMOVModImm()571 if ((ModImm >> ByteNum) & 1) in decodeVMOVModImm()
824 int32_t ModImm; in runOnMachineFunction() local826 canModifyToInlineImmOp32(TII, Src, ModImm, /*Scalar=*/false); in runOnMachineFunction()829 Src.setImm(static_cast<int64_t>(ModImm)); in runOnMachineFunction()889 int32_t ModImm; in runOnMachineFunction() local893 } else if ((ModOpc = canModifyToInlineImmOp32(TII, Src, ModImm, in runOnMachineFunction()896 Src.setImm(static_cast<int64_t>(ModImm)); in runOnMachineFunction()
960 struct ModImmOp ModImm; member2674 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()3766 Op->ModImm.Bits = Bits; in CreateModImm()3767 Op->ModImm.Rot = Rot; in CreateModImm()4088 OS << "<mod_imm #" << ModImm.Bits << ", #" in print()4089 << ModImm.Rot << ")>"; in print()
817 let Name = "ModImm";
20303 unsigned ModImm = Op.getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode() local20305 uint64_t Mask = ARM_AM::decodeVMOVModImm(ModImm, EltBits); in SimplifyDemandedBitsForTargetNode()