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

  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 58 #define t9 $25 macro
90 la t9, 2f
91 addu t9, s0
92 jr t9 # jump to cached address
118 li t9, KERNEL_LOADADDR
119 jr t9
  /src/sys/arch/mips/include/
regdef.h 79 #define t9 $25 macro
  /src/lib/libm/src/
e_lgammaf_r.c 54 t9 = -1.4034647029e-03, /* 0xbab7f476 */ variable in typeref:typename:const float
195 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgamma_r.c 118 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable in typeref:typename:const double
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
u4.h 55 __m128i t8, t9; variable in typeref:typename:__m128i
62 t9 = _mm_set1_epi64x(in89);
65 z9 = _mm_add_epi64(addv9, t9);
68 t9 = _mm_unpackhi_epi32(z8, z9);
70 z8 = _mm_unpacklo_epi32(t8, t9);
71 z9 = _mm_unpackhi_epi32(t8, t9);
u8.h 51 __m256i t8, t9; variable in typeref:typename:__m256i
61 t9 = _mm256_add_epi64(addv9, z9);
63 z8 = _mm256_unpacklo_epi32(t8, t9);
64 z9 = _mm256_unpackhi_epi32(t8, t9);
67 t9 = _mm256_unpackhi_epi32(z8, z9);
71 z9 = _mm256_permutevar8x32_epi32(t9, permute);
  /src/lib/libm/ld80/
e_lgammal_r.c 105 #define t9 (t9u.extu_ld) macro
315 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
  /src/sys/crypto/aes/
aes_ct.c 60 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:br_aes_ct_bitslice_Sbox
115 t9 = t8 ^ t7;
125 t19 = t9 ^ t14;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 63 __m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:aes_sse2_bitslice_Sbox
118 t9 = t8 ^ t7;
128 t19 = t9 ^ t14;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.h 56 u16 t9; member in struct:edp_power_seq
  /src/lib/libm/ld128/
e_lgammal_r.c 78 t9 = -3.68456960831637325470641021892968954e-03L, 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/sys/arch/alpha/include/
asm.h 82 #define t9 $23 macro

Completed in 23 milliseconds