Home
last modified time | relevance | path

Searched refs:high_base (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c18484 int high_base = nunits / 2; in aarch64_simd_vect_par_cnst_half() local
18491 base = high ? low_base : high_base; in aarch64_simd_vect_par_cnst_half()
18493 base = high ? high_base : low_base; in aarch64_simd_vect_par_cnst_half()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc21649 int high_base = nunits / 2; in aarch64_simd_vect_par_cnst_half() local
21656 base = high ? low_base : high_base; in aarch64_simd_vect_par_cnst_half()
21658 base = high ? high_base : low_base; in aarch64_simd_vect_par_cnst_half()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c32944 int high_base = nunits / 2; in arm_simd_vect_par_cnst_half() local
32951 base = high ? low_base : high_base; in arm_simd_vect_par_cnst_half()
32953 base = high ? high_base : low_base; in arm_simd_vect_par_cnst_half()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc33719 int high_base = nunits / 2; in arm_simd_vect_par_cnst_half() local
33726 base = high ? low_base : high_base; in arm_simd_vect_par_cnst_half()
33728 base = high ? high_base : low_base; in arm_simd_vect_par_cnst_half()