Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h948 inline void AssemblerX8632::emitInt32(int32_t value) { in emitInt32() function
DIceAssemblerX8664.h1025 inline void AssemblerX8664::emitInt32(int32_t value) { in emitInt32() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2152 void AsmPrinter::emitInt32(int Value) const { in emitInt32() function in AsmPrinter