Home
last modified time | relevance | path

Searched refs:EmitInt8 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp85 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range); in EmitRegSave()
89 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range); in EmitRegSave()
128 EmitInt8(ARM::EHABI::UNWIND_OPCODE_SET_VSP | Reg); in EmitSetSP()
140 EmitInt8(ARM::EHABI::UNWIND_OPCODE_INC_VSP | 0x3fu); in EmitSPOffset()
143 EmitInt8(ARM::EHABI::UNWIND_OPCODE_INC_VSP | in EmitSPOffset()
147 EmitInt8(ARM::EHABI::UNWIND_OPCODE_DEC_VSP | 0x3fu); in EmitSPOffset()
150 EmitInt8(ARM::EHABI::UNWIND_OPCODE_DEC_VSP | in EmitSPOffset()
DARMUnwindOpAsm.h72 void EmitInt8(unsigned Opcode) { in EmitInt8() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h32 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
43 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function
62 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function
88 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function
DDwarfDebug.cpp173 getActiveStreamer().EmitInt8( in emitOp()
187 getActiveStreamer().EmitInt8(Value, Twine(Value)); in emitData1()
221 OutBS.EmitInt8(Byte.value(), Comment); in commitTemporaryBuffer()
2199 Streamer.EmitInt8(Op.getCode(), Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()
2219 Streamer.EmitInt8(Data.getData()[J], Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()