Lines Matching full:adjust
34 namespace adjust { namespace
251 } // namespace adjust
267 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
270 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
273 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
276 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
279 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
283 adjust::pm(Value); in adjustFixupValue()
284 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
287 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
291 adjust::pm(Value); in adjustFixupValue()
292 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
297 adjust::pm(Value); in adjustFixupValue()
299 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
302 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
308 adjust::pm(Value); in adjustFixupValue()
310 adjust::ldi::neg(Value); in adjustFixupValue()
311 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
316 adjust::pm(Value); in adjustFixupValue()
318 adjust::ldi::neg(Value); in adjustFixupValue()
319 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
324 adjust::pm(Value); in adjustFixupValue()
326 adjust::ldi::neg(Value); in adjustFixupValue()
327 adjust::ldi::hh8(Size, Fixup, Value, Ctx); in adjustFixupValue()
330 adjust::ldi::neg(Value); in adjustFixupValue()
331 adjust::ldi::ms8(Size, Fixup, Value, Ctx); in adjustFixupValue()
334 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
340 adjust::unsigned_width(16, Value, std::string("port number"), Fixup, Ctx); in adjustFixupValue()
346 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
349 adjust::fixup_6_adiw(Fixup, Value, Ctx); in adjustFixupValue()
353 adjust::fixup_port5(Fixup, Value, Ctx); in adjustFixupValue()
357 adjust::fixup_port6(Fixup, Value, Ctx); in adjustFixupValue()
361 adjust::fixup_lds_sts_16(Fixup, Value, Ctx); in adjustFixupValue()
372 llvm_unreachable("don't know how to adjust this fixup"); in adjustFixupValue()