Home
last modified time | relevance | path

Searched defs:emitInt16 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h944 inline void AssemblerX8632::emitInt16(int16_t value) { in emitInt16() function
DIceAssemblerX8664.h1021 inline void AssemblerX8664::emitInt16(int16_t value) { in emitInt16() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2147 void AsmPrinter::emitInt16(int Value) const { in emitInt16() function in AsmPrinter