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

  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
vpaes-armv8.pl 200 ldr w8, [$key,#240] // pull rounds
234 sub w8, w8, #1 // nr--
251 cbnz w8, .Lenc_loop
288 ldr w8, [$key,#240] // pull rounds
341 sub w8, w8, #1 // nr--
370 cbnz w8, .Lenc_2x_loop
414 ldr w8, [$key,#240] // pull rounds
473 sub w8, w8, #1 // sub \$1,%rax # nr-
233 sub w8, w8, #1 \/\/ nr-- subroutine
340 sub w8, w8, #1 \/\/ nr-- subroutine
472 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
610 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
vpaes-armv8.pl 194 ldr w8, [$key,#240] // pull rounds
227 sub w8, w8, #1 // nr--
244 cbnz w8, .Lenc_loop
281 ldr w8, [$key,#240] // pull rounds
333 sub w8, w8, #1 // nr--
362 cbnz w8, .Lenc_2x_loop
404 ldr w8, [$key,#240] // pull rounds
461 sub w8, w8, #1 // sub \$1,%rax # nr-
226 sub w8, w8, #1 \/\/ nr-- subroutine
332 sub w8, w8, #1 \/\/ nr-- subroutine
460 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
596 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
vpaes-armv8.pl 190 ldr w8, [$key,#240] // pull rounds
223 sub w8, w8, #1 // nr--
240 cbnz w8, .Lenc_loop
277 ldr w8, [$key,#240] // pull rounds
329 sub w8, w8, #1 // nr--
358 cbnz w8, .Lenc_2x_loop
400 ldr w8, [$key,#240] // pull rounds
457 sub w8, w8, #1 // sub \$1,%rax # nr-
222 sub w8, w8, #1 \/\/ nr-- subroutine
328 sub w8, w8, #1 \/\/ nr-- subroutine
456 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
592 sub w8, w8, #1 \/\/ sub \\$1,%rax # nr-- subroutine
    [all...]
  /src/lib/libm/ld128/
e_lgammal_r.c 171 w8 = -2.95506530801732133437990433080327074e-02L, variable
319 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
  /src/lib/libm/ld80/
e_lgammal_r.c 202 #define w8 (w8u.extu_ld) macro
345 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
  /src/sys/dev/usb/
xhci.c 1230 const uint32_t w8 = xhci_read_4(sc, ecp + 8); local
1234 " SP: 0x%08x 0x%08x 0x%08x 0x%08x\n", w0, w4, w8, wc);
1241 const uint8_t cpo = XHCI_XECP_SP_W8_CPO(w8);
1242 const uint8_t cpc = XHCI_XECP_SP_W8_CPC(w8);

Completed in 33 milliseconds