Searched refs:write64 (Results 1 – 3 of 3) sorted by relevance
401 inline void write64(void *P, uint64_t V, endianness E) { in write64() function411 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() function417 inline void write64le(void *P, uint64_t V) { write64<little>(P, V); } in write64le()420 inline void write64be(void *P, uint64_t V) { write64<big>(P, V); } in write64be()
279 @trusted void write64(long v) nothrow in write64() function
10210 * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.10365 * testsuite/gcc.target/frv/all-builtin-write64.c: New.