Searched refs:shiftExtendInsn (Results 1 – 2 of 2) sorted by relevance
438 …eStrLdrAArch64::OptimizeAddrBOrXShiftExtend(Insn &insn, MemOperand &memOpnd, Insn &shiftExtendInsn) in OptimizeAddrBOrXShiftExtend() argument440 auto mOp = shiftExtendInsn.GetMachineOpcode(); in OptimizeAddrBOrXShiftExtend()445 auto &defOpnd = static_cast<RegOperand &>(shiftExtendInsn.GetOperand(kInsnFirstOpnd)); in OptimizeAddrBOrXShiftExtend()449 auto &newIndex = static_cast<RegOperand &>(shiftExtendInsn.GetOperand(kInsnSecondOpnd)); in OptimizeAddrBOrXShiftExtend()453 …shift = static_cast<uint32>(static_cast<ImmOperand &>(shiftExtendInsn.GetOperand(kInsnThirdOpnd)).… in OptimizeAddrBOrXShiftExtend()464 shiftExtendInsn.GetBB()->RemoveInsn(shiftExtendInsn); in OptimizeAddrBOrXShiftExtend()
156 void OptimizeAddrBOrXShiftExtend(Insn &insn, MemOperand &memOpnd, Insn &shiftExtendInsn);