Searched refs:CONST_INT_P (Results 1 – 4 of 4) sorted by relevance
291 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 …]
875 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)) \
155 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 …]
365 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) macro