Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c4518 altivec_expand_ld_builtin (exp, target, expandedp) in altivec_expand_ld_builtin() argument
4521 bool *expandedp;
4546 *expandedp = false;
4550 *expandedp = true;
4574 altivec_expand_st_builtin (exp, target, expandedp) in altivec_expand_st_builtin() argument
4577 bool *expandedp;
4602 *expandedp = false;
4622 *expandedp = true;
4628 altivec_expand_dst_builtin (exp, target, expandedp) in altivec_expand_dst_builtin() argument
4631 bool *expandedp;
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c7117 altivec_expand_ld_builtin (tree exp, rtx target, bool *expandedp) in altivec_expand_ld_builtin() argument
7142 *expandedp = false; in altivec_expand_ld_builtin()
7146 *expandedp = true; in altivec_expand_ld_builtin()
7171 bool *expandedp) in altivec_expand_st_builtin() argument
7196 *expandedp = false; in altivec_expand_st_builtin()
7216 *expandedp = true; in altivec_expand_st_builtin()
7223 bool *expandedp) in altivec_expand_dst_builtin() argument
7234 *expandedp = false; in altivec_expand_dst_builtin()
7257 *expandedp = true; in altivec_expand_dst_builtin()
7389 altivec_expand_builtin (tree exp, rtx target, bool *expandedp) in altivec_expand_builtin() argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.74731 New argument expandedp.