Home | History | Annotate | Download | only in AArch64

Lines Matching refs:OldImm

853   uint64_t OldImm = Imm, NewImm, Enc;
917 (void)OldImm;
918 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 &&
920 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm");