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()
151 case AVR::R31R30: in encodeMemri()
154 case AVR::R29R28: in encodeMemri()
166 MCFixupKind(AVR::fixup_6), MI.getLoc())); in encodeMemri()
184 template <AVR::Fixups Fixup, unsigned Offset>
216 MCFixupKind FixupKind = static_cast<MCFixupKind>(AVR::fixup_call); in encodeCallTarget()
224 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()