Lines Matching refs:Ctx

39                          MCContext *Ctx = nullptr) {  in signed_width()  argument
49 if (Ctx) { in signed_width()
50 Ctx->reportError(Fixup.getLoc(), Diagnostic); in signed_width()
59 MCContext *Ctx = nullptr) { in unsigned_width() argument
68 if (Ctx) { in unsigned_width()
69 Ctx->reportError(Fixup.getLoc(), Diagnostic); in unsigned_width()
78 MCContext *Ctx = nullptr) { in adjustBranch() argument
81 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustBranch()
89 uint64_t &Value, MCContext *Ctx = nullptr) { in adjustRelativeBranch() argument
92 signed_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustRelativeBranch()
105 MCContext *Ctx = nullptr) { in fixup_call() argument
106 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()
121 MCContext *Ctx = nullptr) { in fixup_7_pcrel() argument
122 adjustRelativeBranch(Size, Fixup, Value, Ctx); in fixup_7_pcrel()
135 MCContext *Ctx = nullptr) { in fixup_13_pcrel() argument
136 adjustRelativeBranch(Size, Fixup, Value, Ctx); in fixup_13_pcrel()
148 MCContext *Ctx = nullptr) { in fixup_6() argument
149 unsigned_width(6, Value, std::string("immediate"), Fixup, Ctx); in fixup_6()
160 MCContext *Ctx = nullptr) { in fixup_6_adiw() argument
161 unsigned_width(6, Value, std::string("immediate"), Fixup, Ctx); in fixup_6_adiw()
171 MCContext *Ctx = nullptr) { in fixup_port5() argument
172 unsigned_width(5, Value, std::string("port number"), Fixup, Ctx); in fixup_port5()
184 MCContext *Ctx = nullptr) { in fixup_port6() argument
185 unsigned_width(6, Value, std::string("port number"), Fixup, Ctx); in fixup_port6()
203 MCContext *Ctx = nullptr) { in fixup() argument
213 MCContext *Ctx = nullptr) { in lo8() argument
215 ldi::fixup(Size, Fixup, Value, Ctx); in lo8()
219 MCContext *Ctx = nullptr) { in hi8() argument
221 ldi::fixup(Size, Fixup, Value, Ctx); in hi8()
225 MCContext *Ctx = nullptr) { in hh8() argument
227 ldi::fixup(Size, Fixup, Value, Ctx); in hh8()
231 MCContext *Ctx = nullptr) { in ms8() argument
233 ldi::fixup(Size, Fixup, Value, Ctx); in ms8()
244 MCContext *Ctx) const { in adjustFixupValue()
253 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
256 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
259 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
262 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
265 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
270 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
273 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
278 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
285 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
288 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
297 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
305 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
313 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
317 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
320 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
326 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
332 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
335 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
339 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
343 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()