Home
last modified time | relevance | path

Searched refs:zero_position (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.cc3374 HOST_WIDE_INT zero_position; in nds32_print_operand() local
3391 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c3374 HOST_WIDE_INT zero_position; in nds32_print_operand() local
3391 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()