/src/lib/libc/arch/riscv/sys/ |
brk.S | 59 PTR_L t5, 0(t1) 60 bgeu a0, t5, 1f 61 mv a0, t5 # dont allow break < minbrk 63 mv t5, a0 66 PTR_S t5, __SIZEOF_POINTER__(t1) /* success */
|
sbrk.S | 45 mv t5, a0 // save for success 48 PTR_S t5, 0(t1) // save new val of curbrk from above
|
__sigtramp2.S | 93 .cfi_offset t5, UC_GREGS_T5
|
/src/tests/usr.bin/indent/ |
lsym_type.c | 31 typedef t5 *typedef_no_init_ptr;
|
/src/common/lib/libc/arch/alpha/string/ |
bcopy.S | 73 subq DSTREG,SRCREG,t5 74 cmpult t5,SIZEREG,t5 75 bne t5,bcopy_overlap 145 or t2,t3,t5 146 insql t5,DSTREG,t5 149 or t5,t6,t5 150 stq_u t5,0(DSTREG [all...] |
bzero.S | 101 and a1,7,t5 /* 0..7 bytes left */ 102 beq t5,bzero_done /* mskqh won't change t0 if t5==0, but I 105 mskqh t0,t5,t0
|
ffs.S | 72 and t1, 0x0f, t5 /* lower 4 of 8 empty? */ 77 bne t5, Ldo4
|
/src/sys/arch/hpcmips/hpcmips/ |
kloader_tx39.S | 53 addu t5, t4, t2 # dst + sz 59 bltu t4, t5, 2b 73 li t5, ~0x00000020 75 and t5, t5, t6 77 mtc0 t5, $3
|
kloader_vr41.S | 53 addu t5, t4, t2 # dst + sz 59 bltu t4, t5, 2b
|
/src/sys/arch/mips/include/ |
regdef.h | 66 #define t5 $13 macro
|
/src/libexec/ld.elf_so/arch/alpha/ |
rtld_start.S | 49 lda t5, _DYNAMIC 50 addq a1, t5, a0 /* &_DYNAMIC */ 100 stq t5, 56(sp) ; \ 134 ldq t5, 56(sp) ; \
|
/src/sys/arch/mipsco/stand/common/ |
prom.S | 55 sll t5, v0, 2 56 add t4, t4, t5
|
/src/sys/arch/riscv/riscv/ |
spl.S | 120 INT_L t5, IPL_VM * (1 << INT_SCALESHIFT)(t3) 122 not t5, t5 123 and t5, t5, t0 124 beq t5, zero, 1f
|
/src/sys/arch/alpha/alpha/ |
pmap_subr.s | 144 ldq t5, (5*8)(a0) /* load 5 */ 156 stq t5, (5*8)(a1) /* store 5 */
|
/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/regress/sys/fs/lfs/ckckp/ |
Makefile | 41 /libexec/lfs_cleanerd -b -n4 -t5 ${TMPMP}
|
/src/common/lib/libc/arch/alpha/gmon/ |
_mcount.S | 74 stq t5, OFFSET_T5(sp) 104 ldq t5, OFFSET_T5(sp)
|
/src/tests/usr.bin/xlint/lint1/ |
msg_247.c | 288 void *t5 = (struct sockaddr_in *)(struct sockaddr_in6 *)t4; local in function:cast_between_sockaddr_variants 291 void *t6 = (struct sockaddr_in6 *)(struct sockaddr_in *)t5;
|
/src/sys/external/bsd/gnu-efi/dist/apps/ |
Makefile | 61 TARGET_APPS = t.efi t2.efi t3.efi t4.efi t5.efi t6.efi \
|
/src/sys/arch/emips/stand/common/ |
start.S | 131 sw t5, TS_T5(sp) 182 lw t5, TS_T5(a0) 270 lw t5,4(a0) 276 sw t5,-4(t2)
|
/src/sys/arch/playstation2/playstation2/ |
locore_machdep.S | 137 addu t5, ta0, t2 # dst + sz 142 bltu ta0, t5, 2b
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 46 #define t5 $13 macro
|
/src/lib/libm/src/ |
e_lgamma_r.c | 114 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable in typeref:typename:const double 261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
|
e_lgammaf_r.c | 50 t5 = -1.0314224288e-02, /* 0xbc28fcfe */ variable in typeref:typename:const float 197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_lvds.c | 61 int t5; member in struct:intel_lvds_pps 169 pps->t5 = REG_FIELD_GET(PANEL_LIGHT_ON_DELAY_MASK, val); 189 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) { 192 /* Set T2 to 40ms and T5 to 200ms in 100 usec units */ 194 pps->t5 = 200 * 10; 200 DRM_DEBUG_DRIVER("LVDS PPS:t1+t2 %d t3 %d t4 %d t5 %d tx %d " 202 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx, 220 REG_FIELD_PREP(PANEL_LIGHT_ON_DELAY_MASK, pps->t5));
|