Lines Matching defs:Ctx
36 MCContext *Ctx) {
45 Ctx->reportError(Fixup.getLoc(), Diagnostic);
51 MCContext *Ctx) {
54 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx);
101 MCContext *Ctx) {
102 adjustBranch(Size, Fixup, Value, Ctx);
117 MCContext *Ctx) {
118 if (!adjustRelativeBranch(Size, Fixup, Value, Ctx->getSubtargetInfo())) {
133 MCContext *Ctx) {
134 if (!adjustRelativeBranch(Size, Fixup, Value, Ctx->getSubtargetInfo())) {
147 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) {
148 unsigned_width(6, Value, std::string("immediate"), Fixup, Ctx);
159 MCContext *Ctx) {
160 unsigned_width(6, Value, std::string("immediate"), Fixup, Ctx);
169 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) {
170 unsigned_width(5, Value, std::string("port number"), Fixup, Ctx);
181 static void fixup_port6(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) {
182 unsigned_width(6, Value, std::string("port number"), Fixup, Ctx);
192 MCContext *Ctx) {
193 unsigned_width(7, Value, std::string("immediate"), Fixup, Ctx);
210 MCContext *Ctx) {
220 MCContext *Ctx) {
222 ldi::fixup(Size, Fixup, Value, Ctx);
226 MCContext *Ctx) {
228 ldi::fixup(Size, Fixup, Value, Ctx);
232 MCContext *Ctx) {
234 ldi::fixup(Size, Fixup, Value, Ctx);
238 MCContext *Ctx) {
240 ldi::fixup(Size, Fixup, Value, Ctx);
251 MCContext *Ctx) const {
260 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx);
263 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx);
266 adjust::fixup_call(Size, Fixup, Value, Ctx);
269 adjust::ldi::fixup(Size, Fixup, Value, Ctx);
272 adjust::ldi::lo8(Size, Fixup, Value, Ctx);
277 adjust::ldi::lo8(Size, Fixup, Value, Ctx);
280 adjust::ldi::hi8(Size, Fixup, Value, Ctx);
285 adjust::ldi::hi8(Size, Fixup, Value, Ctx);
292 adjust::ldi::hh8(Size, Fixup, Value, Ctx);
295 adjust::ldi::ms8(Size, Fixup, Value, Ctx);
304 adjust::ldi::lo8(Size, Fixup, Value, Ctx);
312 adjust::ldi::hi8(Size, Fixup, Value, Ctx);
320 adjust::ldi::hh8(Size, Fixup, Value, Ctx);
324 adjust::ldi::ms8(Size, Fixup, Value, Ctx);
327 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx);
333 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx);
339 adjust::fixup_6(Fixup, Value, Ctx);
342 adjust::fixup_6_adiw(Fixup, Value, Ctx);
346 adjust::fixup_port5(Fixup, Value, Ctx);
350 adjust::fixup_port6(Fixup, Value, Ctx);
354 adjust::fixup_lds_sts_16(Fixup, Value, Ctx);