Home
last modified time | relevance | path

Searched refs:memcmp4 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmemcmp.ll45 define void @memcmp4(i8* %X, i8* %Y, i32* nocapture %P) nounwind {
57 ; CHECK: memcmp4:
/external/llvm/test/CodeGen/X86/
Dmemcmp.ll64 define void @memcmp4(i8* %X, i8* %Y, i32* nocapture %P) nounwind {
76 ; CHECK-LABEL: memcmp4:
/external/clang/test/Analysis/
Dbstring.c403 void memcmp4 (char *input) { in memcmp4() function