Home
last modified time | relevance | path

Searched refs:f3 (Results 26 – 50 of 153) sorted by relevance

1234567

/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.avx512_vpclmulqdq.out6 libdis_test+0x1b: 62 f3 75 48 44 d0 vpclmulqdq $0x23,%zmm0,%zmm1,%zmm2
8 libdis_test+0x22: 62 f3 65 48 44 a0 vpclmulqdq $0x42,0x12345(%eax),%zmm3,%zmm4
10 libdis_test+0x2d: 62 f3 65 48 44 a4 vpclmulqdq $-0x17,0x678(%ebx,%ecx,4),%zmm3,%zmm4 <0xe9>
H A D32.misc.out1 libdis_test: f3 0f c7 f8 rdpid %eax
2 libdis_test+0x4: f3 0f c7 fe rdpid %esi
H A D64.misc.out1 libdis_test: f3 0f c7 f8 rdpid %rax
2 libdis_test+0x4: f3 41 0f c7 fa rdpid %r10
H A Dtst.random.out1 libdis_test: 66 0f c7 f3 rdrand %bx
2 libdis_test+0x4: 0f c7 f3 rdrand %ebx
H A Dtst.wbnovind.out1 libdis_test: f3 0f 09 wbnoinvd
H A D64.random.out1 libdis_test: 48 0f c7 f3 rdrand %rbx
H A D64.avx512_vpclmulqdq.out11 …libdis_test+0x31: 67 62 f3 45 48 44 addr32 vpclmulqdq $-0x17,0x678(%rbx,%rcx,4),%zmm7,%zmm6 <0xe9>
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dfnaryscl.awk8 function f2(b) { f3(b) }
10 function f3(c) { c = 6 } function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh373 f3=$1
374 case $f3 in
375 '-') f3='' ;;
392 $f2$d2|$d2$f3) continue ;;
396 case $f3$d3 in
397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;;
399 *) x=$f2$d2$f3$d3
402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosf.c169 float f0, f1, f2, f3, t; in __vsincosf() local
233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsincosf()
257 f3 = -f3; in __vsincosf()
293 *c = -f3; in __vsincosf()
295 *s = f3; in __vsincosf()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnested-declarator2.c4 static void (*f3)(int) = f2; variable
12 f6(f3); in z()
H A Dabstract-array-declarator-static.c4 extern void f3(int g[restrict static 1]);
H A Dfunction-pointer-type.c7 void f3(void) { int (*f)(void); f = ***fun; } // C99,C11 6.5.3.2p4 in f3() function
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.csr.out27 libdis_test+0x68: 73 a3 f3 c0 csrrs t1,hpmcounter15,t2
43 libdis_test+0xa8: 73 a3 f3 c1 csrrs t1,hpmcounter31,t2
59 libdis_test+0xe8: 73 a3 f3 c8 csrrs t1,hpmcounter15h,t2
75 libdis_test+0x128: 73 a3 f3 c9 csrrs t1,hpmcounter31h,t2
123 libdis_test+0x1e8: 73 a3 f3 3b csrrs t1,pmpaddr15,t2
129 libdis_test+0x200: 73 f3 2a 04 csrrci t1,ucause,0x15
/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c214 uint16_t f2, f3; in smbios_setuuid() local
251 f3 = ntohs(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
255 f3 = le16toh(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
259 f1, f2, f3, SMBIOS_GET8(addr, 8), SMBIOS_GET8(addr, 9), in smbios_setuuid()
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s368 /* 0x005c */ ld [%o1+8],%f3
388 /* 0x00a8 */ ld [%g4-8],%f3
494 /* 0x0078 112 */ ld [%sp+96],%f3
500 /* 0x0090 */ ld [%sp+92],%f3
512 /* 0x00bc 112 */ ld [%sp+96],%f3
517 /* 0x00d0 */ ld [%sp+92],%f3
696 /* 0x0178 141 */ ld [%o0],%f3
718 /* 0x01cc 141 */ ld [%o0],%f3
740 /* 0x0224 141 */ ld [%o0],%f3
764 /* 0x027c 141 */ ld [%o0],%f3
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcast-constant-to-float.c6 double f3(void) { return -1.0; } in f3() function
H A Dcall-direct.c8 int f3(void) { return (***fun)(); } // C99,C11 6.5.3.2p4 in f3() function
H A Dcall-builtin.c8 u32 f3(u32 a) { return (***__builtin_popcount)(a); } // C99,C11 6.5.3.2p4 in f3() function
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3) in mlfi_negotiate() argument
219 unsigned long f3;
/illumos-gate/usr/src/cmd/acct/
H A Dchargefee.sh51 _userid=`echo "${_entry}" | cut -d: -f3` # get the UID
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S179 ld [%i1+4],%f3
260 fmovs %f3,%f1
399 st %f3,[%l4+4]
427 lda [%i1+4]%asi,%f3
733 lda [%i1+4]%asi,%f3
854 st %f3,[%o0+4]
858 st %f3,[%l3+4]
862 st %f3,[%o0+4]
874 fmovs %f13,%f3
H A D__vexpf.S313 fzeros %f3
711 st %f3,[%i3]
714 fcmpes %fcc0,%f2,%f3
763 st %f3,[%i3]
863 st %f3,[%i3]
1006 st %f3,[%i3]
1178 st %f3,[%i3]
1380 st %f3,[%i3]
1596 st %f3,[%i3]
1834 st %f3,[%i3]
[all …]
/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h69 long f1, f2, f3, f4; member
H A Dlintdump.c159 psizes[3] = hp->f3; in print_lintmod()
163 hp->f1, hp->f2, hp->f3, hp->f4, hp->f1 + hp->f2 + hp->f3 + hp->f4); in print_lintmod()

1234567