Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x-protos.h159 extern int c4x_immed_float_p (rtx);
H A Dpredicates.md48 return c4x_immed_float_p (op);
H A Dc4x.c2147 c4x_immed_float_p (rtx op) in c4x_immed_float_p() function
2519 return c4x_immed_float_constant (op) && c4x_immed_float_p (op); in c4x_H_constant()
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c171 static int c4x_immed_float_p PARAMS ((rtx));
2176 c4x_immed_float_p (op) in c4x_immed_float_p() function
2554 return c4x_immed_float_constant (op) && c4x_immed_float_p (op);
2994 return c4x_immed_float_p (op);