/src/sys/arch/alpha/alpha/ |
linux_sigcode.s | 80 jsr ra, (t12) /* call the signal handler */ 92 jsr ra, (t12) /* call the signal handler */
|
lock_stubs.s | 68 lda t12, mutex_vector_enter 69 jmp (t12) 90 lda t12, mutex_vector_exit 91 jmp (t12)
|
locore.s | 312 5: bsr ra, exception_restore_regs /* jmp/CALL trashes pv/t12 */ 375 stq t12,(FRAME_T12*8)(sp) 403 ldq t12,(FRAME_T12*8)(sp) 503 ldq t12,P_MD_SYSCALL(t11) 504 CALL((t12)) 522 bsr ra, exception_save_regs /* jmp/CALL trashes pv/t12 */ 1395 stq t12,(FRAME_T12*8)(sp)
|
db_interface.c | 142 DBREG(t12, FRAME_T12),
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/ |
u4.h | 71 __m128i t12, t13; variable in typeref:typename:__m128i 92 t12 = _mm_set1_epi64x(in1213); 95 x_12 = _mm_add_epi64(addv12, t12); 98 t12 = _mm_unpacklo_epi32(x_12, x_13); 101 x_12 = _mm_unpacklo_epi32(t12, t13); 102 x_13 = _mm_unpackhi_epi32(t12, t13);
|
u8.h | 180 __m256i t12, t13; variable in typeref:typename:__m256i 205 t12 = _mm256_add_epi64(addv12, x_12); 208 x_12 = _mm256_unpacklo_epi32(t12, t13); 209 x_13 = _mm256_unpackhi_epi32(t12, t13); 211 t12 = _mm256_unpacklo_epi32(x_12, x_13); 215 x_12 = _mm256_permutevar8x32_epi32(t12, permute);
|
/src/libexec/httpd/testsuite/ |
Makefile | 4 SIMPLETESTS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18
|
/src/common/lib/libc/arch/alpha/gmon/ |
_mcount.S | 89 stq t12, OFFSET_T12(sp) 119 ldq t12, OFFSET_T12(sp)
|
/src/lib/libc/arch/alpha/gen/ |
divrem.m4 | 42 * OP OP=div: t10 / t11 -> t12; OP=rem: t10 % t11 -> t12 49 define(RESULT, `t12')
|
/src/sys/lib/libkern/arch/alpha/ |
divrem.m4 | 42 * OP OP=div: t10 / t11 -> t12; OP=rem: t10 % t11 -> t12 49 define(RESULT, `t12')
|
/src/sys/crypto/aes/ |
aes_ct.c | 61 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:br_aes_ct_bitslice_Sbox 118 t12 = y9 & y11; 120 t14 = t13 ^ t12; 122 t16 = t15 ^ t12;
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2.c | 64 __m128i t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:aes_sse2_bitslice_Sbox 121 t12 = y9 & y11; 123 t14 = t13 ^ t12; 125 t16 = t15 ^ t12;
|
/src/lib/libm/src/ |
e_lgamma_r.c | 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable in typeref:typename:const double 259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
e_lgammaf_r.c | 57 t12 = 3.1563205994e-04, /* 0x39a57b6b */ variable in typeref:typename:const float 195 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 81 t12 = 8.78232634717681264035014878172485575e-04L, variable in typeref:typename:const long double 283 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
|
/src/lib/libm/ld80/ |
e_lgammal_r.c | 108 #define t12 (t12u.extu_ld) macro 315 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
|
/src/sys/arch/alpha/include/ |
asm.h | 86 #define t12 $27 /* (T) another temporary */ macro 266 bsr ra,exception_save_regs /* jmp/CALL trashes pv/t12 */
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 647 uint32_t t12; member in struct:qxl_transform
|