Searched refs:cache_fetch_dirty (Results 1 – 3 of 3) sorted by relevance
31 #define cache_fetch_dirty(_ea, _n_bytes_dirty) \ macro
4215 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()
4631 (cache_fetch_dirty): Likewise.