Home
last modified time | relevance | path

Searched refs:pcmpistri (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/amd64/string/
H A Dstrcspn.S228 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 Dstrspn.S227 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 Dptunit-ild.c225 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 DX86InstrSSE.td6664 defm PCMPISTRI : SS42AI_pcmpistri<"pcmpistri">;