Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.c291 if (CONST_INT_P (offset)) in print_operand_address()
320 if (CONST_INT_P (offset)) in print_operand_address()
920 if (CONST_INT_P (operands[1]) in vax_output_int_move()
997 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1000 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1012 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1019 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1043 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1062 if (CONST_INT_P (operands[2]) in vax_output_int_add()
1220 if (CONST_INT_P (xfoo0) in index_term_p()
[all …]
H A Dvax.h875 else if (CODE == 'D' && CONST_INT_P (X) && INTVAL (X) < 0) \
877 else if (CODE == 'P' && CONST_INT_P (X)) \
879 else if (CODE == 'N' && CONST_INT_P (X)) \
882 else if (CODE == 'R' && CONST_INT_P (X)) \
884 else if (CODE == 'H' && CONST_INT_P (X)) \
886 else if (CODE == 'h' && CONST_INT_P (X)) \
888 else if (CODE == 'B' && CONST_INT_P (X)) \
890 else if (CODE == 'b' && CONST_INT_P (X)) \
892 else if (CODE == 'M' && CONST_INT_P (X)) \
H A Dvax.md155 if (CONST_INT_P (operands[1]))
176 if (CONST_INT_P (operands[1]))
531 if (CONST_INT_P (operands[2]) && !CONST_INT_P (op1))
538 if (CONST_INT_P (op1))
624 if (!CONST_INT_P (operands[2]))
652 && CONST_INT_P (operands[2]))
718 if (!CONST_INT_P (operands[2]))
874 if (!CONST_INT_P (operands[3])
875 || !CONST_INT_P (operands[2])
892 if (!CONST_INT_P (operands[3])
[all …]
/openbsd/gnu/gcc/gcc/
H A Drtl.h365 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) macro