Lines Matching refs:Ctx

39                          MCContext *Ctx = nullptr) {  in signed_width()  argument
49 if (Ctx) { in signed_width()
50 Ctx->reportFatalError(Fixup.getLoc(), Diagnostic); in signed_width()
59 MCContext *Ctx = nullptr) { in unsigned_width() argument
68 if (Ctx) { in unsigned_width()
69 Ctx->reportFatalError(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()
245 MCContext *Ctx) const { in adjustFixupValue()
254 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
257 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
260 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
263 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
266 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
271 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
274 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
279 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()
296 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
303 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
310 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
314 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
317 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
323 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
329 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
332 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
336 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
340 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()