Home
last modified time | relevance | path

Searched defs:getAlignDirective (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h332 const char *getAlignDirective() const override { return ".p2alignl"; } in getAlignDirective() function
H A DIceAssemblerARM32.h127 const char *getAlignDirective() const override { return ".p2alignl"; } in getAlignDirective() function
H A DIceAssemblerX8632.h329 const char *getAlignDirective() const override { return ".p2align"; } in getAlignDirective() function
H A DIceAssemblerX8664.h350 const char *getAlignDirective() const override { return ".p2align"; } in getAlignDirective() function