Home
last modified time | relevance | path

Searched refs:__tmp1 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/sparc/
H A Datomicity.h36 _Atomic_word __tmp1, __tmp2; in _GLIBCXX_VISIBILITY() local
45 : "=&r" (__tmp1), "=&r" (__tmp2), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
54 _Atomic_word __tmp1, __tmp2; in _GLIBCXX_VISIBILITY() local
63 : "=&r" (__tmp1), "=&r" (__tmp2), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/sparc/
H A Datomicity.h36 _Atomic_word __tmp1, __tmp2; in _GLIBCXX_VISIBILITY() local
45 : "=&r" (__tmp1), "=&r" (__tmp2), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
54 _Atomic_word __tmp1, __tmp2; in _GLIBCXX_VISIBILITY() local
63 : "=&r" (__tmp1), "=&r" (__tmp2), "=m" (*__mem) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h2671 vector bool char __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local
2672 vector bool char __tmp2 = __tmp1 | in vec_first_match_or_eos_index()
2673 vec_cmpeq((vector signed char)__tmp1, __a) | in vec_first_match_or_eos_index()
2674 vec_cmpeq((vector signed char)__tmp1, __b); in vec_first_match_or_eos_index()
2691 vector bool char __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local
2692 vector bool char __tmp2 = __tmp1 | in vec_first_match_or_eos_index()
2693 vec_cmpeq((vector unsigned char)__tmp1, __a) | in vec_first_match_or_eos_index()
2694 vec_cmpeq((vector unsigned char)__tmp1, __b); in vec_first_match_or_eos_index()
2710 vector bool short __tmp1 = vec_cmpeq(__a, __b); in vec_first_match_or_eos_index() local
2711 vector bool short __tmp2 = __tmp1 | in vec_first_match_or_eos_index()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc979 const basic_string __tmp1(_M_ibegin(), _M_iend(),
984 __s = __tmp1;
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h3462 mp_limb_t __tmp1 = __bswapl_src >> 24; /* low byte */ \
3465 : "=r" (__tmp1) : "0" (__tmp1), "r" (__bswapl_src)); \
3468 (dst) = __tmp1 | __tmp2; /* whole */ \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h3466 const basic_string __tmp1(_M_ibegin(), _M_iend(), in _GLIBCXX_VISIBILITY()
3471 __s = __tmp1; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1139 auto __tmp1 = basic_string(this[], __s.get_allocator()); in version() local
1142 __s = move(__tmp1); in version()