Searched refs:getGPROpcode (Results 1 – 2 of 2) sorted by relevance
1215 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;
1350 Str << "\t" << getGPROpcode() << "\t{"; in emitGPRsAsText()2623 const char *InstARM32Pop::getGPROpcode() const { return "pop"; } in getGPROpcode() function in Ice::ARM32::InstARM32Pop2669 const char *InstARM32Push::getGPROpcode() const { return "push"; } in getGPROpcode() function in Ice::ARM32::InstARM32Push