HomeSort by: relevance | last modified time | path
    Searched refs:t7 (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/hpcmips/hpcmips/
kloader_tx39.S 48 move t7, t6
49 lw t6, 0(t7) # p = next
50 lw t0, 4(t7) # src
51 lw t4, 8(t7) # dst
52 lw t2, 12(t7) # sz
kloader_vr41.S 48 move t7, t6
49 lw t6, 0(t7) # p = next
50 lw t0, 4(t7) # src
51 lw t4, 8(t7) # dst
52 lw t2, 12(t7) # sz
  /src/common/lib/libc/arch/alpha/string/
ffs.S 74 and t1, 0x55, t7 /* lower 1 of each 2 empty? */
85 bne t7, Ldone
bcopy.S 209 ldq_u t7,-1(a4)
211 bic t7,t5,t7
215 or t3,t7,t3
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 270 BV t7; local in function:ShortestPath
271 t7.clear();
272 t7.setBit(7);
282 EXPECT_TRUE(g.isReachable(1, t7));
284 EXPECT_EQ(0U, g.findPath(1, t7, path, 1));
286 EXPECT_EQ(2U, g.findPath(1, t7, path, 2));
287 EXPECT_EQ(2U, g.findPath(1, t7, path, 3));
288 EXPECT_EQ(2U, g.findPath(1, t7, path, 4));
289 EXPECT_EQ(2U, g.findPath(1, t7, path, 5));
290 EXPECT_EQ(2U, g.findPath(1, t7, path, 6))
    [all...]
  /src/sys/arch/mips/include/
regdef.h 68 #define t7 $15 macro
90 * the old ABI, they map to t4-t7, and in the new ABI, they map to a4-a7.
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 132 move t7, t6
133 lw t6, 0(t7) # p = next
134 lw t0, 4(t7) # src
135 lw ta0, 8(t7) # dst
136 lw t2, 12(t7) # sz
  /src/sys/arch/alpha/alpha/
pmap_subr.s 146 ldq t7, (7*8)(a0) /* load 7 */
159 stq t7, (7*8)(a1) /* store 7 */
locore.s 370 stq t7,(FRAME_T7*8)(sp)
398 ldq t7,(FRAME_T7*8)(sp)
1390 stq t7,(FRAME_T7*8)(sp)
db_interface.c 123 DBREG(t7, FRAME_T7),
  /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 76 stq t7, OFFSET_T7(sp)
106 ldq t7, OFFSET_T7(sp)
  /src/libexec/ld.elf_so/arch/alpha/
rtld_start.S 95 stq t0, 16(sp) /* XXX t0-t7 necessary? */ ; \
102 stq t7, 72(sp) ; \
136 ldq t7, 72(sp) ; \
  /src/sys/external/bsd/gnu-efi/dist/apps/
Makefile 62 printenv.efi t7.efi t8.efi tcc.efi modelist.efi \
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 48 #define t7 $15 macro
  /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
113 t7 = y13 & y16;
115 t9 = t8 ^ t7;
117 t11 = t10 ^ 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
116 t7 = y13 & y16;
118 t9 = t8 ^ t7;
120 t11 = t10 ^ t7;
  /src/lib/libm/src/
e_lgamma_r.c 116 t7 = -3.68452016781138256760e-03, /* 0xBF6E2EFF, 0xB3E914D7 */ variable in typeref:typename:const double
260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
e_lgammaf_r.c 52 t7 = -3.6845202558e-03, /* 0xbb7177fe */ variable in typeref:typename:const float
196 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /src/sys/arch/emips/stand/common/
start.S 133 sw t7, TS_T7(sp)
184 lw t7, TS_T7(a0)
  /src/lib/libm/ld128/
e_lgammal_r.c 76 t7 = -1.03142230366363872751602029672767978e-02L, 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/libexec/ld.elf_so/arch/mips/
rtld_start.S 113 REG_S $15, XCALLFRAME_RA(sp) # ra is in t7/t3
  /src/lib/libm/ld80/
e_lgammal_r.c 103 #define t7 (t7u.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/arch/alpha/include/
asm.h 66 #define t7 $8 macro
  /src/sys/dev/ic/
isp.c 4387 ispreqt7_t *t7 = (ispreqt7_t *)local; local in function:isp_start
4391 t7->req_nphdl = target;
4392 t7->req_tidlo = lp->portid;
4393 t7->req_tidhi = lp->portid >> 16;
4394 t7->req_vpidx = ISP_GET_VPIDX(isp, XS_CHANNEL(xs));
4396 t7->req_lun[0] = XS_LUN(xs) >> 8;
4397 t7->req_lun[0] |= 0x40;
4399 t7->req_lun[1] = XS_LUN(xs);
4400 tptr = &t7->req_time;
4401 cdbp = t7->req_cdb
    [all...]

Completed in 25 milliseconds

1 2