Searched refs:pcmpistri (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/amd64/string/ |
H A D | strcspn.S | 228 pcmpistri $0, %xmm0, %xmm2 # match in head? 232 0: pcmpistri $0, (%rax), %xmm2 234 pcmpistri $0, 16(%rax), %xmm2 263 pcmpistri $0, %xmm0, %xmm3 # match in second set half? 273 pcmpistri $0, %xmm0, %xmm2 # match in first set half? 275 pcmpistri $0, %xmm0, %xmm3 # match in second set half or end of string? 280 pcmpistri $0, %xmm0, %xmm2 282 pcmpistri $0, %xmm0, %xmm3 286 pcmpistri $0, %xmm0, %xmm2 288 pcmpistri $0, %xmm0, %xmm3 [all …]
|
H A D | strspn.S | 227 pcmpistri $0x10, %xmm1, %xmm2 # match in head? 231 0: pcmpistri $0x10, (%rax), %xmm2 233 pcmpistri $0x10, 16(%rax), %xmm2
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-ild.c | 225 static struct ptunit_result pcmpistri(void) in pcmpistri() function 705 ptu_run(suite, pcmpistri); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSSE.td | 6664 defm PCMPISTRI : SS42AI_pcmpistri<"pcmpistri">;
|