Searched refs:cache_op (Results 1 – 2 of 2) sorted by relevance
3617 int cache_op; in s7_do_cache() local3619 cache_op = (s7_inst.instruction >> 20) & 0x1F; in s7_do_cache()3620 sprintf (s7_inst.name, "cache %d", cache_op); in s7_do_cache()
3283 int cache_op; in s3_do_cache() local3285 cache_op = (s3_inst.instruction >> 20) & 0x1F; in s3_do_cache()3286 sprintf (s3_inst.name, "cache %d", cache_op); in s3_do_cache()