Home
last modified time | relevance | path

Searched refs:cache_fetch_dirty (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/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.c4215 static GTY(()) rtx cache_fetch_dirty; /* __cache_fetch_dirty function */
4228 if (!cache_fetch_dirty) in ea_load_store()
4229 cache_fetch_dirty = init_one_libfunc ("__cache_fetch_dirty"); in ea_load_store()
4230 emit_library_call_value (cache_fetch_dirty, data_addr, LCT_NORMAL, Pmode, in ea_load_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20094631 (cache_fetch_dirty): Likewise.