Searched defs:emitInt16 (Results 1 – 4 of 4) sorted by relevance
703 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } in emitInt16() function
919 inline void AssemblerX86Base<TraitsType>::emitInt16(int16_t value) { in emitInt16() function
2147 void AsmPrinter::emitInt16(int Value) const { in emitInt16() function in AsmPrinter
2269 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16() function in AsmPrinter