Searched refs:__bswapdi2 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dbswapdi2.c1 //===-- bswapdi2.c - Implement __bswapdi2 ---------------------------------===//
9 // This file implements __bswapdi2 for the compiler_rt library.
15 COMPILER_RT_ABI uint64_t __bswapdi2(uint64_t u) { function
H A Dapple_versioning.c225 NOT_HERE_UNTIL_AFTER_4_3(__bswapdi2)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dbswapdi2.S16 // extern uint64_t __bswapdi2(uint64_t);
21 DEFINE_COMPILERRT_FUNCTION(__bswapdi2)
40 END_COMPILERRT_FUNCTION(__bswapdi2)

Completed in 186 milliseconds