Lines Matching refs:instruction
13 // A generic AVR instruction.
26 /// A 16-bit AVR instruction.
34 /// a 32-bit AVR instruction.
47 // For example, the ADDW (add wide, as in add 16 bit values) instruction
48 // is defined as a pseudo instruction. In AVRExpandPseudoInsts.cpp,
49 // the instruction is then replaced by two add instructions - one for each byte.
59 // Register / register instruction: <|opcode|ffrd|dddd|rrrr|>
98 // Register / immediate8 instruction: <|opcode|KKKK|dddd|KKKK|>
118 // Register instruction: <|opcode|fffd|dddd|ffff|>
163 // An ST/LD instruction.
306 // In I/O instruction: <|1011|0AAd|dddd|AAAA|>
325 // Out I/O instruction: <|1011|1AAr|rrrr|AAAA|>
344 // I/O bit instruction.
369 // BST/BLD instruction.
392 // Special encoding for the `DES K` instruction.