Searched refs:SPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/booke/
H A Dspe.c109 * Save the thread's SPE CPU number, and set the CPU's current
178 * Save SPE state without dropping ownership. This will only save state if
220 #define SPE 0x4 macro
514 case SPE:
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4503 auto *SPE = cast<SizeOfPackExpr>(E); local
4504 if (SPE->isPartiallySubstituted()) {
4506 for (const auto &A : SPE->getPartialArguments())
4513 const NamedDecl *Pack = SPE->getPack();

Completed in 186 milliseconds