Searched refs:mfb (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S187 { .mfb; mov r8=r0 // return value
209 { .mfb; (p0) nop.m 0x0
215 { .mfb; (p21) st8 [r14]=r42,8 // *(rp++)=r
240 { .mfb; mov r8=r0 // return value
262 { .mfb; (p0) nop.m 0x0
349 { .mfb; (p28) st8 [r14]=r41,8
358 { .mfb; nop.m 0x0
382 { .mfb; (p20) stf8 [r32]=f37,8
394 { .mfb; rum 1<<5 // clear um.mfh
483 { .mfb; ADD
[all...]
H A Dia64-mont.pl150 { .mfb; and sp=-16,r31 // alloca
153 { .mfb; nop.m 0
220 { .mfb; ldf8 alo[2]=[aptr],16 // ap[2]
224 { .mfb; ldf8 alo[1]=[r30] // ap[3]
494 { .mfb; (p14)ldf8 ni7=[r31],16 // np[7]
665 { .mfb; (p50) cmp.leu p49,p47=t[6],a2
/freebsd-12-stable/contrib/lua/src/
H A Dlobject.c352 unsigned int mfb = 0x3f; /* maximum that fits in first byte */ local
356 mfb >>= 1; /* now there is one less bit available in first byte */
357 } while (x > mfb); /* still needs continuation byte? */
358 buff[UTF8BUFFSZ - n] = cast(char, (~mfb << 1) | x); /* add first byte */
/freebsd-12-stable/crypto/openssl/crypto/
H A Dia64cpuid.S84 { .mfb; nop.m 0
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S420 { .mfb; mov psr.um=loc0 // restore user mask
799 { .mfb; mov psr.um=loc0 // restore user mask

Completed in 120 milliseconds