Searched refs:NewOp4Val (Results 1 – 1 of 1) sorted by relevance
3793 uint64_t NewOp4Val = 0; in MatchAndEmitInstruction() local3797 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()3800 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()3804 const MCExpr *NewOp4 = MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()3904 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction() local3906 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()3913 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()3962 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction() local3964 if (NewOp4Val >= RegWidth || NewOp4Val < Op3Val) in MatchAndEmitInstruction()3969 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()