Searched refs:i3 (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d49 inline struct s i3 = xlate < struct s > (i0); /* translator */
59 printf("i3.s_x = %d\n", i3.s_x);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_instr.c71 size_t i3, n3; local
94 for (i3 = 0; i3 < n3; ++i3)
95 str[i++] = tmp[i3];
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl47 $i3="r9";
303 and $i3,lr,$s0,lsr#16
310 ldr $t3,[$tbl,$i3,lsl#2] @ Te1[s0>>16]
311 and $i3,lr,$s1,lsr#8
317 ldr $i3,[$tbl,$i3,lsl#2] @ Te2[s1>>8]
323 eor $t3,$t3,$i3,ror#8
324 and $i3,lr,$s2
330 ldr $i3,[$tbl,$i3,ls
[all...]
H A Daes-mips.pl117 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2);
147 ext $i3,$s0,16,8
154 lwxs $t3,$i3($Tbl) # Te1[s0>>16]
155 ext $i3,$s1,8,8
163 lwxs $t7,$i3($Tbl) # Te2[s1>>8]
164 ext $i3,$s2,0,8
172 lwxs $t11,$i3($Tbl) # Te3[s2]
173 ext $i3,$s3,24,8
192 lwxs $t7,$i3($Tbl) # Te0[s3>>24]
229 _xtr $i3,
[all...]
H A Daes-s390x.pl107 $i3="%r7";
305 srlg $i3,$s1,`8-3`
310 nr $i3,$mask
320 x $t3,2($i3,$tbl) # Te2[s1>>8]
326 sllg $i3,$s2,`0+3`
329 ngr $i3,$mask
341 x $t3,1($i3,$tbl) # Te3[s2>>0]
343 srlg $i3,$s3,`16-3` # i2
346 nr $i3,$mask
356 x $s2,3($i3,
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dswtch.S160 SET(vmspace0, %i4, %i3)
161 cmp %i5, %i3
216 4: lduw [PCPU(TLB_CTX)], %i3
218 cmp %i3, %i4
224 lduw [PCPU(TLB_CTX_MIN)], %i3
229 5: add %i3, 1, %i4
238 stw %i3, [%i4 + %i5]
284 or %i3, %l1, %i3
286 stxa %i3, [
[all...]
H A Dexception.S126 storer %i3, [base + (11 * size)] asi ; \
144 loader [base + (11 * size)] asi, %i3 ; \
2356 stx %i3, [%sp + SPOFF + CCFSZ + TF_O3]
2454 stx %i3, [%sp + SPOFF + CCFSZ + TF_O3]
2549 ldx [%sp + SPOFF + CCFSZ + TF_O3], %i3
2825 stx %i3, [%sp + SPOFF + CCFSZ + TF_O3]
2846 ldx [%sp + SPOFF + CCFSZ + TF_O3], %i3
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c207 LONGLONG i3; local
222 i3 = (i1.QuadPart - i2.QuadPart) / 10;
224 return (i3);
232 LONGLONG i3; local
241 i3 = (i1.QuadPart - i2.QuadPart) / 10000000;
243 return ((isc_uint32_t)i3);
/freebsd-11-stable/contrib/gcc/
H A Dcombine.c602 combine_validate_cost (rtx i1, rtx i2, rtx i3, rtx newpat, rtx newi2pat)
611 i3_cost = INSN_UID (i3) <= last_insn_cost
612 ? uid_insn_cost[INSN_UID (i3)] : 0;
668 INSN_UID (i1), INSN_UID (i2), INSN_UID (i3));
676 INSN_UID (i2), INSN_UID (i3));
695 uid_insn_cost[INSN_UID (i3)] = new_i3_cost;
1147 can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ,
1157 && next_active_insn (succ) == i3)
1158 : next_active_insn (insn) == i3);
1204 && GET_CODE (PATTERN (i3))
596 combine_validate_cost(rtx i1, rtx i2, rtx i3, rtx newpat, rtx newi2pat) argument
1137 can_combine_p(rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ, rtx *pdest, rtx *psrc) argument
1480 combinable_i3pat(rtx i3, rtx *loc, rtx i2dest, rtx i1dest, int i1_not_in_src, rtx *pi3dest_killed) argument
1808 try_combine(rtx i3, rtx i2, rtx i1, int *new_direct_jump_p) argument
3279 NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, local
3293 NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, local
3307 NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, local
3381 mark_jump_label (PATTERN (i3), i3, 0); local
11882 distribute_notes(rtx notes, rtx from_insn, rtx i3, rtx i2, rtx elim_i2, rtx elim_i1) argument
[all...]
/freebsd-11-stable/include/rpc/
H A Dauth.h273 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
/freebsd-11-stable/sys/rpc/
H A Dauth.h269 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_filter_parse.sh88 test_case i3 itest text ipf
114 atf_add_test_case i3
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dtime.c306 isc_uint64_t i1, i2, i3; local
317 i3 = i1 - i2;
322 i3 /= NS_PER_US;
324 return (i3);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c72 int i3 = 9; local
77 RE(atf_list_append(&list, &i3, false));
96 int i3 = 9; local
101 RE(atf_list_append(&list, &i3, false));
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S64 stx %i3, [%sp + SPOFF + CCFSZ + UF_O3]
88 ldx [%sp + SPOFF + CCFSZ + UF_O3], %i3
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsystfloat.S867 stx %i3,[%sp+2231]
893 stx %i3,[%sp+2231]
919 stx %i3,[%sp+2231]
945 stx %i3,[%sp+2231]
993 stx %i3,[%sp+2231]
1017 stx %i3,[%sp+2231]
1041 stx %i3,[%sp+2231]
1065 stx %i3,[%sp+2231]
1089 stx %i3,[%sp+2231]
1113 stx %i3,[
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl471 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
478 &shld ($i2,$i3,$rot);
479 &shld ($i3,$idx,$rot);
484 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i3 eq @T[0]);
491 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
507 &mov ($idx,$i3);
510 &shl ($i3,$rot);
512 &or ($i3,$Tbl);
514 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i3 eq @T[0]);
519 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i3 e
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl221 local $i3 = $iteration - 3;
266 $i3 % $NData, $i3 % $NData, $i1 % $NT) if ($p & $pOut);
275 $iw0%$NOutWord, $i3%$NData, $iw1%$NOutWord, $byte_num) if ($p & $pOut);
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc420 for (int i3 = imax; i3 >= 0; i3--)
421 if (!current.contains (i3))
426 tryal.add (i3);
435 && (i1 == -1 || i2 == -1 || i3 >= 0)))
/freebsd-11-stable/contrib/tcsh/
H A Dcsh-mode.el920 (i3
926 (message "pickup %d variables and %d functions." (+ i1 i2) i3))))
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl73 sllx %i3,32,$b
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c828 heim_integer i3 = { 1, "\01", 0 }; local
859 ret += check_heim_integer_same("01", "01", &i3);
860 ret += check_heim_integer_same("1", "01", &i3);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c555 int i1, i2, i3, is_range, which;
600 i3 = i2 + strspn(val->value + i2, "0123456789");
601 if (val->value[i3] != '\0') {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h968 * @param i3: 3rd string, malloced by caller. If NULL the insertion fails.
972 char* i3);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp746 #define SHUF(v0, v1, i0, i1, i2, i3) _mm_castps_si128(_mm_shuffle_ps( \
748 (i0)*1 + (i1)*4 + (i2)*16 + (i3)*64))

Completed in 199 milliseconds

12