Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c2794 static int t_nbits = -1; in avr_print_operand() local
2799 t_nbits = GET_MODE_BITSIZE (GET_MODE (x)); in avr_print_operand()
2802 && IN_RANGE (INTVAL (x), 0, t_nbits - 1)) in avr_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc3168 static int t_nbits = -1; in avr_print_operand() local
3173 t_nbits = GET_MODE_BITSIZE (GET_MODE (x)); in avr_print_operand()
3176 && IN_RANGE (INTVAL (x), 0, t_nbits - 1)) in avr_print_operand()