Searched refs:NewOp3Val (Results 1 – 1 of 1) sorted by relevance
6226 uint64_t NewOp3Val = 0; in MatchAndEmitInstruction() local6230 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()6233 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()6237 const MCExpr *NewOp3 = MCConstantExpr::create(NewOp3Val, getContext()); in MatchAndEmitInstruction()6332 uint64_t NewOp3Val = 0; in MatchAndEmitInstruction() local6334 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()6336 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()6340 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()6345 MCConstantExpr::create(NewOp3Val, getContext()); in MatchAndEmitInstruction()