Searched refs:ctr1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/tests/lib/libc/sys/
H A Dt_lwp_ctl.c51 int ctr1, ctr2; local
56 ctr1 = lc->lc_pctr;
57 (void)printf("pctr = %d\n", ctr1);
66 ATF_REQUIRE_MSG(ctr1 != ctr2, "counters match");
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesfx-sparcv9.pl862 my ($ctr0,$ctr1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
887 ld [$ivp + 8], $ctr1
888 ld [$ivp + 12], $ctr1#lo
918 fxor $ctr1, $r0lo, %f2
967 fpadd32 $ctr1, $one, $ctr1 ! increment counter
1010 fxor $ctr1, $r0lo, %f2
1069 fpadd32 $ctr1, $one, $ctr1 ! increment counter
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesfx-sparcv9.pl864 my ($ctr0,$ctr1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
889 ld [$ivp + 8], $ctr1
890 ld [$ivp + 12], $ctr1#lo
920 fxor $ctr1, $r0lo, %f2
969 fpadd32 $ctr1, $one, $ctr1 ! increment counter
1012 fxor $ctr1, $r0lo, %f2
1071 fpadd32 $ctr1, $one, $ctr1 ! increment counter
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl179 my ($ctr0,$ctr1,$ctr2,$ctr3,$res0,$res1,$res2,$res3)=map("v$_",(0..7));
310 fmov $ctr1.d[1], $ctr32x @ CTR block 1
493 fmov $ctr1.d[1], $ctr32x @ CTR block 5
711 fmov $ctr1.d[1], $ctr32x @ CTR block 4k+9
1195 fmov $ctr1.d[1], $ctr32x @ CTR block 1
1332 mov $output_l1, $ctr1.d[0] @ AES block 1 - mov low
1334 mov $output_h1, $ctr1.d[1] @ AES block 1 - mov high
1353 fmov $ctr1.d[1], $ctr32x @ CTR block 5
1568 mov $output_h1, $ctr1.d[1] @ AES block 4k+5 - mov high
1574 mov $output_l1, $ctr1
[all...]

Completed in 117 milliseconds