Home
last modified time | relevance | path

Searched refs:predString (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h522 static const char *predString(CondARM32::Cond Predicate);
545 Stream << InstARM32Pred::predString(Predicate);
DIceInstARM32.cpp102 const char *InstARM32Pred::predString(CondARM32::Cond Pred) { in predString() function in Ice::ARM32::InstARM32Pred