Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc25025 const int copy_limit = (aarch64_tune_params.extra_tuning_flags in aarch64_expand_setmem() local
25035 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_setmem()
25049 if (n > 0 && n < copy_limit / 2 && !STRICT_ALIGNMENT) in aarch64_expand_setmem()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c21508 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_cpymem() local
21516 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202015952 (aarch64_expand_cpymem): Expand copy_limit to 256bits where