Home
last modified time | relevance | path

Searched refs:easy_vector_constant (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dconstraints.md162 (match_operand 0 "easy_vector_constant"))
H A Dpredicates.md276 (define_predicate "easy_vector_constant"
315 ;; Same as easy_vector_constant but only for EASY_VECTOR_15_ADD_SELF.
726 && easy_vector_constant (op, mode))
H A Drs6000.h1616 || easy_vector_constant (X, GET_MODE (X))) \
H A Drs6000.c710 int easy_vector_constant (rtx, enum machine_mode);
2374 else if (mode != V4SFmode && easy_vector_constant (vals, mode)) in rs6000_expand_vector_init()
4083 && !easy_vector_constant (operands[1], mode)) in rs6000_emit_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c267 static int easy_vector_constant PARAMS ((rtx));
1382 easy_vector_constant (op) in easy_vector_constant() function
2683 && !easy_vector_constant (operands[1]))
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.710970 * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
16356 (easy_vector_constant): New.