Searched refs:__movsb (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Headers/ |
D | ms-intrin.cpp | 37 __movsb(0, 0, 0); in f()
|
/external/llvm-project/clang/test/Headers/ |
D | ms-intrin.cpp | 37 __movsb(0, 0, 0); in f()
|
/external/llvm-project/clang/lib/Headers/ |
D | intrin.h | 80 void __movsb(unsigned char *, unsigned char const *, size_t); 451 static __inline__ void __DEFAULT_FN_ATTRS __movsb(unsigned char *__dst, in __movsb() function
|
/external/clang/lib/Headers/ |
D | intrin.h | 91 void __movsb(unsigned char *, unsigned char const *, size_t); 842 __movsb(unsigned char *__dst, unsigned char const *__src, size_t __n) { in __movsb() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics.c | 36 return __movsb(Dest, Src, Count); in test__movsb()
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 160 __movsb(reinterpret_cast<uint8_t *>(&u), in ReadUInt64()
|