Searched refs:PState (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1521 auto PState = AArch64PState::lookupPStateImm0_15ByEncoding(pstate_field); in DecodeSystemPStateImm0_15Instruction() local 1522 if (PState && in DecodeSystemPStateImm0_15Instruction() 1523 PState->haveFeatures(Decoder->getSubtargetInfo().getFeatureBits())) in DecodeSystemPStateImm0_15Instruction() 1543 auto PState = AArch64PState::lookupPStateImm0_1ByEncoding(pstate_field); in DecodeSystemPStateImm0_1Instruction() local 1544 if (PState && in DecodeSystemPStateImm0_1Instruction() 1545 PState->haveFeatures(Decoder->getSubtargetInfo().getFeatureBits())) in DecodeSystemPStateImm0_1Instruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1373 unsigned PState = getRegState(Op1); in expandPostRAPseudo() local 1376 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill in expandPostRAPseudo() 1377 : PState; in expandPostRAPseudo() 1389 .addReg(PReg, PState) in expandPostRAPseudo() 1406 unsigned PState = getRegState(Op1); in expandPostRAPseudo() local 1409 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill in expandPostRAPseudo() 1410 : PState; in expandPostRAPseudo() 1427 .addReg(PReg, PState) in expandPostRAPseudo()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 1127 return std::find_if(It, State.Stack.rend(), [](const auto &PState) { in addTokenOnNewLine() argument 1128 return PState.Tok != nullptr; // Ignore fake parens. in addTokenOnNewLine() 1612 for (ParenState &PState : llvm::drop_end(State.Stack)) in moveStateToNextToken() 1613 PState.NoLineBreak = true; in moveStateToNextToken()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 3277 enum PState { sDone, sInit, sName, sValU, sValQ }; in nextvar() 3285 enum PState st; in nextvar() 3281 enum PState { sDone, sInit, sName, sValU, sValQ }; nextvar() enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 153 "Enable Armv8.2-A UAO PState">;
|
H A D | AArch64SystemOperands.td | 29 "ARM v8.2 UAO PState extension (psuao)">; 402 // PState instruction options.
|