| 
    LLVM 22.0.0git
    
   | 
 
Fixups relating to the LDI instruction. More...
Functions | |
| static void | fixup (unsigned Size, const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) | 
| Adjusts a value to fix up the immediate of an LDI Rd, K instruction.   | |
| static void | neg (uint64_t &Value) | 
| static void | lo8 (unsigned Size, const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) | 
| static void | hi8 (unsigned Size, const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) | 
| static void | hh8 (unsigned Size, const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) | 
| static void | ms8 (unsigned Size, const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) | 
Fixups relating to the LDI instruction.
      
  | 
  static | 
Adjusts a value to fix up the immediate of an LDI Rd, K instruction.
Resolves to: 0000 KKKK 0000 KKKK Offset of 0 (so the result isn't left-shifted before application).
Definition at line 208 of file AVRAsmBackend.cpp.
Referenced by llvm::AVRAsmBackend::adjustFixupValue(), hh8(), hi8(), lo8(), and ms8().
      
  | 
  static | 
Definition at line 230 of file AVRAsmBackend.cpp.
References Fixup, fixup(), and Size.
Referenced by llvm::AVRAsmBackend::adjustFixupValue().
      
  | 
  static | 
Definition at line 224 of file AVRAsmBackend.cpp.
References Fixup, fixup(), and Size.
Referenced by llvm::AVRAsmBackend::adjustFixupValue().
      
  | 
  static | 
Definition at line 218 of file AVRAsmBackend.cpp.
References Fixup, fixup(), and Size.
Referenced by llvm::AVRAsmBackend::adjustFixupValue().
      
  | 
  static | 
Definition at line 236 of file AVRAsmBackend.cpp.
References Fixup, fixup(), and Size.
Referenced by llvm::AVRAsmBackend::adjustFixupValue().
      
  | 
  static | 
Definition at line 216 of file AVRAsmBackend.cpp.
Referenced by llvm::AVRAsmBackend::adjustFixupValue().