Lines Matching refs:AVR
77 bool IsRegX = MI.getOperand(0).getReg() == AVR::R27R26 || in loadStorePostEncoder()
78 MI.getOperand(1).getReg() == AVR::R27R26; in loadStorePostEncoder()
80 bool IsPredec = Opcode == AVR::LDRdPtrPd || Opcode == AVR::STPtrPdRr; in loadStorePostEncoder()
81 bool IsPostinc = Opcode == AVR::LDRdPtrPi || Opcode == AVR::STPtrPiRr; in loadStorePostEncoder()
91 template <AVR::Fixups Fixup>
109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
122 case AVR::R27R26: in encodeLDSTPtrReg()
124 case AVR::R29R28: in encodeLDSTPtrReg()
126 case AVR::R31R30: in encodeLDSTPtrReg()
150 case AVR::R31R30: in encodeMemri()
153 case AVR::R29R28: in encodeMemri()
165 MCFixupKind(AVR::fixup_6), MI.getLoc())); in encodeMemri()
183 template <AVR::Fixups Fixup, unsigned Offset>
215 MCFixupKind FixupKind = static_cast<MCFixupKind>(AVR::fixup_call); in encodeCallTarget()
223 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()