Searched refs:cache_fetch_dirty (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_cache.h31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ macro
H A Dspu.c4225 static GTY(()) rtx cache_fetch_dirty; /* __cache_fetch_dirty function */
4238 if (!cache_fetch_dirty)
4239 cache_fetch_dirty = init_one_libfunc ("__cache_fetch_dirty");
4240 emit_library_call_value (cache_fetch_dirty, data_addr, LCT_NORMAL, Pmode,
4215 static GTY(()) rtx cache_fetch_dirty; /* __cache_fetch_dirty function */ variable

Completed in 206 milliseconds