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

  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 57 #define t8 $24 macro
  /src/sys/arch/mips/include/
regdef.h 78 #define t8 $24 /* two more temporary registers */ macro
108 #define MIPS_CURLWP t8 /* needs to synced with cpu.h */
  /src/lib/libm/src/
e_lgammaf_r.c 53 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable in typeref:typename:const float
197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgamma_r.c 117 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable in typeref:typename:const double
261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
u4.h 55 __m128i t8, t9; variable in typeref:typename:__m128i
61 t8 = _mm_set1_epi64x(in89);
64 z8 = _mm_add_epi64(addv8, t8);
67 t8 = _mm_unpacklo_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
60 t8 = _mm256_add_epi64(addv8, z8);
63 z8 = _mm256_unpacklo_epi32(t8, t9);
64 z9 = _mm256_unpackhi_epi32(t8, t9);
66 t8 = _mm256_unpacklo_epi32(z8, z9);
70 z8 = _mm256_permutevar8x32_epi32(t8, permute);
  /src/sys/arch/sh3/sh3/
db_interface.c 684 uint8_t *t8; local in function:db_stackcheck_cmd
706 t8 = (uint8_t *)((vaddr_t)pcb + PAGE_SIZE - MAX_FRAME);
707 for (j = 0; *t8++ == 0x5a; j++)
  /src/lib/libm/ld80/
e_lgammal_r.c 104 #define t8 (t8u.extu_ld) macro
314 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
  /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
114 t8 = y5 & y1;
115 t9 = t8 ^ t7;
  /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
117 t8 = y5 & y1;
118 t9 = t8 ^ t7;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.h 55 u16 t8; member in struct:edp_power_seq
  /src/lib/libm/ld128/
e_lgammal_r.c 77 t8 = 6.10053602051788840313573150785080958e-03L, variable in typeref:typename:const long double
282 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
  /src/sys/arch/alpha/include/
asm.h 81 #define t8 $22 /* (T) temporary registers */ macro
671 * is stored in SysValue. These macros clobber v0, t0, t8..t11.

Completed in 18 milliseconds