Searched refs:NewOp4Val (Results 1 – 1 of 1) sorted by relevance
6227 uint64_t NewOp4Val = 0; in MatchAndEmitInstruction() local6231 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()6234 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()6238 const MCExpr *NewOp4 = MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()6338 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction() local6340 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()6347 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()6396 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction() local6398 if (NewOp4Val >= RegWidth || NewOp4Val < Op3Val) in MatchAndEmitInstruction()6403 MCConstantExpr::create(NewOp4Val, getContext()); in MatchAndEmitInstruction()