Searched refs:PState (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1446 auto PState = AArch64PState::lookupPStateByEncoding(Val); local
1447 if (PState && PState->haveFeatures(STI.getFeatureBits()))
1448 O << PState->Name;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h425 struct PState : SysAlias{ struct in namespace:llvm::AArch64PState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1263 unsigned PState = getRegState(Op1); local
1266 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill
1267 : PState;
1279 .addReg(PReg, PState)
1297 unsigned PState = getRegState(Op1); local
1300 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill
1301 : PState;
1318 .addReg(PReg, PState)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1745 auto PState = AArch64PState::lookupPStateByEncoding(pstate_field); local
1746 if (PState && PState->haveFeatures(Dis->getSubtargetInfo().getFeatureBits()))
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c3230 enum PState { sDone, sInit, sName, sValU, sValQ }; enum
3238 enum PState st;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3057 auto PState = AArch64PState::lookupPStateByName(Tok.getString()); local
3059 if (PState && PState->haveFeatures(getSTI().getFeatureBits()))
3060 PStateImm = PState->Encoding;

Completed in 204 milliseconds