Searched refs:getSRegOpcode (Results 1 – 2 of 2) sorted by relevance
1191 virtual const char *getSRegOpcode() const = 0;1218 virtual const char *getSRegOpcode() const final;1246 const char *getSRegOpcode() const final;
1152 Str << "\t" << getSRegOpcode() << "\t{"; in emitSRegsAsText()2310 const char *InstARM32Pop::getSRegOpcode() const { return "vpop"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Pop2356 const char *InstARM32Push::getSRegOpcode() const { return "vpush"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Push