• Home
  • Raw
  • Download

Lines Matching refs:supports

42 // The device has SRAM, and supports the bare minimum of
56 // The device supports the `JMP k` and `CALL k` instructions.
58 "The device supports the `JMP` and "
62 // The device supports the indirect branches `IJMP` and `ICALL`.
65 "The device supports `IJMP`/`ICALL`"
68 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
70 "true", "The device supports the "
73 // The device supports `ADDI Rd, K`, `SUBI Rd, K`.
83 // The device supports the 16-bit GPR pair MOVW instruction.
85 "The device supports the 16-bit MOVW "
88 // The device supports the `LPM` instruction, with implied destination being r0.
90 "The device supports the `LPM` instruction">;
92 // The device supports the `LPM Rd, Z[+] instruction.
94 "The device supports the `LPM Rd, Z[+]` "
97 // The device supports the `ELPM` instruction.
99 "The device supports the ELPM instruction">;
101 // The device supports the `ELPM Rd, Z[+]` instructions.
103 "The device supports the `ELPM Rd, Z[+]` "
106 // The device supports the `SPM` instruction.
108 "The device supports the `SPM` instruction">;
110 // The device supports the `SPM Z+` instruction.
112 "The device supports the `SPM Z+` "
115 // The device supports the `DES k` instruction.
117 "The device supports the `DES k` encryption "
120 // The device supports the Read-Write-Modify instructions
123 "The device supports the read-write-modify "
126 // The device supports the `[F]MUL[S][U]` family of instructions.
128 "true", "The device supports the "
131 // The device supports the `BREAK` instruction.
133 "The device supports the `BREAK` debugging "