Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c18485 int low_base = 0; 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.cc21650 int low_base = 0; 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.c32945 int low_base = 0; 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.cc33720 int low_base = 0; 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()