Searched refs:OldImm (Results 1 – 4 of 4) sorted by relevance
257 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local258 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()262 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
1977 uint64_t OldImm = Imm, NewImm, Enc; in optimizeLogicalImm() local2041 (void)OldImm; in optimizeLogicalImm()2042 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 && in optimizeLogicalImm()2044 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm"); in optimizeLogicalImm()
4256 uint8_t OldImm = Imm; in matchVPTERNLOG() local4257 Imm = OldImm & 0xa5; in matchVPTERNLOG()4258 if (OldImm & 0x02) Imm |= 0x10; in matchVPTERNLOG()4259 if (OldImm & 0x10) Imm |= 0x02; in matchVPTERNLOG()4260 if (OldImm & 0x08) Imm |= 0x40; in matchVPTERNLOG()4261 if (OldImm & 0x40) Imm |= 0x08; in matchVPTERNLOG()4267 uint8_t OldImm = Imm; in matchVPTERNLOG() local4268 Imm = OldImm & 0x99; in matchVPTERNLOG()4269 if (OldImm & 0x02) Imm |= 0x04; in matchVPTERNLOG()4270 if (OldImm & 0x04) Imm |= 0x02; in matchVPTERNLOG()[all …]
2488 int64_t OldImm in eliminateFrameIndex() local2490 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex()