Home | History | Annotate | Download | only in ARM

Lines Matching refs:ThisVal

1789     unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt);
1790 assert(ThisVal && "Didn't extract field correctly");
1793 NumBytes &= ~ThisVal;
1795 assert(ARM_AM::getSOImmVal(ThisVal) != -1 && "Bit extraction didn't work?");
1800 .addReg(BaseReg, RegState::Kill).addImm(ThisVal)