Home
last modified time | relevance | path

Searched refs:cache_op (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-score7.c3617 int cache_op; in s7_do_cache() local
3619 cache_op = (s7_inst.instruction >> 20) & 0x1F; in s7_do_cache()
3620 sprintf (s7_inst.name, "cache %d", cache_op); in s7_do_cache()
Dtc-score.c3283 int cache_op; in s3_do_cache() local
3285 cache_op = (s3_inst.instruction >> 20) & 0x1F; in s3_do_cache()
3286 sprintf (s3_inst.name, "cache %d", cache_op); in s3_do_cache()