Searched refs:__ea (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu_cache.h | 25 void *__cache_fetch_dirty (__ea void *ea, int n_bytes_dirty); 26 void *__cache_fetch (__ea void *ea); 27 void __cache_evict (__ea void *ea); 29 void __cache_touch (__ea void *ea);
|
H A D | spu.opt | 96 Allow conversions between __ea and generic pointers (default).
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
H A D | cachemgr.c | 207 __cache_evict (__ea void *ea) in __cache_evict() 253 __cache_miss (__ea void *ea, struct __cache_tag_array *entry, int way) in __cache_miss() 303 __cache_fetch_dirty (__ea void *ea, int n_bytes_dirty) in __cache_fetch_dirty() 409 __cache_fetch (__ea void *ea) in __cache_fetch() 415 __cache_touch (__ea void *ea __attribute__ ((unused))) in __cache_touch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | ell_integral.tcc | 373 _Tp __ea = __xndev * __yndev; in __ellint_rd() local 375 _Tp __ec = __ea - __eb; in __ellint_rd() 376 _Tp __ed = __ea - _Tp(6) * __eb; in __ellint_rd() 383 + __zndev * (-__c3 * __ec - __zndev * __c4 - __ea)); in __ellint_rd() 636 _Tp __ea = __xndev * (__yndev + __zndev) + __yndev * __zndev; in __ellint_rj() local 639 _Tp __e2 = __ea - _Tp(3) * __ec; in __ellint_rj() 640 _Tp __e3 = __eb + _Tp(2) * __pndev * (__ea - __ec); in __ellint_rj() 645 _Tp __s3 = __pndev * __ea * (__c2 - __pndev * __c3) in __ellint_rj()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | ell_integral.tcc | 369 _Tp __ea = __xndev * __yndev; in __ellint_rd() local 371 _Tp __ec = __ea - __eb; in __ellint_rd() 372 _Tp __ed = __ea - _Tp(6) * __eb; in __ellint_rd() 379 + __zndev * (-__c3 * __ec - __zndev * __c4 - __ea)); in __ellint_rd() 627 _Tp __ea = __xndev * (__yndev + __zndev) + __yndev * __zndev; in __ellint_rj() local 630 _Tp __e2 = __ea - _Tp(3) * __ec; in __ellint_rj() 631 _Tp __e3 = __eb + _Tp(2) * __pndev * (__ea - __ec); in __ellint_rj() 636 _Tp __s3 = __pndev * __ea * (__c2 - __pndev * __c3) in __ellint_rj()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 4860 __owns_one_state<_CharT>* __ea) 4864 static_cast<__owns_one_state<_CharT>*>(__ea->first())); 4865 __ea->first() = nullptr; 4866 __ea->first() = new __empty_state<_CharT>(__end_->first()); 4868 __end_->first() = new __empty_non_own_state<_CharT>(__ea->first()); 4869 __end_ = static_cast<__owns_one_state<_CharT>*>(__ea->first());
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 7372 For example, the SPU port uses the @code{__ea} address space to refer 7374 processor. Access to memory in the @code{__ea} address space involves 7376 local processor memory address space. Pointers in the @code{__ea} 7387 the SPU port uses the following to declare @code{__ea} as the keyword for 7391 c_register_addr_space ("__ea", ADDR_SPACE_EA);
|
H A D | tm.texi | 10840 For example, the SPU port uses the @code{__ea} address space to refer 10842 processor. Access to memory in the @code{__ea} address space involves 10844 local processor memory address space. Pointers in the @code{__ea} 10855 the SPU port uses the following to declare @code{__ea} as the keyword for 10859 c_register_addr_space ("__ea", ADDR_SPACE_EA);
|
H A D | gccint.info | 41305 For example, the SPU port uses the '__ea' address space to refer to 41307 processor. Access to memory in the '__ea' address space involves 41309 local processor memory address space. Pointers in the '__ea' address 41319 example, the SPU port uses the following to declare '__ea' as the 41322 c_register_addr_space ("__ea", ADDR_SPACE_EA);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2008 | 184 * include/tr1/ell_integral.tcc: Avoid __ea, future SPU badname. 185 * doc/xml/manual/appendix_contributing.xml: Add __ea to the list
|
H A D | ChangeLog-2019 | 2126 to __ea as "badword" for spu. 2129 to avoid __ea (as "badword" for spu).
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2009 | 4039 (spu_pointer_to_address): Handle __ea pointers.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2009 | 4039 (spu_pointer_to_address): Handle __ea pointers.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 42789 For example, the SPU port uses the '__ea' address space to refer to 42791 processor. Access to memory in the '__ea' address space involves 42793 local processor memory address space. Pointers in the '__ea' address 42803 example, the SPU port uses the following to declare '__ea' as the 42806 c_register_addr_space ("__ea", ADDR_SPACE_EA);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 4627 (spu_legitimate_constant_p): Handle __ea qualified addresses. 4636 (spu_expand_mov): Handle __ea qualified memory references.
|