Searched refs:NewOp4Val (Results 1 – 1 of 1) sorted by relevance
3626 uint64_t NewOp4Val = 0; in MatchAndEmitInstruction() local3630 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()3633 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()3637 const MCExpr *NewOp4 = MCConstantExpr::Create(NewOp4Val, getContext()); in MatchAndEmitInstruction()3684 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction() local3686 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()3693 MCConstantExpr::Create(NewOp4Val, getContext()); in MatchAndEmitInstruction()3742 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction() local3744 if (NewOp4Val >= RegWidth || NewOp4Val < Op3Val) in MatchAndEmitInstruction()3749 MCConstantExpr::Create(NewOp4Val, getContext()); in MatchAndEmitInstruction()