Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-builtins.cc2962 machine_mode other_mode in arm_expand_builtin_args() local
2964 if (TARGET_HAVE_MVE && mode[argc] != other_mode) in arm_expand_builtin_args()
2968 other_mode, map_mode); in arm_expand_builtin_args()
2973 mode[argc], other_mode, in arm_expand_builtin_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc66 machine_mode other_mode; in pa_fpstore_bypass_p() local
81 other_mode = GET_MODE (SET_SRC (set)); in pa_fpstore_bypass_p()
83 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode)); in pa_fpstore_bypass_p()