Home
last modified time | relevance | path

Searched refs:OPN (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dlse.S276 #define OPN 0x0000 macro
280 #define OPN 0x1000 macro
284 #define OPN 0x2000 macro
288 #define OPN 0x3000 macro
295 # define LDOP .inst 0x38200020 + OPN + B + N
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dlse.S276 #define OPN 0x0000 macro
280 #define OPN 0x1000 macro
284 #define OPN 0x2000 macro
288 #define OPN 0x3000 macro
295 # define LDOP .inst 0x38200020 + OPN + B + N
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp568 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() local
569 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst()
570 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneIntoFromInst()
578 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()
579 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneIntoFromInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp230 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local
231 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType()
232 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType()
234 EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType()
235 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Daudio756 >>>0x44 ulelong >0 YM2203 (OPN),
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog1457 (B, M, N, OPN): Define.