Home
last modified time | relevance | path

Searched defs:PState (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1885 auto PState = AArch64PState::lookupPStateImm0_15ByEncoding(pstate_field); DecodeSystemPStateImm0_15Instruction() local
1907 auto PState = AArch64PState::lookupPStateImm0_1ByEncoding(pstate_field); DecodeSystemPStateImm0_1Instruction() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1117 __anon397935180602(const auto &PState) addTokenOnNewLine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1372 unsigned PState = getRegState(Op1); expandPostRAPseudo() local
1405 unsigned PState = getRegState(Op1); expandPostRAPseudo() local
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq.c3277 enum PState { sDone, sInit, sName, sValU, sValQ }; in nextvar() enum