Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h703 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } in emitInt16() function
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h919 inline void AssemblerX86Base<TraitsType>::emitInt16(int16_t value) { in emitInt16() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2147 void AsmPrinter::emitInt16(int Value) const { in emitInt16() function in AsmPrinter
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2269 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16() function in AsmPrinter