Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/i386/
H A Di386-protos.h45 extern int standard_sse_constant_p (rtx);
H A Dconstraints.md138 (match_test "standard_sse_constant_p (op)"))
H A Dpredicates.md717 if (standard_sse_constant_p (op) > 0)
H A Di386.c4697 standard_sse_constant_p (rtx x) in standard_sse_constant_p() function
4716 switch (standard_sse_constant_p (x)) in standard_sse_constant_opcode()
9187 && standard_sse_constant_p (op1) <= 0) in ix86_expand_vector_move()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-protos.h42 extern int standard_sse_constant_p PARAMS ((rtx));
H A Di386.h1462 : (D) == 'C' ? standard_sse_constant_p (VALUE) \
H A Di386.c4024 standard_sse_constant_p (x) in standard_sse_constant_p() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.59501 (standard_sse_constant_p): New.
9502 * i386-protos.h (standard_sse_constant_p): New.
H A DChangeLog10635 * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.