Searched refs:zero_position (Results 1 – 2 of 2) sorted by relevance
3374 HOST_WIDE_INT zero_position; in nds32_print_operand() local3391 zero_position = exact_log2 (~UINTVAL (x) & GET_MODE_MASK (SImode)); in nds32_print_operand()3392 gcc_assert (zero_position != -1); in nds32_print_operand()3393 fprintf (stream, HOST_WIDE_INT_PRINT_DEC, zero_position); in nds32_print_operand()