Searched refs:ptest (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/ipf/ |
H A D | t_pools.sh | 42 ptest() function 66 test_case f28 ptest text text 67 test_case f29 ptest text text 68 test_case p1 ptest text text 69 test_case p2 ptest text text 70 test_case p3 ptest text text 71 test_case p4 ptest text text 72 test_case p5 ptest text text 73 test_case p6 ptest text text 74 test_case p7 ptest text text [all …]
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse4-memcmp-slm.S | 111 ptest %xmm2, %xmm0 130 ptest %xmm2, %xmm0 135 ptest %xmm2, %xmm0 140 ptest %xmm2, %xmm0 145 ptest %xmm2, %xmm0 152 ptest %xmm2, %xmm0 157 ptest %xmm2, %xmm0 179 ptest %xmm2, %xmm0 184 ptest %xmm2, %xmm0 189 ptest %xmm2, %xmm0 [all …]
|
/freebsd/sbin/ipf/ipsend/ |
H A D | iptests.c | 94 ip_test1(char *dev, int mtu, ip_t *ip, struct in_addr gwip, int ptest) in ip_test1() argument 123 if (!ptest || (ptest == 1)) { in ip_test1() 139 if (!ptest || (ptest == 2)) { in ip_test1() 155 if (!ptest || (ptest == 3)) { in ip_test1() 172 if (!ptest || (ptest == 4)) { in ip_test1() 188 if (!ptest || (ptest == 5)) { in ip_test1() 220 if (!ptest || (ptest == 6)) { in ip_test1() 251 if (!ptest || (ptest == 7)) { in ip_test1() 288 if (!ptest || (ptest == 8)) { in ip_test1() 398 if (!ptest || (ptest == 9)) { in ip_test1() [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/ |
H A D | strchr-sve.S | 50 ptest p4, p2.b /* was first in c? */
|
/freebsd/lib/libc/amd64/string/ |
H A D | strspn.S | 256 ptest %xmm0, %xmm4 # any entry that doesn't match either?
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSSE.td | 5704 // ptest is commutable if only the Z flag is used. If the C flag is used, 5711 // ptest instruction we'll lower to this in X86ISelLowering primarily from 5737 "ptest\t{$src2, $src1|$src1, $src2}", 5741 "ptest\t{$src2, $src1|$src1, $src2}",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 951 defm PTEST_PP : sve_int_ptest<0b010000, "ptest", AArch64ptest, AArch64ptest_any>;
|