Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c466 #define is_operand_char(x) (operand_chars[(unsigned char) x]) macro
4070 if (!is_operand_char (*l) && *l != END_OF_INSN && *l != '"') in parse_operands()
4096 else if (!is_operand_char (*l) && !is_space_char (*l) && *l != '"') in parse_operands()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c524 #define is_operand_char(x) (operand_chars[(unsigned char) x]) macro
4932 if (!is_operand_char (*l) && *l != END_OF_INSN && *l != '"') in parse_operands()
4958 else if (!is_operand_char (*l) && !is_space_char (*l) && *l != '"') in parse_operands()