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 D | atomicity.h | 36 _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 D | atomicity.h | 36 _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 D | altivec.h | 2671 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 D | basic_string.tcc | 979 const basic_string __tmp1(_M_ibegin(), _M_iend(), 984 __s = __tmp1;
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 3462 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 D | cow_string.h | 3466 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 D | string.d | 1139 auto __tmp1 = basic_string(this[], __s.get_allocator()); in version() local 1142 __s = move(__tmp1); in version()
|