Searched refs:bctr (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_big_ctrcbc.c54 unsigned char *buf, *bctr; local
58 bctr = ctr;
59 cc3 = br_dec32be(bctr + 0);
60 cc2 = br_dec32be(bctr + 4);
61 cc1 = br_dec32be(bctr + 8);
62 cc0 = br_dec32be(bctr + 12);
83 br_enc32be(bctr + 0, cc3);
84 br_enc32be(bctr + 4, cc2);
85 br_enc32be(bctr + 8, cc1);
86 br_enc32be(bctr
[all...]
H A Daes_small_ctrcbc.c54 unsigned char *buf, *bctr; local
58 bctr = ctr;
59 cc3 = br_dec32be(bctr + 0);
60 cc2 = br_dec32be(bctr + 4);
61 cc1 = br_dec32be(bctr + 8);
62 cc0 = br_dec32be(bctr + 12);
83 br_enc32be(bctr + 0, cc3);
84 br_enc32be(bctr + 4, cc2);
85 br_enc32be(bctr + 8, cc1);
86 br_enc32be(bctr
[all...]
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S151 bctr # jump to target
178 bctr
198 bctr # (*jmptab[index])()
/freebsd-12-stable/stand/powerpc/kboot/
H A Dkerneltramp.S69 bctr
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm54 bctr
122 bctr
H A Dtramp.asm57 bctr
H A Ddarwin-world.asm269 bctr
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S169 bctr # jump to target

Completed in 161 milliseconds