Home | History | Annotate | Download | only in AVR

Lines Matching defs:Opcode

94   int Opcode = MI.getOpcode();
97 if ((Opcode != AVR::SUBIWRdK) && (Opcode != AVR::ADIWRdK)) {
108 switch (Opcode) {
152 unsigned Opcode;
166 // Select the best opcode based on DstReg and the offset size.
172 Opcode = AVR::ADIWRdK;
178 // This opcode will get expanded into a pair of subi/sbci.
179 Opcode = AVR::SUBIWRdK;
185 MachineInstr *New = BuildMI(MBB, std::next(II), dl, TII.get(Opcode), DstReg)