Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1215 virtual const char *getDumpOpcode() const { return getGPROpcode(); } in getDumpOpcode()
1216 virtual const char *getGPROpcode() const = 0;
1243 virtual const char *getGPROpcode() const final;
1271 const char *getGPROpcode() const final;
DIceInstARM32.cpp1350 Str << "\t" << getGPROpcode() << "\t{"; in emitGPRsAsText()
2623 const char *InstARM32Pop::getGPROpcode() const { return "pop"; } in getGPROpcode() function in Ice::ARM32::InstARM32Pop
2669 const char *InstARM32Push::getGPROpcode() const { return "push"; } in getGPROpcode() function in Ice::ARM32::InstARM32Push