Searched refs:t4 (Results 1 - 25 of 85) sorted by relevance

1234

/openbsd-current/regress/bin/pax/
H A Dt4.sh1 # $OpenBSD: t4.sh,v 1.1 2005/06/13 19:22:02 otto Exp $
5 mkdir -p t4 && cd t4
7 begin 644 t4.tar.gz
16 tar -cO -f - * | tar -tf - | cmp -s $CUR/t4.out -
18 cd .. && rm -rf t4
H A DMakefile3 TESTSCRIPTS=t1 t2 t3 t4 t5 t6
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001031-1.c23 long long t4 (void) function
34 if (t4 () != 4096)
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
80 : base_type(t0, t1, t2, t3, t4)
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
87 : base_type(t0, t1, t2, t3, t4, t5)
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
94 : base_type(t0, t1, t2, t3, t4, t5, t6)
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
101 : base_type(t0, t1, t2, t3, t4, t5, t6, t7)
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
108 : base_type(t0, t1, t2, t3, t4, t
[all...]
/openbsd-current/lib/libc/arch/alpha/string/
H A Dbcopy.S103 mskql t2,SIZEREG,t4
106 or t4,t3,t4
107 stq_u t4,0(DSTREG)
146 extql t2,SRCREG,t4
149 or t4,t5,t5
155 extql t3,SRCREG,t4
158 or t4,t5,t5
183 lda t4,-1(zero)
184 mskql t4,SIZERE
[all...]
H A Dmemmove.S107 mskql t2,SIZEREG,t4
110 or t4,t3,t4
111 stq_u t4,0(DSTREG)
150 extql t2,SRCREG,t4
153 or t4,t5,t5
159 extql t3,SRCREG,t4
162 or t4,t5,t5
187 lda t4,-1(zero)
188 mskql t4,SIZERE
[all...]
H A Dmemcpy.S101 mskql t2,SIZEREG,t4
104 or t4,t3,t4
105 stq_u t4,0(DSTREG)
144 extql t2,SRCREG,t4
147 or t4,t5,t5
153 extql t3,SRCREG,t4
156 or t4,t5,t5
181 lda t4,-1(zero)
182 mskql t4,SIZERE
[all...]
H A Dbzero.S92 and a1,0x38,t4
93 beq t4,bzero_finish_lp_done
96 subq t4,8,t4
98 bne t4,bzero_finish_lp
/openbsd-current/sys/lib/libkern/arch/alpha/
H A Dmemmove.S110 mskql t2,a2,t4
113 or t4,t3,t4
114 stq_u t4,0(a1)
153 extql t2,a0,t4
156 or t4,t5,t5
162 extql t3,a0,t4
165 or t4,t5,t5
190 lda t4,-1(zero)
191 mskql t4,a
[all...]
H A D__divl.S68 stq t4, 32(sp)
75 or t10, t11, t4 /* not the sign, but... */
76 srl t4, 32 - 1, t4 /* rather, or of high bits */
77 blbc t4, Ldoit /* neither negative? do it! */
79 xor t10, t11, t4 /* THIS is the sign! */
81 srl t4, 32 - 1, t4 /* make negation the low bit. */
171 cmovlbs t4, t3, t12
178 ldq t4, 3
[all...]
H A D__divq.S68 stq t4, 32(sp)
75 or t10, t11, t4 /* not the sign, but... */
76 srl t4, 64 - 1, t4 /* rather, or of high bits */
77 blbc t4, Ldoit /* neither negative? do it! */
79 xor t10, t11, t4 /* THIS is the sign! */
81 srl t4, 64 - 1, t4 /* make negation the low bit. */
158 cmovlbs t4, t3, t12
165 ldq t4, 3
[all...]
H A D__reml.S68 stq t4, 32(sp)
75 or t10, t11, t4 /* not the sign, but... */
76 srl t4, 32 - 1, t4 /* rather, or of high bits */
77 blbc t4, Ldoit /* neither negative? do it! */
79 mov t10, t4 /* sign follows t10. */
81 srl t4, 32 - 1, t4 /* make negation the low bit. */
172 cmovlbs t4, t3, t12
179 ldq t4, 3
[all...]
H A D__remq.S68 stq t4, 32(sp)
75 or t10, t11, t4 /* not the sign, but... */
76 srl t4, 64 - 1, t4 /* rather, or of high bits */
77 blbc t4, Ldoit /* neither negative? do it! */
79 mov t10, t4 /* sign follows t10. */
81 srl t4, 64 - 1, t4 /* make negation the low bit. */
159 cmovlbs t4, t3, t12
166 ldq t4, 3
[all...]
H A Dbzero.S92 and a1,0x38,t4
93 beq t4,bzero_finish_lp_done
96 subq t4,8,t4
98 bne t4,bzero_finish_lp
/openbsd-current/regress/usr.bin/tsort/
H A DMakefile3 REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7
14 t4: t4.out pairs4
15 perl ${.CURDIR}/tsort-check t4.out pairs4
32 t4.out: pairs4
51 CLEANFILES+=t1.out t2.out t3.out t4.out t5.out t6.out pairs3 pairs4
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Di386-ssetype-1.c32 t4(void) function
H A Di386-ssetype-3.c31 t4(void) function
H A Di386-ssetype-5.c30 t4(void) function
H A Dc99-flex-array-3.c24 struct t4 { union rf4 a; }; /* { dg-bogus "warning" "warning in place of error" } */ struct
/openbsd-current/lib/libc/arch/hppa/sys/
H A DOvfork.S33 copy rp, t4
39 copy t4, rp
/openbsd-current/lib/libc/arch/hppa/string/
H A Dmemmove.S49 extru arg0, 31, 2, t4
50 add arg2, t4, arg2
51 comb,<> t3, t4, $bcopy_f.unaligned
59 ldws,ma 4(sr0, arg1), t4
64 stws,ma t4, 4(sr0, arg0)
80 sub,>= t4, t3, t2
90 ldws,ma 4(sr0, arg1), t4
97 vshd t3, t4, r31
100 copy t4, ret1
115 mfctl sar, t4
[all...]
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dbcopy.S53 extru arg0, 31, 2, t4
54 add arg2, t4, arg2
55 comb,<> t3, t4, $bcopy_f.unaligned
63 ldws,ma 4(sr0, arg1), t4
68 stws,ma t4, 4(sr0, arg0)
84 sub,>= t4, t3, t2
94 ldws,ma 4(sr0, arg1), t4
101 vshd t3, t4, r31
104 copy t4, ret1
119 mfctl sar, t4
[all...]
H A Dspcopy.S77 extru arg3, 31, 2, t4
78 add ret0, t4, ret0
79 comb,<> t3, t4, $spcopy.unaligned
87 ldws,ma 4(sr1, arg1), t4
92 stws,ma t4, 4(sr2, arg3)
108 sub,>= t4, t3, t2
118 ldws,ma 4(sr1, arg1), t4
125 vshd t3, t4, r31
128 copy t4, ret1
143 mfctl sar, t4
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dexists_sub.t12 sub t4 ($);
39 my $has_t4 = ok( exists &t4, 't4 sub declared' );
41 skip 't4 sub was not declared', 1 if ! $has_t4;
42 ok( ! defined &t4, 't4 not defined' );
58 $ref->{A}[0] = \&t4;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A D20020224-1.c48 EXT ({ undef (); 1; }) && EXT ({ int t4 UNUSED = ({ 1; }); 1; });

Completed in 147 milliseconds

1234