Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-predicates.cc559 const_vector_to_hwint (rtx op) in const_vector_to_hwint() function
609 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()
H A Dnds32-protos.h324 extern HOST_WIDE_INT const_vector_to_hwint (rtx);
H A Dnds32.cc3616 fprintf (stream, HOST_WIDE_INT_PRINT_HEX, const_vector_to_hwint (x)); in nds32_print_operand()
H A Dnds32-dspext.md36 HOST_WIDE_INT ival = const_vector_to_hwint (operands[1]);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-predicates.c559 const_vector_to_hwint (rtx op) in const_vector_to_hwint() function
609 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()
H A Dnds32-protos.h324 extern HOST_WIDE_INT const_vector_to_hwint (rtx);
H A Dnds32.c3616 fprintf (stream, HOST_WIDE_INT_PRINT_HEX, const_vector_to_hwint (x)); in nds32_print_operand()
H A Dnds32-dspext.md36 HOST_WIDE_INT ival = const_vector_to_hwint (operands[1]);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201822821 * config/nds32/nds32-predicates.c (const_vector_to_hwint): Use machine
23631 * config/nds32/nds32-predicates.c (const_vector_to_hwint): New.