Home | History | Annotate | Download | only in AsmParser

Lines Matching full:pstate

2788   auto PState = AArch64PState::lookupPStateByName(Tok.getString());
2790 if (PState && PState->haveFeatures(getSTI().getFeatureBits()))
2791 PStateImm = PState->Encoding;
3728 return Error(Loc, "expected writable system register or pstate");