Home
last modified time | relevance | path

Searched refs:zero_constant (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h58 extern int zero_constant PARAMS ((rtx, enum machine_mode));
H A Daltivec.md192 (match_operand:V4SI 1 "zero_constant" ""))]
199 (match_operand:V4SF 1 "zero_constant" ""))]
207 (match_operand:V8HI 1 "zero_constant" ""))]
214 (match_operand:V16QI 1 "zero_constant" ""))]
H A Dspe.md2132 (match_operand:V2SI 1 "zero_constant" ""))]
2139 (match_operand:V2SF 1 "zero_constant" ""))]
2146 (match_operand:V4HI 1 "zero_constant" ""))]
2153 (match_operand:V1DI 1 "zero_constant" ""))]
H A Drs6000.h1997 || zero_constant (X, GET_MODE (X))) \
H A Drs6000.c1425 zero_constant (op, mode) in zero_constant() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dpredicates.md281 if (zero_constant (op, mode))
289 if (zero_constant (op, mode))
327 (define_predicate "zero_constant"
H A Dspe.md2387 (match_operand:V2SI 1 "zero_constant" ""))]
H A Drs6000.c2298 if (zero_constant (vec, mode)) in output_vec_const_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.714375 zero_constant.
16352 * config/rs6000/rs6000-protos.h: Add zero_constant.