Searched refs:const_vector_to_hwint (Results 1 – 9 of 9) sorted by relevance
559 const_vector_to_hwint (rtx op) in const_vector_to_hwint() function609 HOST_WIDE_INT ival = const_vector_to_hwint (op); in nds32_valid_CVp5_p()616 HOST_WIDE_INT ival = const_vector_to_hwint (op); in nds32_valid_CVs5_p()623 HOST_WIDE_INT ival = const_vector_to_hwint (op); in nds32_valid_CVs2_p()630 HOST_WIDE_INT ival = const_vector_to_hwint (op); in nds32_valid_CVhi_p()
324 extern HOST_WIDE_INT const_vector_to_hwint (rtx);
3616 fprintf (stream, HOST_WIDE_INT_PRINT_HEX, const_vector_to_hwint (x)); in nds32_print_operand()
36 HOST_WIDE_INT ival = const_vector_to_hwint (operands[1]);
22821 * config/nds32/nds32-predicates.c (const_vector_to_hwint): Use machine23631 * config/nds32/nds32-predicates.c (const_vector_to_hwint): New.