Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1191 virtual const char *getSRegOpcode() const = 0;
1218 virtual const char *getSRegOpcode() const final;
1246 const char *getSRegOpcode() const final;
DIceInstARM32.cpp1152 Str << "\t" << getSRegOpcode() << "\t{"; in emitSRegsAsText()
2310 const char *InstARM32Pop::getSRegOpcode() const { return "vpop"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Pop
2356 const char *InstARM32Push::getSRegOpcode() const { return "vpush"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Push