Lines Matching full:supports
23 // The device has SRAM, and supports the bare minimum of
37 // The device supports the `JMP k` and `CALL k` instructions.
39 "The device supports the `JMP` and "
42 // The device supports the indirect branches `IJMP` and `ICALL`.
44 "The device supports `IJMP`/`ICALL`"
47 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
49 "The device supports the "
52 // The device supports `ADDI Rd, K`, `SUBI Rd, K`.
63 // The device supports the 16-bit GPR pair MOVW instruction.
65 "The device supports the 16-bit MOVW "
68 // The device supports the `LPM` instruction, with implied destination being r0.
70 "The device supports the `LPM` instruction">;
72 // The device supports the `LPM Rd, Z[+] instruction.
74 "The device supports the `LPM Rd, Z[+]` "
77 // The device supports the `ELPM` instruction.
79 "The device supports the ELPM instruction">;
81 // The device supports the `ELPM Rd, Z[+]` instructions.
83 "The device supports the `ELPM Rd, Z[+]` "
86 // The device supports the `SPM` instruction.
88 "The device supports the `SPM` instruction">;
90 // The device supports the `SPM Z+` instruction.
92 "The device supports the `SPM Z+` "
95 // The device supports the `DES k` instruction.
97 "The device supports the `DES k` encryption "
100 // The device supports the Read-Write-Modify instructions
103 "The device supports the read-write-modify "
106 // The device supports the `[F]MUL[S][U]` family of instructions.
109 "The device supports the "
112 // The device supports the `BREAK` instruction.
114 "The device supports the `BREAK` debugging "