Searched refs:NewOp4Val (Results 1 – 1 of 1) sorted by relevance
6159 uint64_t NewOp4Val = 0; in MatchAndEmitInstruction() local6163 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()6166 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()6170 const MCExpr *NewOp4 = MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()6270 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction() local6272 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()6279 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()6328 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction() local6330 if (NewOp4Val >= RegWidth || NewOp4Val < Op3Val) in MatchAndEmitInstruction()6335 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()