Searched refs:OldImm (Results 1 – 4 of 4) sorted by relevance
255 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local256 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()260 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
2408 uint64_t OldImm = Imm, NewImm, Enc; in optimizeLogicalImm() local2472 (void)OldImm; in optimizeLogicalImm()2473 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 && in optimizeLogicalImm()2475 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm"); in optimizeLogicalImm()
4627 uint8_t OldImm = Imm; in matchVPTERNLOG() local4628 Imm = OldImm & 0xa5; in matchVPTERNLOG()4629 if (OldImm & 0x02) Imm |= 0x10; in matchVPTERNLOG()4630 if (OldImm & 0x10) Imm |= 0x02; in matchVPTERNLOG()4631 if (OldImm & 0x08) Imm |= 0x40; in matchVPTERNLOG()4632 if (OldImm & 0x40) Imm |= 0x08; in matchVPTERNLOG()4638 uint8_t OldImm = Imm; in matchVPTERNLOG() local4639 Imm = OldImm & 0x99; in matchVPTERNLOG()4640 if (OldImm & 0x02) Imm |= 0x04; in matchVPTERNLOG()4641 if (OldImm & 0x04) Imm |= 0x02; in matchVPTERNLOG()[all …]
3301 int64_t OldImm = in eliminateFrameIndex() local3303 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex()