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()
195 MCContext *Ctx = nullptr) { in fixup_lds_sts_16() argument
196 unsigned_width(7, Value, std::string("immediate"), Fixup, Ctx); in fixup_lds_sts_16()
213 MCContext *Ctx = nullptr) { in fixup() argument
223 MCContext *Ctx = nullptr) { in lo8() argument
225 ldi::fixup(Size, Fixup, Value, Ctx); in lo8()
229 MCContext *Ctx = nullptr) { in hi8() argument
231 ldi::fixup(Size, Fixup, Value, Ctx); in hi8()
235 MCContext *Ctx = nullptr) { in hh8() argument
237 ldi::fixup(Size, Fixup, Value, Ctx); in hh8()
241 MCContext *Ctx = nullptr) { in ms8() argument
243 ldi::fixup(Size, Fixup, Value, Ctx); in ms8()
254 MCContext *Ctx) const { in adjustFixupValue()
263 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
266 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
269 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
272 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
275 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
280 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
283 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
288 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
295 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
298 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
307 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
315 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
323 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
327 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
330 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
336 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
342 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
345 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
349 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
353 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
357 adjust::fixup_lds_sts_16(Fixup, Value, Ctx); in adjustFixupValue()