Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c666 avr_get_constant (char *str, int max) in avr_get_constant() function
898 op_mask = avr_get_constant (old_str, 31); in avr_operand()
1072 x = ~avr_get_constant (str, 255); in avr_operand()
1091 x = avr_get_constant (str, 7); in avr_operand()
1115 x = avr_get_constant (str, 15); in avr_operand()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2007658 * config/tc-avr.c (avr_get_constant): Extend error message to
663 * config/tc-avr.c (avr_get_constant):