HomeSort by: relevance | last modified time | path
    Searched defs:movb (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe51_pack.S 86 movb %al,0(%rdi) label
90 movb %al,1(%rdi) label
94 movb %al,2(%rdi) label
98 movb %al,3(%rdi) label
102 movb %al,4(%rdi) label
106 movb %al,5(%rdi) label
113 movb %al,6(%rdi) label
117 movb %dl,7(%rdi) label
121 movb %dl,8(%rdi) label
125 movb %dl,9(%rdi label
129 movb %dl,10(%rdi) label
133 movb %dl,11(%rdi) label
140 movb %cl,12(%rdi) label
144 movb %dl,13(%rdi) label
148 movb %dl,14(%rdi) label
152 movb %dl,15(%rdi) label
156 movb %dl,16(%rdi) label
160 movb %dl,17(%rdi) label
163 movb %dl,18(%rdi) label
170 movb %cl,19(%rdi) label
174 movb %dl,20(%rdi) label
178 movb %dl,21(%rdi) label
182 movb %dl,22(%rdi) label
186 movb %dl,23(%rdi) label
190 movb %dl,24(%rdi) label
197 movb %cl,25(%rdi) label
201 movb %dl,26(%rdi) label
205 movb %dl,27(%rdi) label
209 movb %dl,28(%rdi) label
213 movb %dl,29(%rdi) label
217 movb %dl,30(%rdi) label
220 movb %sil,31(%rdi) label
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1464 int movb = 0; local
1636 movb = 1;
1651 (x & MEMRELAX) ? movb + 1 : 0,
tc-m68hc11.c 2150 as_bad (_("Offset out of 5-bit range for movw/movb insn: %ld."),
2212 /* movb/movw cannot be relaxed. */
2249 /* movb/movw cannot be relaxed. */
2277 as_bad (_("Indexed indirect mode is not allowed for movb/movw."));
2485 /* The 68HC12 movb and movw instructions are special. We have to handle
3583 if (((strcmp (name, "movb") == 0) || (strcmp (name, "movw") == 0))
3587 int movb;
3588 if (strcmp (name, "movb") == 0)
3589 movb = 8;
3591 movb = 0
3579 int movb; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1464 int movb = 0; local
1636 movb = 1;
1651 (x & MEMRELAX) ? movb + 1 : 0,
tc-m68hc11.c 2150 as_bad (_("Offset out of 5-bit range for movw/movb insn: %ld."),
2212 /* movb/movw cannot be relaxed. */
2249 /* movb/movw cannot be relaxed. */
2277 as_bad (_("Indexed indirect mode is not allowed for movb/movw."));
2485 /* The 68HC12 movb and movw instructions are special. We have to handle
3583 if (((strcmp (name, "movb") == 0) || (strcmp (name, "movw") == 0))
3587 int movb;
3588 if (strcmp (name, "movb") == 0)
3589 movb = 8;
3591 movb = 0
3579 int movb; local
    [all...]

Completed in 33 milliseconds