Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1217 virtual const char *getSRegOpcode() const = 0;
1244 virtual const char *getSRegOpcode() const final;
1272 const char *getSRegOpcode() const final;
DIceInstARM32.cpp1361 Str << "\t" << getSRegOpcode() << "\t{"; in emitSRegsAsText()
2623 const char *InstARM32Pop::getSRegOpcode() const { return "vpop"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Pop
2669 const char *InstARM32Push::getSRegOpcode() const { return "vpush"; } in getSRegOpcode() function in Ice::ARM32::InstARM32Push