Searched refs:NewOp3Val (Results 1 – 1 of 1) sorted by relevance
3792 uint64_t NewOp3Val = 0; in MatchAndEmitInstruction() local3796 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()3799 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()3803 const MCExpr *NewOp3 = MCConstantExpr::create(NewOp3Val, getContext()); in MatchAndEmitInstruction()3898 uint64_t NewOp3Val = 0; in MatchAndEmitInstruction() local3900 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()3902 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()3906 if (NewOp3Val != 0 && NewOp4Val >= NewOp3Val) in MatchAndEmitInstruction()3911 MCConstantExpr::create(NewOp3Val, getContext()); in MatchAndEmitInstruction()